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 | |
ServersTestJSON) |
fail
ft4.1: 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'> |
||||||
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'> |
||||||
ServersTestManualDisk) |
fail
ft4.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 | |
ServerBootFromVolumeStableRescueTest) |
skip
pt14.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerStableDeviceRescueTest) |
skip
pt14.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt14.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
ServerRescueTestJSON) |
fail
ft14.4: 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.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 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_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 | |
ServersNegativeTestJSON) |
fail
ft17.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 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'> |
||||||
ServersNegativeTestMultiTenantJSON) |
fail
ft17.2: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 599, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 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-12 13:23:03,187 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.52/compute/v2.1/flavors/452 2.196s 2022-10-12 13:23:03,187 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:00 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-c8c01396-1943-43c2-994a-07accff056c7', 'x-compute-request-id': 'req-c8c01396-1943-43c2-994a-07accff056c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}}' 2022-10-12 13:23:03,740 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.52/compute/v2.1/flavors 0.548s 2022-10-12 13:23:03,741 121907 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-2024906694", "id": 1633196281, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '425', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63575479-9968-49de-9275-caed3196bd53', 'x-compute-request-id': 'req-63575479-9968-49de-9275-caed3196bd53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1633196281", "name": "tempest-flavor_with_ephemeral_1-2024906694", "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.52/compute/v2.1/flavors/1633196281"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/1633196281"}]}}' 2022-10-12 13:23:04,779 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs 1.034s 2022-10-12 13:23:04,779 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:03 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-d573eab6-17cd-49d3-a7bf-923d34cdfc26', 'x-compute-request-id': 'req-d573eab6-17cd-49d3-a7bf-923d34cdfc26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-12 13:23:06,400 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.52/compute/v2.1/flavors 1.619s 2022-10-12 13:23:06,401 121907 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-1136709186", "id": 2131911841, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '425', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-872ea44f-071a-42eb-bf1c-28527c808e8f', 'x-compute-request-id': 'req-872ea44f-071a-42eb-bf1c-28527c808e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "2131911841", "name": "tempest-flavor_with_ephemeral_0-1136709186", "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.52/compute/v2.1/flavors/2131911841"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/2131911841"}]}}' 2022-10-12 13:23:06,859 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs 0.454s 2022-10-12 13:23:06,860 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:06 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-c7425a8e-2ae9-4467-932b-04a5de72b4d7', 'x-compute-request-id': 'req-c7425a8e-2ae9-4467-932b-04a5de72b4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-12 13:23:06,862 121907 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:23:06,862 121907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:23:07,533 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.667s 2022-10-12 13:23:07,534 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2107283945", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWgSPz/J8GZYiQaDMdPgcFv3PZstPuBSDjiP9jTs4T3dJbRlA0yx2EgWcf7DZjPHqcF7d+mC4hCiOhLF4JxjlS4SKBPgvQcimIGU8UbiBbengt4PY4GfzCxX7nW+fIzcQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-dc488f2a-0964-42ac-ac14-d3065af1384c', 'x-compute-request-id': 'req-dc488f2a-0964-42ac-ac14-d3065af1384c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2107283945", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWgSPz/J8GZYiQaDMdPgcFv3PZstPuBSDjiP9jTs4T3dJbRlA0yx2EgWcf7DZjPHqcF7d+mC4hCiOhLF4JxjlS4SKBPgvQcimIGU8UbiBbengt4PY4GfzCxX7nW+fIzcQ==", "fingerprint": "48:64:6b:7d:ec:6d:d8:99:4e:2c:64:ff:5b:89:89:af", "user_id": "ef027b7b52ce44b2a4cf9c3363271e3a"}}' 2022-10-12 13:23:07,537 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2107283945 created 2022-10-12 13:23:08,115 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.577s 2022-10-12 13:23:08,115 121907 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--1052976844", "description": "tempest-description--1026422147"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0fc9843c-37f0-460d-8ac8-b0bb735145c3', 'date': 'Wed, 12 Oct 2022 13:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "name": "tempest-securitygroup--1052976844", "stateful": true, "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "description": "tempest-description--1026422147", "shared": false, "security_group_rules": [{"id": "807be29f-993b-4650-a88f-0ff73defedde", "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "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": 431, "description": null, "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 0, "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4"}, {"id": "cca47a57-b3c9-4f70-956f-edf5a334ac97", "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "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": 433, "description": null, "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 0, "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4"}], "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 1, "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4"}}' 2022-10-12 13:23:08,586 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.470s 2022-10-12 13:23:08,593 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "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-1c4126c6-cab9-42fa-ba91-6ea1a3cccdf4', 'date': 'Wed, 12 Oct 2022 13:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5a211c0-48f2-49cf-b7d6-ac72c45388dd", "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "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-12T13:23:08Z", "updated_at": "2022-10-12T13:23:08Z", "revision_number": 0, "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4"}}' 2022-10-12 13:23:09,086 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.492s 2022-10-12 13:23:09,086 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d0eada32-4deb-4d42-a144-d77a5019a2ff', 'date': 'Wed, 12 Oct 2022 13:23:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8c98429-d779-4db0-8784-4794470912a7", "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "security_group_id": "0707272c-9c68-4e6c-bd4d-db52c93befc1", "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-12T13:23:08Z", "updated_at": "2022-10-12T13:23:08Z", "revision_number": 0, "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4"}}' 2022-10-12 13:23:09,087 121907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1052976844 created 2022-10-12 13:23:11,911 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 2.824s 2022-10-12 13:23:11,912 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-11620c5d-2e27-4688-aa1b-f65db7a82d0c', 'date': 'Wed, 12 Oct 2022 13:23:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e49c210d-22d2-405a-8220-2456d2ca3d91", "tenant_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "floating_ip_address": "172.25.2.96", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:23:10Z", "updated_at": "2022-10-12T13:23:10Z", "revision_number": 0}}' 2022-10-12 13:23:11,912 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e49c210d-22d2-405a-8220-2456d2ca3d91', 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'floating_ip_address': '172.25.2.96', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:23:10Z', 'updated_at': '2022-10-12T13:23:10Z', 'revision_number': 0, 'ip': '172.25.2.96'} created 2022-10-12 13:23:12,447 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.528s 2022-10-12 13:23:12,447 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:11 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-67fbbbb0-2bab-45c8-a79f-bcd1bd87508f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef027b7b52ce44b2a4cf9c3363271e3a", "name": "tempest-ServersWithSpecificFlavorTestJSON-697882130-project", "password_expires_at": null}, "audit_ids": ["mChoaM_sTla5Czak3HU3ug"], "expires_at": "2022-10-12T14:23:12.000000Z", "issued_at": "2022-10-12T13:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5c157d3d6234bc5b0a10865d8c3dcb4", "name": "tempest-ServersWithSpecificFlavorTestJSON-697882130"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b5c157d3d6234bc5b0a10865d8c3dcb4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b5c157d3d6234bc5b0a10865d8c3dcb4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b5c157d3d6234bc5b0a10865d8c3dcb4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b5c157d3d6234bc5b0a10865d8c3dcb4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:12,448 121907 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': '3a216d60-f51f-4fe1-816c-df508eabceac', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-1449029341-network', 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 302, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:22:35Z', 'updated_at': '2022-10-12T13:22:35Z', 'revision_number': 1} available for tenant 2022-10-12 13:23:12,448 121907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2107283945', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWgSPz/J8GZYiQaDMdPgcFv3PZstPuBSDjiP9jTs4T3dJbRlA0yx2EgWcf7DZjPHqcF7d+mC4hCiOhLF4JxjlS4SKBPgvQcimIGU8UbiBbengt4PY4GfzCxX7nW+fIzcQ==', 'fingerprint': '48:64:6b:7d:ec:6d:d8:99:4e:2c:64:ff:5b:89:89:af', 'user_id': 'ef027b7b52ce44b2a4cf9c3363271e3a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhMEp1/wlo8lQWtQjlRQxfMq9mXluSGknaOHlVEc6u0p4bgml6aLQJ\nouZ8LVuP7a2gBwYFK4EEACKhZANiAASVoEj8/yfBmWIkGgzHT4HBb9z2bLT7gUg4\n4j/Y07OE93SW0ZQNMsdhIFnH+w2Yzx6nBe3fpguIQojoSxeCcY5UuEigT4L0HIpi\nBlPFG4gW3p4LeD2OBn8wsV+51vnyM3E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0707272c-9c68-4e6c-bd4d-db52c93befc1', 'name': 'tempest-securitygroup--1052976844', 'stateful': True, 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'description': 'tempest-description--1026422147', 'shared': False, 'security_group_rules': [{'id': '807be29f-993b-4650-a88f-0ff73defedde', 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'security_group_id': '0707272c-9c68-4e6c-bd4d-db52c93befc1', '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': 431, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 0, 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4'}, {'id': 'cca47a57-b3c9-4f70-956f-edf5a334ac97', 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'security_group_id': '0707272c-9c68-4e6c-bd4d-db52c93befc1', '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': 433, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 0, 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4'}], 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 1, 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4'}, 'floating_ip': {'id': 'e49c210d-22d2-405a-8220-2456d2ca3d91', 'tenant_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'floating_ip_address': '172.25.2.96', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b5c157d3d6234bc5b0a10865d8c3dcb4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:23:10Z', 'updated_at': '2022-10-12T13:23:10Z', 'revision_number': 0, 'ip': '172.25.2.96'}} 2022-10-12 13:23:13,766 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 500 POST http://10.222.0.52/compute/v2.1/servers 1.316s 2022-10-12 13:23:13,766 121907 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-2146500089", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "2131911841", "adminPass": "password", "networks": [{"uuid": "3a216d60-f51f-4fe1-816c-df508eabceac"}], "security_groups": [{"name": "tempest-securitygroup--1052976844"}], "key_name": "tempest-keypair-2107283945", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-01490eca-4544-4d5e-86d4-f9b92c48d3e9', 'x-compute-request-id': 'req-01490eca-4544-4d5e-86d4-f9b92c48d3e9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:23:14,415 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-2107283945 0.646s 2022-10-12 13:23:14,415 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a4d7483-77e7-4107-a722-fecdb0e5e2f6', 'x-compute-request-id': 'req-7a4d7483-77e7-4107-a722-fecdb0e5e2f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-2107283945'} Body: b'' 2022-10-12 13:23:15,222 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/0707272c-9c68-4e6c-bd4d-db52c93befc1 0.806s 2022-10-12 13:23:15,222 121907 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-a353d2e6-e79a-4e2c-9f0b-b3142bcb89c9', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:23:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/0707272c-9c68-4e6c-bd4d-db52c93befc1'} Body: b'' 2022-10-12 13:23:15,441 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/0707272c-9c68-4e6c-bd4d-db52c93befc1 0.218s 2022-10-12 13:23:15,441 121907 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-c31003d6-c25e-486a-b53b-17d57c566db9', 'date': 'Wed, 12 Oct 2022 13:23:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/0707272c-9c68-4e6c-bd4d-db52c93befc1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0707272c-9c68-4e6c-bd4d-db52c93befc1 does not exist", "detail": ""}}' 2022-10-12 13:23:16,688 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/e49c210d-22d2-405a-8220-2456d2ca3d91 1.246s 2022-10-12 13:23:16,688 121907 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-aba98830-20de-4f9b-976a-f8e8d9ee2d50', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:23:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/e49c210d-22d2-405a-8220-2456d2ca3d91'} Body: b'' 2022-10-12 13:23:17,631 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/flavors/2131911841 0.942s 2022-10-12 13:23:17,632 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e6296d0-7df3-4bc0-ac46-b5527345440b', 'x-compute-request-id': 'req-3e6296d0-7df3-4bc0-ac46-b5527345440b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/2131911841'} Body: b'' 2022-10-12 13:23:18,301 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/flavors/detail 0.668s 2022-10-12 13:23:18,301 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5895', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d2d8b5-b6c3-47e4-8ac1-a3f8f461ac68', 'x-compute-request-id': 'req-f1d2d8b5-b6c3-47e4-8ac1-a3f8f461ac68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/1"}]}, {"id": "1633196281", "name": "tempest-flavor_with_ephemeral_1-2024906694", "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.52/compute/v2.1/flavors/1633196281"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/1633196281"}]}, {"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.52/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "name": "tempest-test_resize_flavor_-1336250159", "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.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, {"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.52/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0 2022-10-12 13:23:18,545 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/flavors/1633196281 0.232s 2022-10-12 13:23:18,546 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0258bbd7-b049-449c-9322-0023822cfa24', 'x-compute-request-id': 'req-0258bbd7-b049-449c-9322-0023822cfa24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/1633196281'} Body: b'' 2022-10-12 13:23:18,575 121907 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/flavors/detail 0.029s 2022-10-12 13:23:18,580 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8689ca38-9e3f-4e86-bec6-80e50f670b5a', 'x-compute-request-id': 'req-8689ca38-9e3f-4e86-bec6-80e50f670b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "name": "tempest-test_resize_flavor_-1336250159", "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.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, {"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.52/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", }}} 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-12 13:22:13,814 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.136s 2022-10-12 13:22:13,814 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3272', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ba45189b-141b-4bfe-b61e-966b5f0ce93c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd24f238584e443cbb549e4799eb5c4f", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985-project", "password_expires_at": null}, "audit_ids": ["6No_WrlHQ8CBYqpyntLpbg"], "expires_at": "2022-10-12T14:22:13.000000Z", "issued_at": "2022-10-12T13:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6be2b28cd33472bbdb04d6db1526921", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:13,815 121897 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration) Found network {'id': 'f8b19b17-bd23-4f27-bfe1-281ccaba4d85', 'name': 'tempest-LiveAutoBlockMigrationV225Test-495274762-network', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 349, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:21:47Z', 'updated_at': '2022-10-12T13:21:47Z', 'revision_number': 1} available for tenant 2022-10-12 13:22:16,023 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 2.207s 2022-10-12 13:22:16,023 121897 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-484792210", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "f8b19b17-bd23-4f27-bfe1-281ccaba4d85"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:13 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-5719ce8a-65e2-4465-af95-9c6be2ce72d4', 'x-compute-request-id': 'req-5719ce8a-65e2-4465-af95-9c6be2ce72d4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:22:16,281 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.243s 2022-10-12 13:22:16,282 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3272', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4070a642-f361-41cd-91e7-a43217b3f368', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd24f238584e443cbb549e4799eb5c4f", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985-project", "password_expires_at": null}, "audit_ids": ["1pomP7J6Q5G-URcJ215TGw"], "expires_at": "2022-10-12T14:22:16.000000Z", "issued_at": "2022-10-12T13:22:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6be2b28cd33472bbdb04d6db1526921", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:16,282 121897 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused) Found network {'id': 'f8b19b17-bd23-4f27-bfe1-281ccaba4d85', 'name': 'tempest-LiveAutoBlockMigrationV225Test-495274762-network', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 349, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:21:47Z', 'updated_at': '2022-10-12T13:21:47Z', 'revision_number': 1} available for tenant 2022-10-12 13:22:17,078 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 500 POST http://10.222.0.52/compute/v2.1/servers 0.795s 2022-10-12 13:22:17,088 121897 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-1849799715", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "f8b19b17-bd23-4f27-bfe1-281ccaba4d85"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:16 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-b693eac6-72e2-4496-81db-587ab08e9faf', 'x-compute-request-id': 'req-b693eac6-72e2-4496-81db-587ab08e9faf', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:22:17,098 121897 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:22:17,289 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.187s 2022-10-12 13:22:17,300 121897 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-1019596395", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVsTUi8bVZKtLPCxh7oVMzsArQa7ZWtZaFVpTOcoKEisPM0aKHA4OCP4EUBHR0R/NkeTlAsOX723/lR+alMVeyZMfCyGK7WcRoA2j2TE1wZnfQB/8dpRr7nBNchqZoY0Q=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:17 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-40a3f017-97fd-4657-b24a-84885a3c5dc6', 'x-compute-request-id': 'req-40a3f017-97fd-4657-b24a-84885a3c5dc6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1019596395", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVsTUi8bVZKtLPCxh7oVMzsArQa7ZWtZaFVpTOcoKEisPM0aKHA4OCP4EUBHR0R/NkeTlAsOX723/lR+alMVeyZMfCyGK7WcRoA2j2TE1wZnfQB/8dpRr7nBNchqZoY0Q==", "fingerprint": "83:f6:2e:8a:cf:ea:4a:76:2d:5a:17:07:06:bd:ac:5b", "user_id": "fd24f238584e443cbb549e4799eb5c4f"}}' 2022-10-12 13:22:17,303 121897 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1019596395 created 2022-10-12 13:22:17,905 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.601s 2022-10-12 13:22:17,905 121897 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--450305418", "description": "tempest-description--608088072"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-84778c75-b754-496f-a01b-46b0845b8c63', 'date': 'Wed, 12 Oct 2022 13:22:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "52923007-d028-401f-968b-658f0492c1f8", "name": "tempest-securitygroup--450305418", "stateful": true, "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "description": "tempest-description--608088072", "shared": false, "security_group_rules": [{"id": "c6d14053-1fa3-48e9-9909-2901130478ec", "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 222, "description": null, "tags": [], "created_at": "2022-10-12T13:22:17Z", "updated_at": "2022-10-12T13:22:17Z", "revision_number": 0, "project_id": "b6be2b28cd33472bbdb04d6db1526921"}, {"id": "f3840a4f-5187-4076-9e6d-c38b85607322", "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 223, "description": null, "tags": [], "created_at": "2022-10-12T13:22:17Z", "updated_at": "2022-10-12T13:22:17Z", "revision_number": 0, "project_id": "b6be2b28cd33472bbdb04d6db1526921"}], "tags": [], "created_at": "2022-10-12T13:22:17Z", "updated_at": "2022-10-12T13:22:17Z", "revision_number": 1, "project_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:18,581 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.675s 2022-10-12 13:22:18,581 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "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-89c833f8-01dc-4462-8126-e76c78439135', 'date': 'Wed, 12 Oct 2022 13:22:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4b5f003-18b4-4468-a123-bf809082dc3a", "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "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-12T13:22:18Z", "updated_at": "2022-10-12T13:22:18Z", "revision_number": 0, "project_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:19,277 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.694s 2022-10-12 13:22:19,277 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-55020e32-f2c6-4d73-af8c-411d7baf3f39', 'date': 'Wed, 12 Oct 2022 13:22:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "476b324e-c18f-4633-95fb-7799f592c65c", "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "security_group_id": "52923007-d028-401f-968b-658f0492c1f8", "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-12T13:22:18Z", "updated_at": "2022-10-12T13:22:18Z", "revision_number": 0, "project_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:19,277 121897 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--450305418 created 2022-10-12 13:22:20,978 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 1.700s 2022-10-12 13:22:20,979 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-c4f57e78-5261-419a-85dd-7dca4ba263f8', 'date': 'Wed, 12 Oct 2022 13:22:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7390115f-b41d-42d4-aaa7-9ed2da13ab64", "tenant_id": "b6be2b28cd33472bbdb04d6db1526921", "floating_ip_address": "172.25.2.203", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b6be2b28cd33472bbdb04d6db1526921", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:22:20Z", "updated_at": "2022-10-12T13:22:20Z", "revision_number": 0}}' 2022-10-12 13:22:20,979 121897 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7390115f-b41d-42d4-aaa7-9ed2da13ab64', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'floating_ip_address': '172.25.2.203', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:22:20Z', 'updated_at': '2022-10-12T13:22:20Z', 'revision_number': 0, 'ip': '172.25.2.203'} created 2022-10-12 13:22:21,122 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.136s 2022-10-12 13:22:21,126 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3272', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-abd90555-3ec3-4b66-9343-038521d2ef52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd24f238584e443cbb549e4799eb5c4f", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985-project", "password_expires_at": null}, "audit_ids": ["PbRncY0BRmq76aT_Ye6Msg"], "expires_at": "2022-10-12T14:22:21.000000Z", "issued_at": "2022-10-12T13:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6be2b28cd33472bbdb04d6db1526921", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:21,127 121897 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': 'f8b19b17-bd23-4f27-bfe1-281ccaba4d85', 'name': 'tempest-LiveAutoBlockMigrationV225Test-495274762-network', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 349, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:21:47Z', 'updated_at': '2022-10-12T13:21:47Z', 'revision_number': 1} available for tenant 2022-10-12 13:22:21,128 121897 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1019596395', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVsTUi8bVZKtLPCxh7oVMzsArQa7ZWtZaFVpTOcoKEisPM0aKHA4OCP4EUBHR0R/NkeTlAsOX723/lR+alMVeyZMfCyGK7WcRoA2j2TE1wZnfQB/8dpRr7nBNchqZoY0Q==', 'fingerprint': '83:f6:2e:8a:cf:ea:4a:76:2d:5a:17:07:06:bd:ac:5b', 'user_id': 'fd24f238584e443cbb549e4799eb5c4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBOyfQ7JL9htKdaYtZ7LMJAgYvpbG80wvGRNQMxfz+kvWucdUr7LhlS\nfd85wZPpXJWgBwYFK4EEACKhZANiAAR1bE1IvG1WSrSzwsYe6FTM7AK0Gu2VrWWh\nVaUznKChIrDzNGihwODgj+BFAR0dEfzZHk5QLDl+9t/5UfmpTFXsmTHwshiu1nEa\nANo9kxNcGZ30Af/HaUa+5wTXIamaGNE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '52923007-d028-401f-968b-658f0492c1f8', 'name': 'tempest-securitygroup--450305418', 'stateful': True, 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'description': 'tempest-description--608088072', 'shared': False, 'security_group_rules': [{'id': 'c6d14053-1fa3-48e9-9909-2901130478ec', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'security_group_id': '52923007-d028-401f-968b-658f0492c1f8', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 222, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:22:17Z', 'updated_at': '2022-10-12T13:22:17Z', 'revision_number': 0, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921'}, {'id': 'f3840a4f-5187-4076-9e6d-c38b85607322', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'security_group_id': '52923007-d028-401f-968b-658f0492c1f8', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 223, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:22:17Z', 'updated_at': '2022-10-12T13:22:17Z', 'revision_number': 0, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921'}], 'tags': [], 'created_at': '2022-10-12T13:22:17Z', 'updated_at': '2022-10-12T13:22:17Z', 'revision_number': 1, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921'}, 'floating_ip': {'id': '7390115f-b41d-42d4-aaa7-9ed2da13ab64', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'floating_ip_address': '172.25.2.203', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:22:20Z', 'updated_at': '2022-10-12T13:22:20Z', 'revision_number': 0, 'ip': '172.25.2.203'}} 2022-10-12 13:22:21,580 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 0.451s 2022-10-12 13:22:21,582 121897 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-392018115", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "f8b19b17-bd23-4f27-bfe1-281ccaba4d85"}], "security_groups": [{"name": "tempest-securitygroup--450305418"}], "key_name": "tempest-keypair-1019596395", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:21 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-653b093d-a8a1-4405-9d93-16b5b18d552f', 'x-compute-request-id': 'req-653b093d-a8a1-4405-9d93-16b5b18d552f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:22:21,869 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.280s 2022-10-12 13:22:21,869 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3272', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9aaba2b4-6872-445e-afd8-9f8fc39fc4c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd24f238584e443cbb549e4799eb5c4f", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985-project", "password_expires_at": null}, "audit_ids": ["An6kb-49SsK_tnARBi-sNw"], "expires_at": "2022-10-12T14:22:21.000000Z", "issued_at": "2022-10-12T13:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6be2b28cd33472bbdb04d6db1526921", "name": "tempest-LiveAutoBlockMigrationV225Test-579442985"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:21,870 121897 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': 'f8b19b17-bd23-4f27-bfe1-281ccaba4d85', 'name': 'tempest-LiveAutoBlockMigrationV225Test-495274762-network', 'tenant_id': 'b6be2b28cd33472bbdb04d6db1526921', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6be2b28cd33472bbdb04d6db1526921', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 349, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:21:47Z', 'updated_at': '2022-10-12T13:21:47Z', 'revision_number': 1} available for tenant 2022-10-12 13:22:23,103 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes 1.232s 2022-10-12 13:22:23,104 121897 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-824693292", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc14c732-57e2-4db9-a161-8638d596b5b9', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc14c732-57e2-4db9-a161-8638d596b5b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:22.667792", "updated_at": null, "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:22:23,200 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.084s 2022-10-12 13:22:23,200 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb496198-9032-419f-8676-bb38e7f21b1c', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb496198-9032-419f-8676-bb38e7f21b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:24,269 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.055s 2022-10-12 13:22:24,269 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b46226d7-8fd7-49b5-bc76-c9400a3c0f91', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b46226d7-8fd7-49b5-bc76-c9400a3c0f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:25,375 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.091s 2022-10-12 13:22:25,375 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124ff816-a6ad-4ffd-9a7f-6d008f89e85a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124ff816-a6ad-4ffd-9a7f-6d008f89e85a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:26,432 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.043s 2022-10-12 13:22:26,581 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b7a700-7b1f-4c45-8063-cf54d55379b0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b7a700-7b1f-4c45-8063-cf54d55379b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:27,710 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.116s 2022-10-12 13:22:27,715 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ffaafc1-68de-42e4-a5d8-29df6bdfa48c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ffaafc1-68de-42e4-a5d8-29df6bdfa48c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:28,798 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.067s 2022-10-12 13:22:28,799 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25cc25fc-c3a9-4381-9923-2566ccddcc05', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25cc25fc-c3a9-4381-9923-2566ccddcc05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:29,878 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.066s 2022-10-12 13:22:29,879 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11bd49ae-df45-49ec-8a56-213b5849ba3b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11bd49ae-df45-49ec-8a56-213b5849ba3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:30,962 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.069s 2022-10-12 13:22:30,962 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bb26cb-4fe1-41f2-b73c-0d694dc5dcd5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bb26cb-4fe1-41f2-b73c-0d694dc5dcd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:32,022 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.046s 2022-10-12 13:22:32,023 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba1aa4c-3099-4926-8c28-e7eb17153101', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba1aa4c-3099-4926-8c28-e7eb17153101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:33,110 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.073s 2022-10-12 13:22:33,110 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb87bb5-5a5b-42b7-b50d-f7860369674d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb87bb5-5a5b-42b7-b50d-f7860369674d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:34,172 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.047s 2022-10-12 13:22:34,172 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c13f00-b6ef-459a-b317-7de9ae65cbb6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c13f00-b6ef-459a-b317-7de9ae65cbb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:35,237 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.050s 2022-10-12 13:22:35,237 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc198d76-c06e-45d6-9eac-2a54bc8765a8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc198d76-c06e-45d6-9eac-2a54bc8765a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:36,315 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.064s 2022-10-12 13:22:36,316 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd1774f-af1b-4527-92e7-85ea6a662bf5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd1774f-af1b-4527-92e7-85ea6a662bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:37,476 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.147s 2022-10-12 13:22:37,477 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cceca6ff-c8de-404e-a9ba-bfc29a1d4a7b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cceca6ff-c8de-404e-a9ba-bfc29a1d4a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:38,671 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.177s 2022-10-12 13:22:38,672 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d3362e-b81b-4672-9ba4-8fba675b0611', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d3362e-b81b-4672-9ba4-8fba675b0611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:39,837 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.151s 2022-10-12 13:22:39,838 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d077cc28-fe54-4ba6-abfc-15f9ef62410a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d077cc28-fe54-4ba6-abfc-15f9ef62410a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:40,895 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.043s 2022-10-12 13:22:40,905 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d773bd0-9404-4fea-a5c9-dba449c39890', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d773bd0-9404-4fea-a5c9-dba449c39890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:42,007 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.085s 2022-10-12 13:22:42,008 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c916ed-58ae-44bc-a2f2-43d1ab2368f3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c916ed-58ae-44bc-a2f2-43d1ab2368f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:43,125 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.099s 2022-10-12 13:22:43,126 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af0d33f-7e03-4c7a-9dd3-89e753060699', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af0d33f-7e03-4c7a-9dd3-89e753060699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:44,227 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.086s 2022-10-12 13:22:44,228 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f522c7d-2f39-4f5f-b56c-67cb17d8355c', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f522c7d-2f39-4f5f-b56c-67cb17d8355c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:45,383 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.143s 2022-10-12 13:22:45,384 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d8ec28-b3ea-4b9c-a30a-277bf5437530', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d8ec28-b3ea-4b9c-a30a-277bf5437530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:23.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:46,507 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.110s 2022-10-12 13:22:46,508 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9dba5ff-04f1-496a-84aa-de5e8e8424d2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9dba5ff-04f1-496a-84aa-de5e8e8424d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:47,574 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.053s 2022-10-12 13:22:47,575 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62182e85-6e0c-48a0-9f40-89492917604d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62182e85-6e0c-48a0-9f40-89492917604d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:48,888 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.299s 2022-10-12 13:22:48,889 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-927a3a34-80eb-4d67-93b5-dd4234b488ee', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-927a3a34-80eb-4d67-93b5-dd4234b488ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:50,058 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.154s 2022-10-12 13:22:50,058 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89455098-103a-45d3-ab8f-035113655256', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89455098-103a-45d3-ab8f-035113655256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:51,153 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.078s 2022-10-12 13:22:51,153 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f6f3997-3bc1-4222-8615-2ec22212658b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f6f3997-3bc1-4222-8615-2ec22212658b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:52,281 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.109s 2022-10-12 13:22:52,281 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac0d1ac-225f-4346-a7bb-a5f4e54531f2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac0d1ac-225f-4346-a7bb-a5f4e54531f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:53,364 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.068s 2022-10-12 13:22:53,364 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ff1ff42-1173-45d6-9622-9ae568f90a0b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff1ff42-1173-45d6-9622-9ae568f90a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:54,526 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.146s 2022-10-12 13:22:54,527 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb1f3df1-0e69-4c86-b8c3-fec894d29dd9', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb1f3df1-0e69-4c86-b8c3-fec894d29dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:55,630 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.090s 2022-10-12 13:22:55,631 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8e3b3f-7869-4a1d-87b5-833cad6f052d', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8e3b3f-7869-4a1d-87b5-833cad6f052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:56,730 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.083s 2022-10-12 13:22:56,730 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57582d7e-f860-4015-baba-cfb83e5407d6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57582d7e-f860-4015-baba-cfb83e5407d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:57,810 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.065s 2022-10-12 13:22:57,811 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-700c61db-26c1-4d59-b4b7-b74c8c163818', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-700c61db-26c1-4d59-b4b7-b74c8c163818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:22:58,894 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.070s 2022-10-12 13:22:58,894 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875cfd6b-012d-4b90-84d6-429321f1ed55', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875cfd6b-012d-4b90-84d6-429321f1ed55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:00,042 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.133s 2022-10-12 13:23:00,042 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b33dcc3-c41d-4ec7-ae43-dc86a0cdd1da', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b33dcc3-c41d-4ec7-ae43-dc86a0cdd1da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:01,201 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.142s 2022-10-12 13:23:01,202 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87cf4923-e664-4046-af55-dea702b4d5df', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87cf4923-e664-4046-af55-dea702b4d5df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:02,301 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.082s 2022-10-12 13:23:02,302 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8de112-63ff-44f8-99fd-b9f9fdde9545', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8de112-63ff-44f8-99fd-b9f9fdde9545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:03,395 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.073s 2022-10-12 13:23:03,396 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95cae7d-fd06-462c-a8a3-f26d5cec1fbc', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95cae7d-fd06-462c-a8a3-f26d5cec1fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:22:46.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:04,521 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f 0.111s 2022-10-12 13:23:04,521 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3b9bb7-ebf0-4122-b02b-70596a798b14', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3b9bb7-ebf0-4122-b02b-70596a798b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f'} Body: b'{"volume": {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:23:04.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/b6be2b28cd33472bbdb04d6db1526921/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "b6be2b28cd33472bbdb04d6db1526921"}}' 2022-10-12 13:23:04,538 121897 INFO [tempest.common.waiters] volume 14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f reached available after waiting for 41.538108 seconds 2022-10-12 13:23:06,366 121897 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 1.827s 2022-10-12 13:23:06,366 121897 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-1343901315", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "f8b19b17-bd23-4f27-bfe1-281ccaba4d85"}], "block_device_mapping_v2": [{"uuid": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:04 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-a5dbb2cc-21d4-469c-b330-46b631d0e8e3', 'x-compute-request-id': 'req-a5dbb2cc-21d4-469c-b330-46b631d0e8e3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:26,207 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.262s 2022-10-12 13:26:26,207 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:25 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-5aaa4004-ed84-4cdf-81ca-02fc47fce2de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b01bb9e01bbd4feebbb3f965089245f4", "name": "tempest-LiveMigrationTest-959108841-project", "password_expires_at": null}, "audit_ids": ["fuZXsmumR5WJB_UROB2wcw"], "expires_at": "2022-10-12T14:26:26.000000Z", "issued_at": "2022-10-12T13:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eeb7bf197c5c402fbb618ce9759228a0", "name": "tempest-LiveMigrationTest-959108841"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:26,208 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration) Found network {'id': '2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8', 'name': 'tempest-LiveMigrationTest-2041039773-network', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 308, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:53Z', 'updated_at': '2022-10-12T13:25:53Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:28,802 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 2.593s 2022-10-12 13:26:28,802 121907 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-589262091", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-1ab27d7b-e872-4ce6-b33c-a4f9bf5078c2', 'x-compute-request-id': 'req-1ab27d7b-e872-4ce6-b33c-a4f9bf5078c2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:28,943 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.063s 2022-10-12 13:26:28,944 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:28 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-61a09b56-c00b-43d6-b57f-fdd69b3c699e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b01bb9e01bbd4feebbb3f965089245f4", "name": "tempest-LiveMigrationTest-959108841-project", "password_expires_at": null}, "audit_ids": ["d98ljcmZScaz_gtLkaPu1Q"], "expires_at": "2022-10-12T14:26:28.000000Z", "issued_at": "2022-10-12T13:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eeb7bf197c5c402fbb618ce9759228a0", "name": "tempest-LiveMigrationTest-959108841"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:28,944 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_paused) Found network {'id': '2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8', 'name': 'tempest-LiveMigrationTest-2041039773-network', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 308, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:53Z', 'updated_at': '2022-10-12T13:25:53Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:31,650 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 500 POST http://10.222.0.52/compute/v2.1/servers 2.704s 2022-10-12 13:26:31,650 121907 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-1217848857", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-22613ba2-03cb-48c4-8c8d-91b8441f448b', 'x-compute-request-id': 'req-22613ba2-03cb-48c4-8c8d-91b8441f448b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:31,652 121907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:26:32,203 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.547s 2022-10-12 13:26:32,203 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2057394471", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO5jPIDCCSsKk/IZovV8MUaTfcVCeb1992PE/BvCUwbXFeRWlt4rAioVgy+8qm7iPCmUcSK/+n7KcspZFLW68Pfuq1OGLcbCRHeTYQyjgyVb7kWIJ5MUCjQ8uJ/yJNi/bA=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:31 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-9f511fb7-6aa9-4ff9-849d-05fb3da2b540', 'x-compute-request-id': 'req-9f511fb7-6aa9-4ff9-849d-05fb3da2b540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2057394471", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO5jPIDCCSsKk/IZovV8MUaTfcVCeb1992PE/BvCUwbXFeRWlt4rAioVgy+8qm7iPCmUcSK/+n7KcspZFLW68Pfuq1OGLcbCRHeTYQyjgyVb7kWIJ5MUCjQ8uJ/yJNi/bA==", "fingerprint": "38:d9:c6:42:a7:80:c6:bc:67:b4:be:4c:07:01:72:b8", "user_id": "b01bb9e01bbd4feebbb3f965089245f4"}}' 2022-10-12 13:26:32,206 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2057394471 created 2022-10-12 13:26:33,862 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.655s 2022-10-12 13:26:33,862 121907 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--1334491825", "description": "tempest-description--578418520"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-42b623ed-d547-4019-9a2c-75138e883047', 'date': 'Wed, 12 Oct 2022 13:26:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "name": "tempest-securitygroup--1334491825", "stateful": true, "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "description": "tempest-description--578418520", "shared": false, "security_group_rules": [{"id": "bab737e5-5bd7-45a3-abb2-c455bded1bff", "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "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": 850, "description": null, "tags": [], "created_at": "2022-10-12T13:26:33Z", "updated_at": "2022-10-12T13:26:33Z", "revision_number": 0, "project_id": "eeb7bf197c5c402fbb618ce9759228a0"}, {"id": "faba8c73-8ba9-4550-ba7a-fe7119a3dafe", "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "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": 851, "description": null, "tags": [], "created_at": "2022-10-12T13:26:33Z", "updated_at": "2022-10-12T13:26:33Z", "revision_number": 0, "project_id": "eeb7bf197c5c402fbb618ce9759228a0"}], "tags": [], "created_at": "2022-10-12T13:26:33Z", "updated_at": "2022-10-12T13:26:33Z", "revision_number": 1, "project_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:35,046 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.183s 2022-10-12 13:26:35,047 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "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-bfe9ce35-b407-4d5d-bb56-c2896d8de718', 'date': 'Wed, 12 Oct 2022 13:26:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "104a138f-9154-4ebd-9c1a-a7c0e291829e", "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "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-12T13:26:34Z", "updated_at": "2022-10-12T13:26:34Z", "revision_number": 0, "project_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:35,995 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.947s 2022-10-12 13:26:35,995 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0ee2192d-df1b-4fc9-979f-7f4d611d7c08', 'date': 'Wed, 12 Oct 2022 13:26:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "38a76114-021d-48be-9366-6d8060cf1bc3", "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "security_group_id": "b9724204-8392-4a39-9ce3-b9e80921dc24", "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-12T13:26:35Z", "updated_at": "2022-10-12T13:26:35Z", "revision_number": 0, "project_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:35,995 121907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1334491825 created 2022-10-12 13:26:38,815 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 2.819s 2022-10-12 13:26:38,816 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1140017d-5551-45fc-ac28-eb56a7f07e0d', 'date': 'Wed, 12 Oct 2022 13:26:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "070d14f0-54e1-4f49-ac9a-4c6a25b69253", "tenant_id": "eeb7bf197c5c402fbb618ce9759228a0", "floating_ip_address": "172.25.2.180", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "eeb7bf197c5c402fbb618ce9759228a0", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:26:37Z", "updated_at": "2022-10-12T13:26:37Z", "revision_number": 0}}' 2022-10-12 13:26:38,816 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '070d14f0-54e1-4f49-ac9a-4c6a25b69253', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'floating_ip_address': '172.25.2.180', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:26:37Z', 'updated_at': '2022-10-12T13:26:37Z', 'revision_number': 0, 'ip': '172.25.2.180'} created 2022-10-12 13:26:38,896 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.073s 2022-10-12 13:26:38,896 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:38 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-0daca7e7-7854-4bd2-92da-dc7412ef13d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b01bb9e01bbd4feebbb3f965089245f4", "name": "tempest-LiveMigrationTest-959108841-project", "password_expires_at": null}, "audit_ids": ["omGcRvuvT32rALzbAsrUbg"], "expires_at": "2022-10-12T14:26:38.000000Z", "issued_at": "2022-10-12T13:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eeb7bf197c5c402fbb618ce9759228a0", "name": "tempest-LiveMigrationTest-959108841"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:38,897 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': '2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8', 'name': 'tempest-LiveMigrationTest-2041039773-network', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 308, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:53Z', 'updated_at': '2022-10-12T13:25:53Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:38,897 121907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2057394471', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO5jPIDCCSsKk/IZovV8MUaTfcVCeb1992PE/BvCUwbXFeRWlt4rAioVgy+8qm7iPCmUcSK/+n7KcspZFLW68Pfuq1OGLcbCRHeTYQyjgyVb7kWIJ5MUCjQ8uJ/yJNi/bA==', 'fingerprint': '38:d9:c6:42:a7:80:c6:bc:67:b4:be:4c:07:01:72:b8', 'user_id': 'b01bb9e01bbd4feebbb3f965089245f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDh7r3YB3kfjq9qvAcqsCnoRMaHx1zEGQ/8ClKgdyajS4MziGpLmpc9\nvkM2uvqeB5CgBwYFK4EEACKhZANiAATuYzyAwgkrCpPyGaL1fDFGk33FQnm9ffdj\nxPwbwlMG1xXkVpbeKwIqFYMvvKpu4jwplHEiv/p+ynLKWRS1uvD37qtThi3GwkR3\nk2EMo4MlW+5FiCeTFAo0PLif8iTYv2w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b9724204-8392-4a39-9ce3-b9e80921dc24', 'name': 'tempest-securitygroup--1334491825', 'stateful': True, 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'description': 'tempest-description--578418520', 'shared': False, 'security_group_rules': [{'id': 'bab737e5-5bd7-45a3-abb2-c455bded1bff', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'security_group_id': 'b9724204-8392-4a39-9ce3-b9e80921dc24', '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': 850, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:26:33Z', 'updated_at': '2022-10-12T13:26:33Z', 'revision_number': 0, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0'}, {'id': 'faba8c73-8ba9-4550-ba7a-fe7119a3dafe', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'security_group_id': 'b9724204-8392-4a39-9ce3-b9e80921dc24', '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': 851, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:26:33Z', 'updated_at': '2022-10-12T13:26:33Z', 'revision_number': 0, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0'}], 'tags': [], 'created_at': '2022-10-12T13:26:33Z', 'updated_at': '2022-10-12T13:26:33Z', 'revision_number': 1, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0'}, 'floating_ip': {'id': '070d14f0-54e1-4f49-ac9a-4c6a25b69253', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'floating_ip_address': '172.25.2.180', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:26:37Z', 'updated_at': '2022-10-12T13:26:37Z', 'revision_number': 0, 'ip': '172.25.2.180'}} 2022-10-12 13:26:40,181 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 1.282s 2022-10-12 13:26:40,181 121907 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-1971969160", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8"}], "security_groups": [{"name": "tempest-securitygroup--1334491825"}], "key_name": "tempest-keypair-2057394471", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-5224d7da-55ca-46b9-9c92-1e23b1c16cd9', 'x-compute-request-id': 'req-5224d7da-55ca-46b9-9c92-1e23b1c16cd9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:40,369 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.178s 2022-10-12 13:26:40,370 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:40 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-69454540-34a2-4249-b347-b5cce6350c0c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b01bb9e01bbd4feebbb3f965089245f4", "name": "tempest-LiveMigrationTest-959108841-project", "password_expires_at": null}, "audit_ids": ["jscfnKtxQZWzo60z27ZNPA"], "expires_at": "2022-10-12T14:26:40.000000Z", "issued_at": "2022-10-12T13:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eeb7bf197c5c402fbb618ce9759228a0", "name": "tempest-LiveMigrationTest-959108841"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:40,370 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_volume_backed_live_migration) Found network {'id': '2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8', 'name': 'tempest-LiveMigrationTest-2041039773-network', 'tenant_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'eeb7bf197c5c402fbb618ce9759228a0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 308, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:53Z', 'updated_at': '2022-10-12T13:25:53Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:41,636 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 202 POST http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes 1.265s 2022-10-12 13:26:41,637 121907 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-485571293", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2964dcc9-d787-4e05-8628-8cd4f3171626', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2964dcc9-d787-4e05-8628-8cd4f3171626', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.159134", "updated_at": null, "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:26:41,720 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.071s 2022-10-12 13:26:41,721 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2c635b-e0fe-4bcc-9251-ded227b16d46', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2c635b-e0fe-4bcc-9251-ded227b16d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:42,829 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.093s 2022-10-12 13:26:42,829 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e492a43c-78b1-423c-9ea6-4d65335afd8c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e492a43c-78b1-423c-9ea6-4d65335afd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:43,942 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.098s 2022-10-12 13:26:43,943 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba774cad-e594-46c8-ac49-ab870760b984', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba774cad-e594-46c8-ac49-ab870760b984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:45,054 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.096s 2022-10-12 13:26:45,055 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454aca3c-ce4d-4f64-b7ef-a85496606c94', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454aca3c-ce4d-4f64-b7ef-a85496606c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:46,175 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.104s 2022-10-12 13:26:46,176 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cacffe6-6718-4fe3-8878-8a33cf1b2315', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cacffe6-6718-4fe3-8878-8a33cf1b2315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:47,300 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.109s 2022-10-12 13:26:47,300 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38a94ad-6943-4b68-841c-58a9dad56038', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d38a94ad-6943-4b68-841c-58a9dad56038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:48,374 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.060s 2022-10-12 13:26:48,375 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9690660-4b62-49cc-8460-acaf08da1444', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9690660-4b62-49cc-8460-acaf08da1444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:49,485 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.095s 2022-10-12 13:26:49,485 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d8863f-37c5-479a-a32d-834331f12ab2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d8863f-37c5-479a-a32d-834331f12ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:50,609 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.108s 2022-10-12 13:26:50,609 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc29a62-1c5f-4d11-9931-6bd2f0255818', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc29a62-1c5f-4d11-9931-6bd2f0255818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:51,721 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.096s 2022-10-12 13:26:51,721 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6731d2-138f-4dfd-890a-070ee625d145', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6731d2-138f-4dfd-890a-070ee625d145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:52,827 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.088s 2022-10-12 13:26:52,827 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9266568a-4e69-46b8-8408-c2b3a643ef84', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9266568a-4e69-46b8-8408-c2b3a643ef84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:53,926 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.079s 2022-10-12 13:26:53,927 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2123217a-8b95-4f08-ab21-323b2e880960', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2123217a-8b95-4f08-ab21-323b2e880960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:55,055 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.115s 2022-10-12 13:26:55,055 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdc05e3-ea1f-4570-a4d2-ec29a16c0c29', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdc05e3-ea1f-4570-a4d2-ec29a16c0c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:56,128 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.060s 2022-10-12 13:26:56,129 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15f5095-c27b-4c91-88c6-97a84dbcadcb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15f5095-c27b-4c91-88c6-97a84dbcadcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:57,235 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.092s 2022-10-12 13:26:57,235 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c76d8ee-5f1e-49f1-b940-9d5efd5977c3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c76d8ee-5f1e-49f1-b940-9d5efd5977c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:58,368 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.119s 2022-10-12 13:26:58,368 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ec1709-9ab8-4ef6-b6f1-51828e154ea3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ec1709-9ab8-4ef6-b6f1-51828e154ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:26:59,435 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.051s 2022-10-12 13:26:59,436 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5906ba-d308-444d-9278-f884aae1cb80', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5906ba-d308-444d-9278-f884aae1cb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:00,516 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.063s 2022-10-12 13:27:00,516 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffacdfea-f58c-43d3-a01a-d6a4864c57a8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffacdfea-f58c-43d3-a01a-d6a4864c57a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:01,783 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.250s 2022-10-12 13:27:01,784 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a501ea-5ae6-47a6-9417-f87b65fa0366', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a501ea-5ae6-47a6-9417-f87b65fa0366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:02,911 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.109s 2022-10-12 13:27:02,911 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb986a0e-d32f-455e-aa8e-5c075c00c604', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb986a0e-d32f-455e-aa8e-5c075c00c604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:04,054 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.126s 2022-10-12 13:27:04,054 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5d87f7-e9ee-497c-84bd-1cf1c0be3724', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5d87f7-e9ee-497c-84bd-1cf1c0be3724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:05,165 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.094s 2022-10-12 13:27:05,165 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb329f3-ba16-41ff-8697-d5a8ce833e39', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb329f3-ba16-41ff-8697-d5a8ce833e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:06,292 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.111s 2022-10-12 13:27:06,292 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18ac073e-60d5-4c99-a40e-d3a538424d19', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18ac073e-60d5-4c99-a40e-d3a538424d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:07,443 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.132s 2022-10-12 13:27:07,443 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a46c0318-f0cd-483d-ac03-0a6b6877eb0c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a46c0318-f0cd-483d-ac03-0a6b6877eb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:08,655 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.183s 2022-10-12 13:27:08,655 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ccf700c-12c3-4498-9f94-c6ed2efa7a00', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ccf700c-12c3-4498-9f94-c6ed2efa7a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:09,774 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.103s 2022-10-12 13:27:09,774 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0544aaf7-1f4b-4cc3-a19a-2b44ab505e51', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0544aaf7-1f4b-4cc3-a19a-2b44ab505e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:10,999 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.211s 2022-10-12 13:27:11,000 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d633cfd-a0a5-405b-9442-c977d9ec8efb', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d633cfd-a0a5-405b-9442-c977d9ec8efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:26:42.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:12,184 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.167s 2022-10-12 13:27:12,184 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2be1a1-ae00-4db1-9862-bf2265d8e2b4', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2be1a1-ae00-4db1-9862-bf2265d8e2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:13,357 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.159s 2022-10-12 13:27:13,357 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350c10fd-0972-4a9f-b76f-7e936b72acda', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350c10fd-0972-4a9f-b76f-7e936b72acda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:14,480 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.107s 2022-10-12 13:27:14,481 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8659f5c-67e9-43e2-92be-761a8924ade2', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8659f5c-67e9-43e2-92be-761a8924ade2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:15,592 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.096s 2022-10-12 13:27:15,593 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47f2568-1daf-428b-8c7d-4c5209915e02', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47f2568-1daf-428b-8c7d-4c5209915e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:16,691 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.084s 2022-10-12 13:27:16,692 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0beae8f-ed10-4dfe-85b8-b225b0b1bd99', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0beae8f-ed10-4dfe-85b8-b225b0b1bd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:17,816 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.111s 2022-10-12 13:27:17,817 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038737a4-ea60-4751-91ec-858ec77928e5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038737a4-ea60-4751-91ec-858ec77928e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:18,909 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.076s 2022-10-12 13:27:18,910 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-233f3770-0575-4e10-a060-551b44829636', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-233f3770-0575-4e10-a060-551b44829636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:20,019 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.094s 2022-10-12 13:27:20,021 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73f2f08-0005-4cba-9ff6-0eab3045d5d6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73f2f08-0005-4cba-9ff6-0eab3045d5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:21,211 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.174s 2022-10-12 13:27:21,211 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f70c6ee-3550-419a-b814-5e2ff5a8e262', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f70c6ee-3550-419a-b814-5e2ff5a8e262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:22,369 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.140s 2022-10-12 13:27:22,369 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d992ae5f-a844-4564-8f1c-fb867043ca48', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d992ae5f-a844-4564-8f1c-fb867043ca48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:23,476 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.093s 2022-10-12 13:27:23,476 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa58534-b3e5-4b21-8058-eba73c0d6d6f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa58534-b3e5-4b21-8058-eba73c0d6d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:24,574 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.076s 2022-10-12 13:27:24,574 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0eef86-84aa-41d9-af42-b21e2da426c6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0eef86-84aa-41d9-af42-b21e2da426c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:25,689 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.100s 2022-10-12 13:27:25,689 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351511b9-3a02-42a7-9604-ffa82af263f7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351511b9-3a02-42a7-9604-ffa82af263f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:26,795 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.088s 2022-10-12 13:27:26,796 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278ae3a5-9a73-44bc-983f-68ddcc29be49', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278ae3a5-9a73-44bc-983f-68ddcc29be49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:27,972 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.158s 2022-10-12 13:27:27,972 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96787a4-f067-49b0-a0d5-f6ca237cfa75', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96787a4-f067-49b0-a0d5-f6ca237cfa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:29,100 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.110s 2022-10-12 13:27:29,101 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e35adf-5400-4a8f-9618-73552a087337', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e35adf-5400-4a8f-9618-73552a087337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:30,304 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.185s 2022-10-12 13:27:30,304 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda817c1-b0f8-4815-bf95-71d253c5f5bd', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda817c1-b0f8-4815-bf95-71d253c5f5bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:11.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:31,518 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.198s 2022-10-12 13:27:31,519 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-863262f6-cafc-428c-a9da-183759a6e220', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-863262f6-cafc-428c-a9da-183759a6e220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:31.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:32,611 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d 0.077s 2022-10-12 13:27:32,612 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300ff16c-3700-4940-90b4-91a442474bab', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300ff16c-3700-4940-90b4-91a442474bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d'} Body: b'{"volume": {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:31.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/eeb7bf197c5c402fbb618ce9759228a0/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "eeb7bf197c5c402fbb618ce9759228a0"}}' 2022-10-12 13:27:32,624 121907 INFO [tempest.common.waiters] volume 8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d reached available after waiting for 51.624081 seconds 2022-10-12 13:27:34,414 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 1.788s 2022-10-12 13:27:34,414 121907 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-379938777", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "2ac46638-ae9e-42a4-bb0b-22f0e91dbfc8"}], "block_device_mapping_v2": [{"uuid": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27: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-cc7c5c8c-07b3-47c9-8232-13f697f76b4f', 'x-compute-request-id': 'req-cc7c5c8c-07b3-47c9-8232-13f697f76b4f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:28:07,836 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.175s 2022-10-12 13:28:07,837 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:07 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-5add3bef-0811-427d-9c2c-00cb1f99de2a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ace4b2fa8c4c4198a7215456e7f52fe9", "name": "tempest-LiveMigrationNegativeTest-504517717-project", "password_expires_at": null}, "audit_ids": ["wKCbkhGVTGCJ5nEXDWttiw"], "expires_at": "2022-10-12T14:28:07.000000Z", "issued_at": "2022-10-12T13:28:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46912a6dbce642efa054f5fc83b1bbaf", "name": "tempest-LiveMigrationNegativeTest-504517717"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:28:07,837 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_invalid_host_for_migration) Found network None available for tenant 2022-10-12 13:28:09,019 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 202 POST http://10.222.0.52/compute/v2.1/servers 1.181s 2022-10-12 13:28:09,020 121907 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-591097705", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c1e99a2-bbcd-4faf-bcdf-9e38c8a8ed1b', 'x-compute-request-id': 'req-1c1e99a2-bbcd-4faf-bcdf-9e38c8a8ed1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MhwZre89rgAm"}}' 2022-10-12 13:28:09,677 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.654s 2022-10-12 13:28:09,678 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:09 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-c0d8e5a8-9982-4c73-bede-3e2afc936782', 'x-compute-request-id': 'req-c0d8e5a8-9982-4c73-bede-3e2afc936782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:09Z", "updated": "2022-10-12T13:28:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "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-12 13:28:10,989 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.293s 2022-10-12 13:28:10,990 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:10 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-69f4758a-e9f4-46c7-83f3-2ebd10ca42c4', 'x-compute-request-id': 'req-69f4758a-e9f4-46c7-83f3-2ebd10ca42c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:09Z", "updated": "2022-10-12T13:28:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "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-12 13:28:12,337 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.326s 2022-10-12 13:28:12,338 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:12 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-ba3db5d7-9fd0-42a7-97f9-5a03fd3ee39a', 'x-compute-request-id': 'req-ba3db5d7-9fd0-42a7-97f9-5a03fd3ee39a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:12,354 121907 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-10-12 13:28:13,566 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.210s 2022-10-12 13:28:13,566 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:13 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-0f965c2f-1a3b-4abe-82d5-ea940cb5ba2c', 'x-compute-request-id': 'req-0f965c2f-1a3b-4abe-82d5-ea940cb5ba2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:13,579 121907 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-10-12 13:28:14,967 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.386s 2022-10-12 13:28:14,968 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:14 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-dcf5b6e9-5e9e-4770-b4f2-5666b80791b2', 'x-compute-request-id': 'req-dcf5b6e9-5e9e-4770-b4f2-5666b80791b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:16,488 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.498s 2022-10-12 13:28:16,489 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:15 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-36dddc25-c3b3-4005-9f68-b750053c72f2', 'x-compute-request-id': 'req-36dddc25-c3b3-4005-9f68-b750053c72f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:19,338 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 1.835s 2022-10-12 13:28:19,338 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:17 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-2067d994-9b2b-45a8-8189-78b42aa35b4e', 'x-compute-request-id': 'req-2067d994-9b2b-45a8-8189-78b42aa35b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:21,269 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.912s 2022-10-12 13:28:21,269 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:20 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-9a902072-e53b-4353-a5f3-c67f35a2ac03', 'x-compute-request-id': 'req-9a902072-e53b-4353-a5f3-c67f35a2ac03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:23,153 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.865s 2022-10-12 13:28:23,153 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:22 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-1ffa80b2-e232-43f0-97c4-bba7ba921f44', 'x-compute-request-id': 'req-1ffa80b2-e232-43f0-97c4-bba7ba921f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:25,078 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.908s 2022-10-12 13:28:25,079 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-c2b9433a-a40c-4458-9ab4-e5ad478b8512', 'x-compute-request-id': 'req-c2b9433a-a40c-4458-9ab4-e5ad478b8512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:27,142 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 1.049s 2022-10-12 13:28:27,142 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-b2487746-0f7f-4947-8c82-1c74c1598356', 'x-compute-request-id': 'req-b2487746-0f7f-4947-8c82-1c74c1598356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:28,753 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.592s 2022-10-12 13:28:28,754 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-6ae5ced2-066c-48c5-8b35-d76fb1077416', 'x-compute-request-id': 'req-6ae5ced2-066c-48c5-8b35-d76fb1077416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:32,028 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 2.256s 2022-10-12 13:28:32,028 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:29 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-a9515adb-9fcd-4016-ab54-266fc1f3b7bb', 'x-compute-request-id': 'req-a9515adb-9fcd-4016-ab54-266fc1f3b7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:34,023 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.975s 2022-10-12 13:28:34,023 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-cd16dee5-cfd7-43b0-b202-486a9aa20be9', 'x-compute-request-id': 'req-cd16dee5-cfd7-43b0-b202-486a9aa20be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:35,998 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.961s 2022-10-12 13:28:35,998 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-c846439c-8073-446d-ba13-51b7953909ca', 'x-compute-request-id': 'req-c846439c-8073-446d-ba13-51b7953909ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:38,655 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 1.639s 2022-10-12 13:28:38,655 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-59d48fbd-0fb5-46a5-b2b4-c59ecc590363', 'x-compute-request-id': 'req-59d48fbd-0fb5-46a5-b2b4-c59ecc590363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:40,582 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.912s 2022-10-12 13:28:40,582 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d919862f-72a9-4ed1-8eb8-874e50c4d67e', 'x-compute-request-id': 'req-d919862f-72a9-4ed1-8eb8-874e50c4d67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:42,165 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a 0.566s 2022-10-12 13:28:42,166 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:41 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-073ca1df-fa95-49c4-afe1-81b4f0ccc7bd', 'x-compute-request-id': 'req-073ca1df-fa95-49c4-afe1-81b4f0ccc7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a'} Body: b'{"server": {"id": "bed6ad20-8975-4ce5-b6b6-da604e6de75a", "name": "tempest-LiveMigrationNegativeTest-server-591097705", "status": "ACTIVE", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "c7326e504daf0434e240e938e3992e2c52894335ff1843920c28ad87", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:08Z", "updated": "2022-10-12T13:28:41Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.178", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:60:b9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a"}], "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-12T13:28:40.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-12 13:28:42,179 121907 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 33 second wait 2022-10-12 13:28:42,739 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 500 POST http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a/action 0.559s 2022-10-12 13:28:42,740 121907 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-1515576894", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-fa7f678c-f448-48a5-8ec8-8736cf9f6cf4', 'x-compute-request-id': 'req-fa7f678c-f448-48a5-8ec8-8736cf9f6cf4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bed6ad20-8975-4ce5-b6b6-da604e6de75a/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-12 13:28:42,944 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.180s 2022-10-12 13:28:42,945 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:42 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-36c3d3f1-a7af-4776-a703-d6e6a6606b58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ace4b2fa8c4c4198a7215456e7f52fe9", "name": "tempest-LiveMigrationNegativeTest-504517717-project", "password_expires_at": null}, "audit_ids": ["lb_eyE-vRoSA-JNAF9yU6A"], "expires_at": "2022-10-12T14:28:42.000000Z", "issued_at": "2022-10-12T13:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46912a6dbce642efa054f5fc83b1bbaf", "name": "tempest-LiveMigrationNegativeTest-504517717"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/46912a6dbce642efa054f5fc83b1bbaf", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:28:42,945 121907 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_live_block_migration_suspended) Found network None available for tenant 2022-10-12 13:28:44,703 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.52/compute/v2.1/servers 1.756s 2022-10-12 13:28:44,703 121907 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-132826319", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f436c1ac-dc39-4e25-b2ac-cfcfa61c78ad', 'x-compute-request-id': 'req-f436c1ac-dc39-4e25-b2ac-cfcfa61c78ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hJ86bFqdwXnn"}}' 2022-10-12 13:28:45,056 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.349s 2022-10-12 13:28:45,057 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:44 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-a9922f51-c8eb-44d3-bd10-a02217a0d5cb', 'x-compute-request-id': 'req-a9922f51-c8eb-44d3-bd10-a02217a0d5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:45Z", "updated": "2022-10-12T13:28:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "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-12 13:28:46,777 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.706s 2022-10-12 13:28:46,778 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:46 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-7fe36377-ea63-420d-80fd-3c41f56cf592', 'x-compute-request-id': 'req-7fe36377-ea63-420d-80fd-3c41f56cf592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:45Z", "updated": "2022-10-12T13:28:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "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-12 13:28:48,043 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.248s 2022-10-12 13:28:48,044 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-c287d8f0-9efe-442f-a14e-3c5e8e656fd3', 'x-compute-request-id': 'req-c287d8f0-9efe-442f-a14e-3c5e8e656fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:48,061 121907 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-10-12 13:28:49,336 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.274s 2022-10-12 13:28:49,336 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:49 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-00f38a2b-ff9f-4350-91e0-4957f3ca1cc8', 'x-compute-request-id': 'req-00f38a2b-ff9f-4350-91e0-4957f3ca1cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:49,355 121907 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-10-12 13:28:50,961 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.604s 2022-10-12 13:28:50,963 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-23125d18-ca60-4791-af13-55ac946969b1', 'x-compute-request-id': 'req-23125d18-ca60-4791-af13-55ac946969b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:52,607 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.628s 2022-10-12 13:28:52,608 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:51 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-24d0f7af-8b09-4c0b-8b1c-5871b4d32cab', 'x-compute-request-id': 'req-24d0f7af-8b09-4c0b-8b1c-5871b4d32cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:54,151 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.527s 2022-10-12 13:28:54,151 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-f55760df-e593-481b-93d4-8099859293c4', 'x-compute-request-id': 'req-f55760df-e593-481b-93d4-8099859293c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:55,618 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.451s 2022-10-12 13:28:55,618 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-3035317b-4e58-41e2-8392-92c50b1a773d', 'x-compute-request-id': 'req-3035317b-4e58-41e2-8392-92c50b1a773d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:57,921 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 1.288s 2022-10-12 13:28:57,921 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-117bcbdc-999e-4ab4-8431-61c8f87804f3', 'x-compute-request-id': 'req-117bcbdc-999e-4ab4-8431-61c8f87804f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:28:59,579 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.638s 2022-10-12 13:28:59,579 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:58 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-a94410b7-b115-45ff-adfe-9601783a55e1', 'x-compute-request-id': 'req-a94410b7-b115-45ff-adfe-9601783a55e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:29:01,178 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.584s 2022-10-12 13:29:01,178 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:00 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-5f5817f1-2caf-4683-848b-c7a4503222c3', 'x-compute-request-id': 'req-5f5817f1-2caf-4683-848b-c7a4503222c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:29:02,570 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.375s 2022-10-12 13:29:02,571 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:02 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-9b1676a3-0c62-4366-91c2-62b6a5e6966f', 'x-compute-request-id': 'req-9b1676a3-0c62-4366-91c2-62b6a5e6966f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "BUILD", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:28:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:29:04,623 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 1.033s 2022-10-12 13:29:04,623 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:03 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-6e4ca014-031c-4875-b185-070f823d15ad', 'x-compute-request-id': 'req-6e4ca014-031c-4875-b185-070f823d15ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "ACTIVE", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:29:04Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.30", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:dd:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "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-12T13:29:03.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-12 13:29:04,639 121907 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait 2022-10-12 13:29:05,307 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805/action 0.667s 2022-10-12 13:29:05,308 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-c4732909-046b-4543-a56c-42d264951575', 'x-compute-request-id': 'req-c4732909-046b-4543-a56c-42d264951575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805/action'} Body: b'' 2022-10-12 13:29:05,864 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.555s 2022-10-12 13:29:05,865 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:05 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-cbd1395f-173a-4c22-a4f8-11bc86a1e517', 'x-compute-request-id': 'req-cbd1395f-173a-4c22-a4f8-11bc86a1e517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "ACTIVE", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:29:05Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.30", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:dd:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "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-12T13:29:03.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-12 13:29:07,322 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 0.443s 2022-10-12 13:29:07,322 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:06 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-e2517d1d-0f7e-418a-ae85-1e4c783301dc', 'x-compute-request-id': 'req-e2517d1d-0f7e-418a-ae85-1e4c783301dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "SUSPENDED", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:29:06Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.30", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:dd:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-12T13:29:03.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-12 13:29:07,339 121907 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-10-12 13:29:08,465 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805 1.125s 2022-10-12 13:29:08,465 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568b217a-2996-4a08-8f7d-e242bb184d33', 'x-compute-request-id': 'req-568b217a-2996-4a08-8f7d-e242bb184d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805'} Body: b'{"server": {"id": "9922a424-28b3-4f9c-a13a-7a5fa11fa805", "name": "tempest-LiveMigrationNegativeTest-server-132826319", "status": "SUSPENDED", "tenant_id": "46912a6dbce642efa054f5fc83b1bbaf", "user_id": "ace4b2fa8c4c4198a7215456e7f52fe9", "metadata": {}, "hostId": "f860f4b0790e27e2ebe0b5beadc79c7922c3f6ef80895e5c6f5a1fd5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:28:44Z", "updated": "2022-10-12T13:29:06Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.30", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:dd:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-12T13:29:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-861076-2", "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-12 13:29:08,562 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.52/compute/v2.1/os-services?binary=nova-compute 0.081s 2022-10-12 13:29:08,563 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af6d1a30-68ee-43a2-a811-c768fd25c9dc', 'x-compute-request-id': 'req-af6d1a30-68ee-43a2-a811-c768fd25c9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-861076-2", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-12T13:29:08.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h2-861076-2", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-12T13:29:03.000000", "disabled_reason": null}]}' 2022-10-12 13:29:08,798 121907 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 500 POST http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805/action 0.229s 2022-10-12 13:29:08,803 121907 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-861076-2", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-ec7752b0-9031-4339-b1b0-8cd0bb2087a6', 'x-compute-request-id': 'req-ec7752b0-9031-4339-b1b0-8cd0bb2087a6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/9922a424-28b3-4f9c-a13a-7a5fa11fa805/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-12 13:22:31,938 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.305s 2022-10-12 13:22:31,938 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:31 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-336ee321-7c1f-485d-98c0-fde56e7ee843', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0df255f194e54dfb8781b982c2c60a98", "name": "tempest-MigrationsAdminTest-933851851-project", "password_expires_at": null}, "audit_ids": ["fwsLKPzITwmJmxdl9UfgbA"], "expires_at": "2022-10-12T14:22:31.000000Z", "issued_at": "2022-10-12T13:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b92cdc745c654b538146a4a64f5f4b6f", "name": "tempest-MigrationsAdminTest-933851851"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:31,939 121900 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-10-12 13:22:32,963 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.52/compute/v2.1/servers 1.023s 2022-10-12 13:22:32,964 121900 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-1288518529", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7bb7c9d-fb86-425c-b339-85061ebe0da0', 'x-compute-request-id': 'req-a7bb7c9d-fb86-425c-b339-85061ebe0da0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ut6rEzaV7aWY"}}' 2022-10-12 13:22:33,105 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.137s 2022-10-12 13:22:33,105 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0027657-7d66-4a3f-8378-716fa1611e2c', 'x-compute-request-id': 'req-f0027657-7d66-4a3f-8378-716fa1611e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:33Z", "updated": "2022-10-12T13:22:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "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-12 13:22:34,204 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.081s 2022-10-12 13:22:34,205 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-950eec8f-8440-41e9-87eb-5b2fa71e5db9', 'x-compute-request-id': 'req-950eec8f-8440-41e9-87eb-5b2fa71e5db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:33Z", "updated": "2022-10-12T13:22:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "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-12 13:22:35,529 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.305s 2022-10-12 13:22:35,530 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1265', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8002c8e6-a750-4448-b353-7b049da6131b', 'x-compute-request-id': 'req-8002c8e6-a750-4448-b353-7b049da6131b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:35,544 121900 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-10-12 13:22:36,684 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.138s 2022-10-12 13:22:36,684 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1e003d0-409c-4c3c-8875-9f383d471545', 'x-compute-request-id': 'req-a1e003d0-409c-4c3c-8875-9f383d471545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:36,702 121900 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-10-12 13:22:37,867 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.163s 2022-10-12 13:22:37,867 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0ae02e9-c965-4b2d-b5b5-e9898a0c5837', 'x-compute-request-id': 'req-f0ae02e9-c965-4b2d-b5b5-e9898a0c5837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:39,210 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.328s 2022-10-12 13:22:39,210 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f98a12e-b20c-4493-b02a-15855d3c2c09', 'x-compute-request-id': 'req-1f98a12e-b20c-4493-b02a-15855d3c2c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:40,705 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.479s 2022-10-12 13:22:40,705 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d319526c-8919-401b-b034-eef4670c4625', 'x-compute-request-id': 'req-d319526c-8919-401b-b034-eef4670c4625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:42,236 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.516s 2022-10-12 13:22:42,237 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-734630fc-4dcb-49b6-9ff6-f572a170c1f4', 'x-compute-request-id': 'req-734630fc-4dcb-49b6-9ff6-f572a170c1f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:44,054 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.788s 2022-10-12 13:22:44,054 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0e42902-e0ba-4fb8-9490-bb8453d8877e', 'x-compute-request-id': 'req-b0e42902-e0ba-4fb8-9490-bb8453d8877e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:45,721 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.652s 2022-10-12 13:22:45,755 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb49cdf-3f3a-4fe4-9942-0a12e0cff24d', 'x-compute-request-id': 'req-beb49cdf-3f3a-4fe4-9942-0a12e0cff24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:47,485 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.711s 2022-10-12 13:22:47,486 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea0d638-8794-479d-8740-08376c29b744', 'x-compute-request-id': 'req-6ea0d638-8794-479d-8740-08376c29b744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:49,223 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.718s 2022-10-12 13:22:49,223 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c5e5a1c-7bb7-4122-8cd7-6ad2c67731b8', 'x-compute-request-id': 'req-1c5e5a1c-7bb7-4122-8cd7-6ad2c67731b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:50,879 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 0.637s 2022-10-12 13:22:50,879 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1463', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f2d7e2d-9623-4c2b-a21b-39fd76a4abe2', 'x-compute-request-id': 'req-7f2d7e2d-9623-4c2b-a21b-39fd76a4abe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:49Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.206", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:86:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "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-12T13:22:49.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-12 13:22:50,897 121900 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-10-12 13:22:52,725 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f 1.827s 2022-10-12 13:22:52,725 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:50 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-22320d38-a1a7-415c-adcb-51fd59ef3f2d', 'x-compute-request-id': 'req-22320d38-a1a7-415c-adcb-51fd59ef3f2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f'} Body: b'{"server": {"id": "085c7252-d302-4b81-a7f1-15311733615f", "name": "tempest-MigrationsAdminTest-server-1288518529", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:32Z", "updated": "2022-10-12T13:22:49Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.206", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:86:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/085c7252-d302-4b81-a7f1-15311733615f"}], "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-12T13:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-861076-2", "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-12 13:22:53,017 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 500 POST http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f/action 0.278s 2022-10-12 13:22:53,017 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22: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-53518736-6c2f-4014-80ed-5f4aa9d1c523', 'x-compute-request-id': 'req-53518736-6c2f-4014-80ed-5f4aa9d1c523', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/085c7252-d302-4b81-a7f1-15311733615f/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-12 13:22:53,338 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.258s 2022-10-12 13:22:53,338 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:53 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-268eb145-6517-470f-b2db-52c32b75e749', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0df255f194e54dfb8781b982c2c60a98", "name": "tempest-MigrationsAdminTest-933851851-project", "password_expires_at": null}, "audit_ids": ["8NFYiMRESmOfzhoIR3AG1g"], "expires_at": "2022-10-12T14:22:53.000000Z", "issued_at": "2022-10-12T13:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b92cdc745c654b538146a4a64f5f4b6f", "name": "tempest-MigrationsAdminTest-933851851"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:22:53,339 121900 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-10-12 13:22:54,381 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.52/compute/v2.1/servers 1.041s 2022-10-12 13:22:54,381 121900 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-443780028", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-539ae92c-6b3e-4044-8e87-80e25386f578', 'x-compute-request-id': 'req-539ae92c-6b3e-4044-8e87-80e25386f578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6u8K2Ya6TVCm"}}' 2022-10-12 13:22:54,624 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.238s 2022-10-12 13:22:54,624 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:54 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-5633c7a7-5e5a-474c-856d-c45eb279718f', 'x-compute-request-id': 'req-5633c7a7-5e5a-474c-856d-c45eb279718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "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-12 13:22:56,008 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.367s 2022-10-12 13:22:56,009 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:55 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-6ccf68a9-315f-4539-a4ba-a8445400f110', 'x-compute-request-id': 'req-6ccf68a9-315f-4539-a4ba-a8445400f110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "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-12 13:22:58,025 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.998s 2022-10-12 13:22:58,027 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:57 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-f4b31e85-0198-45e6-86bb-64a16c9a0d67', 'x-compute-request-id': 'req-f4b31e85-0198-45e6-86bb-64a16c9a0d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:22:58,043 121900 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-10-12 13:22:59,574 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.531s 2022-10-12 13:22:59,575 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24a7bc33-69a5-4176-b747-ba4f58d68c37', 'x-compute-request-id': 'req-24a7bc33-69a5-4176-b747-ba4f58d68c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-12 13:22:59,588 121900 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 5 second wait 2022-10-12 13:23:02,880 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 2.290s 2022-10-12 13:23:02,881 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:00 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-040aba29-fa5f-4529-88d3-877200ba7b2f', 'x-compute-request-id': 'req-040aba29-fa5f-4529-88d3-877200ba7b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:02,899 121900 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2022-10-12 13:23:05,427 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 1.526s 2022-10-12 13:23:05,427 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-fdca8509-f0b5-416e-a386-996318ecfbfd', 'x-compute-request-id': 'req-fdca8509-f0b5-416e-a386-996318ecfbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:07,074 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.633s 2022-10-12 13:23:07,074 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-924b8a90-48a7-4473-8e22-0302c07a3ce8', 'x-compute-request-id': 'req-924b8a90-48a7-4473-8e22-0302c07a3ce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:08,602 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.513s 2022-10-12 13:23:08,602 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:08 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-356cd89a-fff3-4759-a191-7c229dcd4b6c', 'x-compute-request-id': 'req-356cd89a-fff3-4759-a191-7c229dcd4b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:10,179 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.559s 2022-10-12 13:23:10,180 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-a255d2d6-a655-47fc-8cae-ce0171d34b90', 'x-compute-request-id': 'req-a255d2d6-a655-47fc-8cae-ce0171d34b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:11,760 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.564s 2022-10-12 13:23:11,760 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:11 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-5193c1db-29aa-41b2-bd44-b6a47d695741', 'x-compute-request-id': 'req-5193c1db-29aa-41b2-bd44-b6a47d695741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:13,523 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.748s 2022-10-12 13:23:13,524 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-dacd86dd-2c0b-487c-a007-a5304db9898c', 'x-compute-request-id': 'req-dacd86dd-2c0b-487c-a007-a5304db9898c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:22:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:15,143 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d 0.604s 2022-10-12 13:23:15,144 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:14 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-090daab9-9ca3-4271-bb86-250f4671d942', 'x-compute-request-id': 'req-090daab9-9ca3-4271-bb86-250f4671d942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d'} Body: b'{"server": {"id": "177cff06-72ce-423d-bbe7-9ebcd331d29d", "name": "tempest-MigrationsAdminTest-server-443780028", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:22:54Z", "updated": "2022-10-12T13:23:13Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.195", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:6c:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d"}], "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-12T13:23:13.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-12 13:23:15,158 121900 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait 2022-10-12 13:23:15,584 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 500 POST http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d/action 0.422s 2022-10-12 13:23:15,584 121900 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': 'Wed, 12 Oct 2022 13:23: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-bb12f1f8-b81d-4a30-b76a-a5759813f49c', 'x-compute-request-id': 'req-bb12f1f8-b81d-4a30-b76a-a5759813f49c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/177cff06-72ce-423d-bbe7-9ebcd331d29d/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-12 13:23:15,639 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/flavors/452 0.051s 2022-10-12 13:23:15,641 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:15 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-d19496f2-9a22-41c1-a6db-30d4e384231e', 'x-compute-request-id': 'req-d19496f2-9a22-41c1-a6db-30d4e384231e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}}' 2022-10-12 13:23:15,769 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.52/compute/v2.1/flavors 0.123s 2022-10-12 13:23:15,769 121900 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_-1336250159", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '499', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60db91b0-ec09-48f0-b0f6-6c6857c1ea65', 'x-compute-request-id': 'req-60db91b0-ec09-48f0-b0f6-6c6857c1ea65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "name": "tempest-test_resize_flavor_-1336250159", "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.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}}' 2022-10-12 13:23:16,447 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs 0.674s 2022-10-12 13:23:16,448 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:15 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-9a55c59b-3f1f-48d9-aabe-94d53d5bc9da', 'x-compute-request-id': 'req-9a55c59b-3f1f-48d9-aabe-94d53d5bc9da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-10-12 13:23:16,569 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.114s 2022-10-12 13:23:16,569 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:16 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-0a9b5fb5-88aa-4f43-bdaa-edd311ce739f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0df255f194e54dfb8781b982c2c60a98", "name": "tempest-MigrationsAdminTest-933851851-project", "password_expires_at": null}, "audit_ids": ["4-42x__WTuGFs9hnqQWMhQ"], "expires_at": "2022-10-12T14:23:16.000000Z", "issued_at": "2022-10-12T13:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b92cdc745c654b538146a4a64f5f4b6f", "name": "tempest-MigrationsAdminTest-933851851"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:16,570 121900 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-10-12 13:23:18,041 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.52/compute/v2.1/servers 1.471s 2022-10-12 13:23:18,042 121900 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-487722577", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de80f990-7020-4642-9dd7-1cd61d326c1c', 'x-compute-request-id': 'req-de80f990-7020-4642-9dd7-1cd61d326c1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ruPEeUR8gApD"}}' 2022-10-12 13:23:18,404 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.359s 2022-10-12 13:23:18,405 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:18 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-b344182c-c17e-4ba1-9330-c851f824b3df', 'x-compute-request-id': 'req-b344182c-c17e-4ba1-9330-c851f824b3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:18Z", "updated": "2022-10-12T13:23:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "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-12 13:23:19,732 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.312s 2022-10-12 13:23:19,732 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0789057-6fec-46f5-8a74-5c43ea1802ec', 'x-compute-request-id': 'req-e0789057-6fec-46f5-8a74-5c43ea1802ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:21,260 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.512s 2022-10-12 13:23:21,260 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e66975e-84a9-4f30-95d4-eac5dccc876e', 'x-compute-request-id': 'req-4e66975e-84a9-4f30-95d4-eac5dccc876e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:21,276 121900 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-10-12 13:23:22,605 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.327s 2022-10-12 13:23:22,605 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb2da833-9205-46fc-91e3-2124bdaf0ab0', 'x-compute-request-id': 'req-eb2da833-9205-46fc-91e3-2124bdaf0ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:22,619 121900 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-10-12 13:23:24,432 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.812s 2022-10-12 13:23:24,432 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28953ffd-d9b5-4aac-8288-1f0f6fe86992', 'x-compute-request-id': 'req-28953ffd-d9b5-4aac-8288-1f0f6fe86992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:26,360 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.909s 2022-10-12 13:23:26,361 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2014599-c4b2-4189-bf5b-9731f5292780', 'x-compute-request-id': 'req-a2014599-c4b2-4189-bf5b-9731f5292780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:28,359 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.984s 2022-10-12 13:23:28,360 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9388636-94c2-4876-8cab-36d29616aa50', 'x-compute-request-id': 'req-c9388636-94c2-4876-8cab-36d29616aa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:30,206 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.830s 2022-10-12 13:23:30,207 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5ac147b-f1f4-4410-b7dc-cc9001b9ff3c', 'x-compute-request-id': 'req-d5ac147b-f1f4-4410-b7dc-cc9001b9ff3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:31,938 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.714s 2022-10-12 13:23:31,939 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5d88bec-5384-4bd5-bf63-473715c4c65c', 'x-compute-request-id': 'req-e5d88bec-5384-4bd5-bf63-473715c4c65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:33,472 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.515s 2022-10-12 13:23:33,473 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-377a8b2d-6149-4a67-a469-dbd3676518b8', 'x-compute-request-id': 'req-377a8b2d-6149-4a67-a469-dbd3676518b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:34,922 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.433s 2022-10-12 13:23:34,926 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb0e0ac7-1bb9-445b-8c61-f55184b5ca96', 'x-compute-request-id': 'req-fb0e0ac7-1bb9-445b-8c61-f55184b5ca96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:36,231 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.290s 2022-10-12 13:23:36,231 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe3abd43-a6b5-493c-a01e-20d1447a5784', 'x-compute-request-id': 'req-fe3abd43-a6b5-493c-a01e-20d1447a5784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:37,852 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.602s 2022-10-12 13:23:37,853 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8379086b-0cc5-4b02-b057-2c103ab5538b', 'x-compute-request-id': 'req-8379086b-0cc5-4b02-b057-2c103ab5538b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:39,710 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.838s 2022-10-12 13:23:39,711 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-468c40bf-eca0-4681-88cd-bc58b3517a06', 'x-compute-request-id': 'req-468c40bf-eca0-4681-88cd-bc58b3517a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:41,508 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.782s 2022-10-12 13:23:41,508 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6513ba4-6bb4-4ee6-ba43-bd29f98ad2e4', 'x-compute-request-id': 'req-a6513ba4-6bb4-4ee6-ba43-bd29f98ad2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:43,179 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.656s 2022-10-12 13:23:43,179 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58111db3-a08d-4c89-a058-cc93c82b87b2', 'x-compute-request-id': 'req-58111db3-a08d-4c89-a058-cc93c82b87b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:44,913 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.717s 2022-10-12 13:23:44,913 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:44 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-842e3564-6b35-493d-9f36-167a1413aee8', 'x-compute-request-id': 'req-842e3564-6b35-493d-9f36-167a1413aee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:44Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.163", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:15:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "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-12T13:23:43.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-12 13:23:44,930 121900 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 26 second wait 2022-10-12 13:23:45,906 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96 0.975s 2022-10-12 13:23:45,906 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:44 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-d9554a9b-2335-4cab-bad1-5b26cae32dd6', 'x-compute-request-id': 'req-d9554a9b-2335-4cab-bad1-5b26cae32dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96'} Body: b'{"server": {"id": "ad899a20-368e-4d9b-908d-4081aabc4e96", "name": "tempest-MigrationsAdminTest-server-487722577", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "fe3964533676f63c28a3894cbecccb9933347034f88989f20828ffa5", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "4a656d45-4a60-44fd-90b4-f33e5a6cecd8", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8"}]}, "created": "2022-10-12T13:23:17Z", "updated": "2022-10-12T13:23:44Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.163", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:15:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/ad899a20-368e-4d9b-908d-4081aabc4e96"}], "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-12T13:23:43.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-12 13:23:46,585 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 DELETE http://10.222.0.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8 0.665s 2022-10-12 13:23:46,585 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:45 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-38ef0b0c-62dd-436d-a70c-21e0b1fe2ad3', 'x-compute-request-id': 'req-38ef0b0c-62dd-436d-a70c-21e0b1fe2ad3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8'} Body: b'' 2022-10-12 13:23:47,193 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.52/compute/v2.1/flavors/detail 0.608s 2022-10-12 13:23:47,194 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:46 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-5fe942c4-67f4-4a27-9941-3bda9eca3ab0', 'x-compute-request-id': 'req-5fe942c4-67f4-4a27-9941-3bda9eca3ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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-12 13:23:47,326 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 500 POST http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96/action 0.122s 2022-10-12 13:23:47,327 121900 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': 'Wed, 12 Oct 2022 13:23: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-2e9bc21b-4969-4f1f-a4dc-974619de7939', 'x-compute-request-id': 'req-2e9bc21b-4969-4f1f-a4dc-974619de7939', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/ad899a20-368e-4d9b-908d-4081aabc4e96/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-12 13:23:47,350 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 404 DELETE http://10.222.0.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8 0.022s 2022-10-12 13:23:47,351 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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': '109', 'x-openstack-request-id': 'req-6863069c-4ca3-4a8d-889a-f864936b6f4a', 'x-compute-request-id': 'req-6863069c-4ca3-4a8d-889a-f864936b6f4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/4a656d45-4a60-44fd-90b4-f33e5a6cecd8'} Body: b'{"itemNotFound": {"code": 404, "message": "Flavor 4a656d45-4a60-44fd-90b4-f33e5a6cecd8 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-12 13:23:47,578 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.218s 2022-10-12 13:23:47,579 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5a47132-476d-4219-a8f3-30bbe3efee7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0df255f194e54dfb8781b982c2c60a98", "name": "tempest-MigrationsAdminTest-933851851-project", "password_expires_at": null}, "audit_ids": ["6ES4g-yJQquVC_ub2y5zmA"], "expires_at": "2022-10-12T14:23:47.000000Z", "issued_at": "2022-10-12T13:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b92cdc745c654b538146a4a64f5f4b6f", "name": "tempest-MigrationsAdminTest-933851851"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b92cdc745c654b538146a4a64f5f4b6f", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:47,579 121900 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-10-12 13:23:49,229 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.52/compute/v2.1/servers 1.648s 2022-10-12 13:23:49,229 121900 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-1645885268", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd1509b-10ca-4043-8249-de2a284c4a91', 'x-compute-request-id': 'req-7dd1509b-10ca-4043-8249-de2a284c4a91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "aLS9AjU6VM9D"}}' 2022-10-12 13:23:50,117 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.884s 2022-10-12 13:23:50,118 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d5d4a2f-8845-44f1-a316-b09bdb343ee7', 'x-compute-request-id': 'req-0d5d4a2f-8845-44f1-a316-b09bdb343ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "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-12 13:23:51,656 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.520s 2022-10-12 13:23:51,656 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:51 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-fe3245d0-8d40-4042-b69d-dd19170d9d97', 'x-compute-request-id': 'req-fe3245d0-8d40-4042-b69d-dd19170d9d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:53,508 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.835s 2022-10-12 13:23:53,508 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74989f54-662e-48a2-960e-816866f80d65', 'x-compute-request-id': 'req-74989f54-662e-48a2-960e-816866f80d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-10-12 13:23:53,522 121900 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2022-10-12 13:23:55,555 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 1.031s 2022-10-12 13:23:55,555 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18758757-377e-47d1-914e-cde40dcf8761', 'x-compute-request-id': 'req-18758757-377e-47d1-914e-cde40dcf8761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:23:55,569 121900 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2022-10-12 13:23:58,717 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 2.147s 2022-10-12 13:23:58,717 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c6df97-19e8-4976-a478-6317ea7603a1', 'x-compute-request-id': 'req-89c6df97-19e8-4976-a478-6317ea7603a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:01,799 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 2.068s 2022-10-12 13:24:01,800 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f15a0d0-89f7-4d6e-aa86-b4a9d10f3b3e', 'x-compute-request-id': 'req-1f15a0d0-89f7-4d6e-aa86-b4a9d10f3b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:04,807 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 1.989s 2022-10-12 13:24:04,807 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf48bf57-ebf5-4bc4-be6c-11d095529272', 'x-compute-request-id': 'req-cf48bf57-ebf5-4bc4-be6c-11d095529272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:08,391 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 2.564s 2022-10-12 13:24:08,391 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4633207-046e-4e05-a59e-bc5d26e37620', 'x-compute-request-id': 'req-b4633207-046e-4e05-a59e-bc5d26e37620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:10,394 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.985s 2022-10-12 13:24:10,395 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f0847a0-4d78-4a92-bc05-92186e84bbd9', 'x-compute-request-id': 'req-5f0847a0-4d78-4a92-bc05-92186e84bbd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:13,461 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 2.052s 2022-10-12 13:24:13,461 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad5f15d-eb75-4d3a-aacb-d9e09d420c53', 'x-compute-request-id': 'req-1ad5f15d-eb75-4d3a-aacb-d9e09d420c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:15,900 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 1.424s 2022-10-12 13:24:15,901 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ef3604-8c26-4173-aa06-817df27123ed', 'x-compute-request-id': 'req-a1ef3604-8c26-4173-aa06-817df27123ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:17,357 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.442s 2022-10-12 13:24:17,357 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-544a8200-ce75-410b-835e-658fac4267b6', 'x-compute-request-id': 'req-544a8200-ce75-410b-835e-658fac4267b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:19,161 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.789s 2022-10-12 13:24:19,161 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e77f2a0-2fa2-42b4-907f-ae3ddf3dfcf5', 'x-compute-request-id': 'req-3e77f2a0-2fa2-42b4-907f-ae3ddf3dfcf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:20,704 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.527s 2022-10-12 13:24:20,705 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74c2ea4d-ad61-42cb-b446-91808f7535c9', 'x-compute-request-id': 'req-74c2ea4d-ad61-42cb-b446-91808f7535c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:22,158 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.439s 2022-10-12 13:24:22,159 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a2bbc3d-9c87-4759-bf68-6e816abafc4e', 'x-compute-request-id': 'req-1a2bbc3d-9c87-4759-bf68-6e816abafc4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "BUILD", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:24:24,402 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 1.226s 2022-10-12 13:24:24,402 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:23 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-4a45ab4c-755b-4fcc-aeed-10c70117b47c', 'x-compute-request-id': 'req-4a45ab4c-755b-4fcc-aeed-10c70117b47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:24:22Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.78", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:ed:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "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-12T13:24:22.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-12 13:24:24,416 121900 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2022-10-12 13:24:24,959 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af 0.543s 2022-10-12 13:24:24,960 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1613', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6e8dda3-3a7e-4552-9407-b54f5a21770d', 'x-compute-request-id': 'req-e6e8dda3-3a7e-4552-9407-b54f5a21770d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af'} Body: b'{"server": {"id": "d88ccd8b-e58a-432a-9276-29cb5fa800af", "name": "tempest-MigrationsAdminTest-server-1645885268", "status": "ACTIVE", "tenant_id": "b92cdc745c654b538146a4a64f5f4b6f", "user_id": "0df255f194e54dfb8781b982c2c60a98", "metadata": {}, "hostId": "b86498049359736210289bd7147557b5c45b2687ae0d77fd15556df4", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:23:49Z", "updated": "2022-10-12T13:24:22Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.78", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:ed:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af"}], "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-12T13:24:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-861076-2", "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-12 13:24:25,143 121900 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 500 POST http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af/action 0.168s 2022-10-12 13:24:25,146 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:24: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-202c228a-5f71-4e3a-8aa9-4b4b1fee384f', 'x-compute-request-id': 'req-202c228a-5f71-4e3a-8aa9-4b4b1fee384f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/d88ccd8b-e58a-432a-9276-29cb5fa800af/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-12 13:25:04,799 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.133s 2022-10-12 13:25:04,799 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:04 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-de128bfa-be8b-4187-89a4-984044973885', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "27540849dbc344a384a1f24a6cc32175", "name": "tempest-ServersAdminNegativeTestJSON-1062311697-project", "password_expires_at": null}, "audit_ids": ["wADYJs-7QgScBNw_-elRqA"], "expires_at": "2022-10-12T14:25:04.000000Z", "issued_at": "2022-10-12T13:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7afd8d44b48d4ec0b54a400fd73ca770", "name": "tempest-ServersAdminNegativeTestJSON-1062311697"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/7afd8d44b48d4ec0b54a400fd73ca770", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_7afd8d44b48d4ec0b54a400fd73ca770", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/7afd8d44b48d4ec0b54a400fd73ca770", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/7afd8d44b48d4ec0b54a400fd73ca770", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:25:04,800 121897 INFO [tempest.lib.common.fixed_network] (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state) Found network None available for tenant 2022-10-12 13:25:05,616 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.52/compute/v2.1/servers 0.815s 2022-10-12 13:25:05,616 121897 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-2057951946", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b680f2d3-1df8-4f1c-831b-257959c514d1', 'x-compute-request-id': 'req-b680f2d3-1df8-4f1c-831b-257959c514d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "f4iXUSc8mfEc"}}' 2022-10-12 13:25:06,124 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.504s 2022-10-12 13:25:06,125 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:05 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-80f29bae-d303-4ab0-9185-d893af05588c', 'x-compute-request-id': 'req-80f29bae-d303-4ab0-9185-d893af05588c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "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-12 13:25:07,367 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.227s 2022-10-12 13:25:07,367 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b69a0991-4b57-4d91-b2b7-b6aab40d5677', 'x-compute-request-id': 'req-b69a0991-4b57-4d91-b2b7-b6aab40d5677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:08,586 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.199s 2022-10-12 13:25:08,586 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70648a5-2ee2-4a86-9851-92a7b51edd9f', 'x-compute-request-id': 'req-a70648a5-2ee2-4a86-9851-92a7b51edd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:09,951 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.350s 2022-10-12 13:25:09,951 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3080bfa4-fab5-4d82-9b71-69b104e740e5', 'x-compute-request-id': 'req-3080bfa4-fab5-4d82-9b71-69b104e740e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:09,964 121897 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-10-12 13:25:11,200 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.234s 2022-10-12 13:25:11,200 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e2f7ad1-3c3d-4a08-bcba-282cdeb978e9', 'x-compute-request-id': 'req-0e2f7ad1-3c3d-4a08-bcba-282cdeb978e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:12,830 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.615s 2022-10-12 13:25:12,830 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc81596-0d5c-46c4-98cc-bf265627dc89', 'x-compute-request-id': 'req-dcc81596-0d5c-46c4-98cc-bf265627dc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:12,847 121897 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2022-10-12 13:25:15,386 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.532s 2022-10-12 13:25:15,386 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92821e46-1021-49ad-8503-9b913a8f6517', 'x-compute-request-id': 'req-92821e46-1021-49ad-8503-9b913a8f6517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:17,840 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.439s 2022-10-12 13:25:17,841 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f342fe7a-eaf5-4abf-8478-e5c1024e87e6', 'x-compute-request-id': 'req-f342fe7a-eaf5-4abf-8478-e5c1024e87e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:19,565 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.707s 2022-10-12 13:25:19,566 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9247ce12-6f16-4cb7-be7f-2f64ef228a14', 'x-compute-request-id': 'req-9247ce12-6f16-4cb7-be7f-2f64ef228a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:21,986 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.405s 2022-10-12 13:25:22,003 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfe3bd26-20ad-42da-a2c9-9be41de52901', 'x-compute-request-id': 'req-cfe3bd26-20ad-42da-a2c9-9be41de52901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:23,629 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.593s 2022-10-12 13:25:23,629 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-560d6d2e-830a-4cc5-861b-288716044abe', 'x-compute-request-id': 'req-560d6d2e-830a-4cc5-861b-288716044abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:25,155 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.506s 2022-10-12 13:25:25,155 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5279701-f092-4336-96b2-bc1e33a076c9', 'x-compute-request-id': 'req-a5279701-f092-4336-96b2-bc1e33a076c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:27,970 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.796s 2022-10-12 13:25:27,971 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39ca5890-e804-4e87-90ee-4aa1a9343d8e', 'x-compute-request-id': 'req-39ca5890-e804-4e87-90ee-4aa1a9343d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:30,509 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.524s 2022-10-12 13:25:30,510 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a7e539-9f67-49af-bb1d-42a2e87b647a', 'x-compute-request-id': 'req-54a7e539-9f67-49af-bb1d-42a2e87b647a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:32,325 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.798s 2022-10-12 13:25:32,325 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e146ada8-93b0-4620-9d61-7a6b308ca68d', 'x-compute-request-id': 'req-e146ada8-93b0-4620-9d61-7a6b308ca68d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:34,161 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.820s 2022-10-12 13:25:34,161 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce336aa-ab2c-4b73-8a89-67df45f01ce4', 'x-compute-request-id': 'req-3ce336aa-ab2c-4b73-8a89-67df45f01ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:36,327 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 1.146s 2022-10-12 13:25:36,327 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfbe25dc-eac8-4c11-bdbd-7670c2acba48', 'x-compute-request-id': 'req-cfbe25dc-eac8-4c11-bdbd-7670c2acba48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "BUILD", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-12 13:25:37,760 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.411s 2022-10-12 13:25:37,760 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1472', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e779b080-80a4-421e-8d8d-8f2bf7a51dd7', 'x-compute-request-id': 'req-e779b080-80a4-421e-8d8d-8f2bf7a51dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "ACTIVE", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:37Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.146", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:30:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "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-12T13:25:36.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-12 13:25:37,774 121897 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2022-10-12 13:25:38,482 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21/action 0.707s 2022-10-12 13:25:38,482 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-8a2a19d2-edd6-40db-8bef-e535543f61c5', 'x-compute-request-id': 'req-8a2a19d2-edd6-40db-8bef-e535543f61c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21/action'} Body: b'' 2022-10-12 13:25:39,241 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.757s 2022-10-12 13:25:39,241 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:38 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-6351f8eb-e539-4a7f-a6f9-cd8ba3419531', 'x-compute-request-id': 'req-6351f8eb-e539-4a7f-a6f9-cd8ba3419531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "ACTIVE", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:38Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.146", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:30:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "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-12T13:25:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-861076-2", "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-12 13:25:40,776 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21 0.520s 2022-10-12 13:25:40,776 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:40 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-fa8e7d5d-8d3e-4e6a-9e58-e870c7da3597', 'x-compute-request-id': 'req-fa8e7d5d-8d3e-4e6a-9e58-e870c7da3597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21'} Body: b'{"server": {"id": "f3676307-e5eb-4e25-ab76-44f29e7a4b21", "name": "tempest-ServersAdminNegativeTestJSON-server-2057951946", "status": "SUSPENDED", "tenant_id": "7afd8d44b48d4ec0b54a400fd73ca770", "user_id": "27540849dbc344a384a1f24a6cc32175", "metadata": {}, "hostId": "fdb9c199a28c995569a332cb989556e04e623013fd031e5256b51466", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-10-12T13:25:05Z", "updated": "2022-10-12T13:25:40Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.146", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:30:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-12T13:25:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-861076-2", "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-12 13:25:40,793 121897 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 1 second wait 2022-10-12 13:25:41,002 121897 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 500 POST http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21/action 0.207s 2022-10-12 13:25:41,002 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-0fae17c9-adfb-4317-9641-4e52f6b408f9', 'x-compute-request-id': 'req-0fae17c9-adfb-4317-9641-4e52f6b408f9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/f3676307-e5eb-4e25-ab76-44f29e7a4b21/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-12 13:56:44,837 177819 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-10-12 13:56:44,837 177819 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-10-12 13:56:44,838 177819 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-10-12 13:56:44,959 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 GET http://10.222.0.52/compute/v2.1/os-quota-sets/b91e5964b2a243ed901cb1c4d2d6d0ef 0.120s 2022-10-12 13:56:44,959 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:44 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-47c5456a-d319-46d9-b21d-323be48af450', 'x-compute-request-id': 'req-47c5456a-d319-46d9-b21d-323be48af450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-quota-sets/b91e5964b2a243ed901cb1c4d2d6d0ef'} Body: b'{"quota_set": {"id": "b91e5964b2a243ed901cb1c4d2d6d0ef", "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-12 13:56:45,061 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 POST http://10.222.0.52/compute/v2.1/flavors 0.097s 2022-10-12 13:56:45,062 177819 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-1193610080", "id": 1635235832, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '438', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28615ee-37b5-4d25-b22f-452e8b998426', 'x-compute-request-id': 'req-e28615ee-37b5-4d25-b22f-452e8b998426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1635235832", "name": "tempest-ServersAdminNegativeTestJSON-flavor-1193610080", "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.52/compute/v2.1/flavors/1635235832"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/1635235832"}]}}' 2022-10-12 13:56:45,184 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 500 POST http://10.222.0.52/compute/v2.1/servers/a6ef5641-3a33-431e-8e6f-cd00fc71d577/action 0.117s 2022-10-12 13:56:45,184 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "1635235832"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56: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-643b0dc5-70a4-4a16-aedd-5088534e8a03', 'x-compute-request-id': 'req-643b0dc5-70a4-4a16-aedd-5088534e8a03', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/a6ef5641-3a33-431e-8e6f-cd00fc71d577/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-12 13:56:45,259 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/flavors/1635235832 0.072s 2022-10-12 13:56:45,260 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-b74aa593-a8d5-45c8-8cc0-e04f05f9c885', 'x-compute-request-id': 'req-b74aa593-a8d5-45c8-8cc0-e04f05f9c885', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/1635235832'} Body: b'' 2022-10-12 13:56:45,288 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/flavors/detail 0.027s 2022-10-12 13:56:45,288 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-a27fe6f7-fb1b-4059-8cd6-8a575efec0e4', 'x-compute-request-id': 'req-a27fe6f7-fb1b-4059-8cd6-8a575efec0e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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-12 13:56:45,302 177819 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-12 13:56:45,305 177819 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-10-12 13:56:45,305 177819 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-10-12 13:56:45,305 177819 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-10-12 13:56:45,388 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 GET http://10.222.0.52/compute/v2.1/os-quota-sets/b91e5964b2a243ed901cb1c4d2d6d0ef 0.082s 2022-10-12 13:56:45,389 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-c432630d-c45e-4042-857f-bce7ce1a0bcc', 'x-compute-request-id': 'req-c432630d-c45e-4042-857f-bce7ce1a0bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-quota-sets/b91e5964b2a243ed901cb1c4d2d6d0ef'} Body: b'{"quota_set": {"id": "b91e5964b2a243ed901cb1c4d2d6d0ef", "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-12 13:56:45,501 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 POST http://10.222.0.52/compute/v2.1/flavors 0.104s 2022-10-12 13:56:45,502 177819 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-1147312451", "id": 998624007, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-78e70d83-5660-41ab-a35f-ad259389ebef', 'x-compute-request-id': 'req-78e70d83-5660-41ab-a35f-ad259389ebef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "998624007", "name": "tempest-ServersAdminNegativeTestJSON-flavor-1147312451", "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.52/compute/v2.1/flavors/998624007"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/998624007"}]}}' 2022-10-12 13:56:45,618 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 500 POST http://10.222.0.52/compute/v2.1/servers/a6ef5641-3a33-431e-8e6f-cd00fc71d577/action 0.111s 2022-10-12 13:56:45,618 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "998624007"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56: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-86b1c178-db8f-41f3-a8d3-a971213dc14f', 'x-compute-request-id': 'req-86b1c178-db8f-41f3-a8d3-a971213dc14f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/a6ef5641-3a33-431e-8e6f-cd00fc71d577/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-12 13:56:45,701 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/flavors/998624007 0.081s 2022-10-12 13:56:45,701 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-1cb2bce9-96fa-4a2a-81c5-c59e9a00acaa', 'x-compute-request-id': 'req-1cb2bce9-96fa-4a2a-81c5-c59e9a00acaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/flavors/998624007'} Body: b'' 2022-10-12 13:56:45,731 177819 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/flavors/detail 0.029s 2022-10-12 13:56:45,731 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:45 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-d4e37289-725a-4ba6-b10c-eb92cf3b3fc3', 'x-compute-request-id': 'req-d4e37289-725a-4ba6-b10c-eb92cf3b3fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/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.52/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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.52/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.52/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-12 13:56:45,741 177819 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-12 13:23:54,922 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.164s 2022-10-12 13:23:54,922 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:54 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-0e86c4ba-652c-45e2-95cd-a90d85572fea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "name": "tempest-UnshelveToHostMultiNodesTest-1402879014-project", "password_expires_at": null}, "audit_ids": ["nitzcjYlQhuG-TOLq_L9Pg"], "expires_at": "2022-10-12T14:23:54.000000Z", "issued_at": "2022-10-12T13:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5273399261154672b801633e535ee5e7", "name": "tempest-UnshelveToHostMultiNodesTest-1402879014"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5273399261154672b801633e535ee5e7", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5273399261154672b801633e535ee5e7", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5273399261154672b801633e535ee5e7", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5273399261154672b801633e535ee5e7", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:54,922 121893 INFO [tempest.lib.common.fixed_network] (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host) Found network None available for tenant 2022-10-12 13:23:56,481 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 202 POST http://10.222.0.52/compute/v2.1/servers 1.558s 2022-10-12 13:23:56,482 121893 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-498503724", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": "none"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b', '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-0470fbc7-0d51-4c8c-a3d9-355628d2980a', 'x-compute-request-id': 'req-0470fbc7-0d51-4c8c-a3d9-355628d2980a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9fFtEf5veBvH"}}' 2022-10-12 13:23:57,621 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.136s 2022-10-12 13:23:57,622 121893 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': 'Wed, 12 Oct 2022 13:23:56 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-a2828430-39e9-4cd1-8155-038d87cfcdb3', 'x-compute-request-id': 'req-a2828430-39e9-4cd1-8155-038d87cfcdb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "BUILD", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:23:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-498503724", "server_groups": []}}' 2022-10-12 13:24:01,208 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 2.561s 2022-10-12 13:24:01,209 121893 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': 'Wed, 12 Oct 2022 13:23:58 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-515525b1-a6c2-46f6-82ad-5c153cb2caed', 'x-compute-request-id': 'req-515525b1-a6c2-46f6-82ad-5c153cb2caed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "BUILD", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-498503724", "server_groups": []}}' 2022-10-12 13:24:01,231 121893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2022-10-12 13:24:03,802 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.569s 2022-10-12 13:24:03,803 121893 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': 'Wed, 12 Oct 2022 13:24:02 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-258bbd2b-76b1-4fe4-b260-ad12ebef8c34', 'x-compute-request-id': 'req-258bbd2b-76b1-4fe4-b260-ad12ebef8c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:03,821 121893 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2022-10-12 13:24:06,860 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 3.038s 2022-10-12 13:24:06,861 121893 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': 'Wed, 12 Oct 2022 13:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1936', '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-038f82a3-3da9-401c-9772-6193d18a7358', 'x-compute-request-id': 'req-038f82a3-3da9-401c-9772-6193d18a7358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": "n-h1-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-861076-2", "OS-EXT-SRV-ATTR:reservation_id": "r-tnh637eh", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-498503724", "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-12 13:24:08,659 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.776s 2022-10-12 13:24:08,659 121893 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': 'Wed, 12 Oct 2022 13:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1936', '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-400a5911-2936-4453-9203-27e1a8fe13db', 'x-compute-request-id': 'req-400a5911-2936-4453-9203-27e1a8fe13db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": "n-h1-861076-2", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-861076-2", "OS-EXT-SRV-ATTR:reservation_id": "r-tnh637eh", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-unshelvetohostmultinodestest-server-498503724", "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-12 13:24:09,735 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/os-services?binary=nova-compute 1.051s 2022-10-12 13:24:09,735 121893 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': 'Wed, 12 Oct 2022 13:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '498', '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-a1f7586d-586a-4e1f-8314-9a5542868c4e', 'x-compute-request-id': 'req-a1f7586d-586a-4e1f-8314-9a5542868c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-861076-2", "id": "a86a4209-eb44-41ce-a417-d2d28f43d101", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-12T13:24:05.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "n-h2-861076-2", "id": "50d5d567-41bf-473a-a720-9099fee2b4a4", "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-10-12T13:24:00.000000", "disabled_reason": null, "forced_down": false}]}' 2022-10-12 13:24:10,951 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 202 POST http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b/action 1.211s 2022-10-12 13:24:10,952 121893 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': 'Wed, 12 Oct 2022 13:24:09 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-3e4a924e-7bef-4b8b-9af3-1ad7fe14f149', 'x-compute-request-id': 'req-3e4a924e-7bef-4b8b-9af3-1ad7fe14f149', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b/action'} Body: b'' 2022-10-12 13:24:13,004 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 2.052s 2022-10-12 13:24:13,005 121893 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': 'Wed, 12 Oct 2022 13:24:10 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-6dc1bae4-89e0-4b63-9f95-dfc6447b57b2', 'x-compute-request-id': 'req-6dc1bae4-89e0-4b63-9f95-dfc6447b57b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:15,537 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.512s 2022-10-12 13:24:15,538 121893 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': 'Wed, 12 Oct 2022 13:24:14 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-605d4761-d30e-4ded-a7ee-6d9e296f28f7', 'x-compute-request-id': 'req-605d4761-d30e-4ded-a7ee-6d9e296f28f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:17,123 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.564s 2022-10-12 13:24:17,126 121893 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': 'Wed, 12 Oct 2022 13:24:16 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-7237b729-3c06-45e7-88ba-e1f18a868f6a', 'x-compute-request-id': 'req-7237b729-3c06-45e7-88ba-e1f18a868f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:18,944 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.797s 2022-10-12 13:24:18,944 121893 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': 'Wed, 12 Oct 2022 13:24:18 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-2cee2e39-ecdd-4001-9529-97612d71b37f', 'x-compute-request-id': 'req-2cee2e39-ecdd-4001-9529-97612d71b37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:20,438 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.470s 2022-10-12 13:24:20,438 121893 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': 'Wed, 12 Oct 2022 13:24:19 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-b7ba57c8-1618-4ab2-93a4-374d94403758', 'x-compute-request-id': 'req-b7ba57c8-1618-4ab2-93a4-374d94403758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:21,795 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.337s 2022-10-12 13:24:21,795 121893 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': 'Wed, 12 Oct 2022 13:24: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-bbfb94c6-e670-4bf6-be7b-2c1d703b28f6', 'x-compute-request-id': 'req-bbfb94c6-e670-4bf6-be7b-2c1d703b28f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:23,159 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.342s 2022-10-12 13:24:23,160 121893 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': 'Wed, 12 Oct 2022 13:24:22 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-98b4123d-2b48-4489-aaaf-3720f0890ee1', 'x-compute-request-id': 'req-98b4123d-2b48-4489-aaaf-3720f0890ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:24,578 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.386s 2022-10-12 13:24:24,578 121893 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': 'Wed, 12 Oct 2022 13:24: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-fae97d73-5bb8-4a5c-8aa7-e0c1326f758a', 'x-compute-request-id': 'req-fae97d73-5bb8-4a5c-8aa7-e0c1326f758a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:25,830 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.228s 2022-10-12 13:24:25,831 121893 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': 'Wed, 12 Oct 2022 13:24:25 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-fb887019-0e4c-4bd9-944e-63b649822515', 'x-compute-request-id': 'req-fb887019-0e4c-4bd9-944e-63b649822515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:26,954 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.104s 2022-10-12 13:24:26,955 121893 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': 'Wed, 12 Oct 2022 13:24: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-303d5cc6-157c-4d6c-9140-861845e4d87f', 'x-compute-request-id': 'req-303d5cc6-157c-4d6c-9140-861845e4d87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:28,444 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.470s 2022-10-12 13:24:28,445 121893 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': 'Wed, 12 Oct 2022 13:24:27 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-d3a80fc4-2582-4716-8bc7-adb42a9ced94', 'x-compute-request-id': 'req-d3a80fc4-2582-4716-8bc7-adb42a9ced94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:29,686 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.222s 2022-10-12 13:24:29,686 121893 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': 'Wed, 12 Oct 2022 13:24: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-5f9048c1-146d-4f1c-904e-fe8b1ff76897', 'x-compute-request-id': 'req-5f9048c1-146d-4f1c-904e-fe8b1ff76897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:30,978 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.271s 2022-10-12 13:24:31,003 121893 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': 'Wed, 12 Oct 2022 13:24:30 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-08f7c204-fc3f-4ae1-8f24-bd63b72c36ba', 'x-compute-request-id': 'req-08f7c204-fc3f-4ae1-8f24-bd63b72c36ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:32,567 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.543s 2022-10-12 13:24:32,568 121893 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': 'Wed, 12 Oct 2022 13:24:32 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-693a8b37-0a4a-4c41-8d9c-27b5700b3793', 'x-compute-request-id': 'req-693a8b37-0a4a-4c41-8d9c-27b5700b3793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:34,763 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.167s 2022-10-12 13:24:34,764 121893 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': 'Wed, 12 Oct 2022 13:24:33 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-60f42922-43d8-4f13-8f22-2b180c1e5998', 'x-compute-request-id': 'req-60f42922-43d8-4f13-8f22-2b180c1e5998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:37,006 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.218s 2022-10-12 13:24:37,006 121893 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': 'Wed, 12 Oct 2022 13:24:35 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-c9b4890f-f933-4b8b-bf8b-f2cccd1bea17', 'x-compute-request-id': 'req-c9b4890f-f933-4b8b-bf8b-f2cccd1bea17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:38,934 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.903s 2022-10-12 13:24:38,935 121893 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': 'Wed, 12 Oct 2022 13:24:38 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-d0ae34f3-e3e1-463e-9e0e-b570c4be8f56', 'x-compute-request-id': 'req-d0ae34f3-e3e1-463e-9e0e-b570c4be8f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:40,355 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.397s 2022-10-12 13:24:40,355 121893 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': 'Wed, 12 Oct 2022 13:24: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-d437d995-d4ef-42c1-ad66-7186a774f38b', 'x-compute-request-id': 'req-d437d995-d4ef-42c1-ad66-7186a774f38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:41,978 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.601s 2022-10-12 13:24:41,978 121893 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': 'Wed, 12 Oct 2022 13:24:41 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-9ad53cd6-3748-4807-91be-8b8c7521a5dc', 'x-compute-request-id': 'req-9ad53cd6-3748-4807-91be-8b8c7521a5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:42,000 121893 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 29 second wait 2022-10-12 13:24:43,923 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.922s 2022-10-12 13:24:43,924 121893 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': 'Wed, 12 Oct 2022 13:24:43 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-2ba31147-3c6b-4aa5-a26a-7cb410e69b93', 'x-compute-request-id': 'req-2ba31147-3c6b-4aa5-a26a-7cb410e69b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:45,714 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.765s 2022-10-12 13:24:45,721 121893 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': 'Wed, 12 Oct 2022 13:24:44 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-f8b6b25c-89ab-45aa-8577-8b4d8a187f32', 'x-compute-request-id': 'req-f8b6b25c-89ab-45aa-8577-8b4d8a187f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:45,739 121893 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 32 second wait 2022-10-12 13:24:48,437 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 1.696s 2022-10-12 13:24:48,438 121893 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': 'Wed, 12 Oct 2022 13:24:46 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-79f0306a-c9f1-4eff-a726-2272a422ed1f', 'x-compute-request-id': 'req-79f0306a-c9f1-4eff-a726-2272a422ed1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:55,396 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 5.936s 2022-10-12 13:24:55,396 121893 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': 'Wed, 12 Oct 2022 13:24:49 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-88867ac9-a096-4c81-9daf-b209cca237f0', 'x-compute-request-id': 'req-88867ac9-a096-4c81-9daf-b209cca237f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:24:57,072 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.655s 2022-10-12 13:24:57,073 121893 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': 'Wed, 12 Oct 2022 13:24:56 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-94b05e9b-ac14-4cba-b89f-32eb77bc4e5d', 'x-compute-request-id': 'req-94b05e9b-ac14-4cba-b89f-32eb77bc4e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:00,362 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 2.266s 2022-10-12 13:25:00,363 121893 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': 'Wed, 12 Oct 2022 13:24:58 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-da45e0e9-1123-4c52-ba71-fc8aa511d83a', 'x-compute-request-id': 'req-da45e0e9-1123-4c52-ba71-fc8aa511d83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:02,094 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.708s 2022-10-12 13:25:02,103 121893 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': 'Wed, 12 Oct 2022 13:25: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-6b817e32-037a-44f5-93bd-084a81104c52', 'x-compute-request-id': 'req-6b817e32-037a-44f5-93bd-084a81104c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:03,236 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.112s 2022-10-12 13:25:03,236 121893 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': 'Wed, 12 Oct 2022 13:25:03 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-3c3a1ad0-d853-455e-85fb-3b953f33a7f8', 'x-compute-request-id': 'req-3c3a1ad0-d853-455e-85fb-3b953f33a7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:04,443 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.187s 2022-10-12 13:25:04,444 121893 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': 'Wed, 12 Oct 2022 13:25:04 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-b4859f92-80f8-4790-9d79-c0a02e3ca371', 'x-compute-request-id': 'req-b4859f92-80f8-4790-9d79-c0a02e3ca371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "ACTIVE", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:24:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "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-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:06,004 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.538s 2022-10-12 13:25:06,005 121893 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': 'Wed, 12 Oct 2022 13:25:05 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-f6487664-978a-412d-8ce1-ee2752cd5f51', 'x-compute-request-id': 'req-f6487664-978a-412d-8ce1-ee2752cd5f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "SHELVED", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:25:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:06,023 121893 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 53 second wait 2022-10-12 13:25:07,222 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 200 GET http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b 0.197s 2022-10-12 13:25:07,222 121893 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': 'Wed, 12 Oct 2022 13:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1538', '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-45219131-3ea7-461c-b474-7b31c7da5bf1', 'x-compute-request-id': 'req-45219131-3ea7-461c-b474-7b31c7da5bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b'} Body: b'{"server": {"id": "1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b", "name": "tempest-UnshelveToHostMultiNodesTest-server-498503724", "status": "SHELVED_OFFLOADED", "tenant_id": "5273399261154672b801633e535ee5e7", "user_id": "71c81ca6d9a04eceaf753a9e5bfcbb84", "metadata": {}, "hostId": "4ff207fbdc09383f736c73134287730080892289f3bd897468fb4b20", "image": {"id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/92c34f67-0f72-4439-9fdb-d8567b96935c"}]}, "flavor": {"vcpus": 1, "ram": 1024, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.heat2", "extra_specs": {}}, "created": "2022-10-12T13:23:56Z", "updated": "2022-10-12T13:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-10-12T13:24:03.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-498503724", "server_groups": []}}' 2022-10-12 13:25:07,240 121893 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 54 second wait 2022-10-12 13:25:07,491 121893 INFO [tempest.lib.common.rest_client] Request (UnshelveToHostMultiNodesTest:test_unshelve_to_specific_host): 500 POST http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b/action 0.250s 2022-10-12 13:25:07,491 121893 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-861076-2"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:07 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-d28c4880-5464-4c88-8dc1-bd57d562cda2', 'x-compute-request-id': 'req-d28c4880-5464-4c88-8dc1-bd57d562cda2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/1a57fbaa-ed8c-4f43-b59a-06dd805a9f7b/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-12 13:29:56,702 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c 0.300s 2022-10-12 13:29:56,702 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9b4eff4a-e7b0-40ee-a15f-270efdcca8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c'} 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": "2760c6bd836b4e008bddfb8cbee11980", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "created_at": "2022-10-12T13:12:49Z", "updated_at": "2022-10-12T13:13:06Z", "tags": [], "self": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c", "file": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:30:01,714 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file 5.011s 2022-10-12 13:30:10,679 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-3f54a165-a00c-41da-886a-e19445bdae3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/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-12 13:30:10,844 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.52/image/v2/images 0.163s 2022-10-12 13:30:10,844 121900 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': 'Wed, 12 Oct 2022 13:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cba55252-1f6e-4373-8d72-911044d4c218', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-8f81e00c-b243-46b9-a338-baeed717fe34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/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": "15c62fdb0c4a46559ee60148856f0324", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cba55252-1f6e-4373-8d72-911044d4c218", "created_at": "2022-10-12T13:30:11Z", "updated_at": "2022-10-12T13:30:11Z", "tags": [], "self": "/v2/images/cba55252-1f6e-4373-8d72-911044d4c218", "file": "/v2/images/cba55252-1f6e-4373-8d72-911044d4c218/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:30:42,936 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218/file 32.092s 2022-10-12 13:30:42,937 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f4470a87ee0> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8dd4d0b1-02b6-4cb0-a10c-88a7a0be01af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218/file'} Body: b'' 2022-10-12 13:30:42,989 121900 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:30:42,989 121900 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:30:43,678 121900 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.686s 2022-10-12 13:30:43,678 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1221716700", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3CfO1ftA9VnZw8NXitrF2813eymRlpAYXOQcZPszIyrnMl1re9PozdwpNowcCx+PI/HOlp9sNqUfGQHUnUuLy8SWPNNJOBW7qARDciF0VngdxRn9NGfy33n+Zu57cKhw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:42 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-987bab83-8a95-44bb-8efa-dcd21c5d6296', 'x-compute-request-id': 'req-987bab83-8a95-44bb-8efa-dcd21c5d6296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1221716700", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3CfO1ftA9VnZw8NXitrF2813eymRlpAYXOQcZPszIyrnMl1re9PozdwpNowcCx+PI/HOlp9sNqUfGQHUnUuLy8SWPNNJOBW7qARDciF0VngdxRn9NGfy33n+Zu57cKhw==", "fingerprint": "0e:d5:b8:87:a4:7b:52:ce:00:b1:bb:df:57:ec:75:67", "user_id": "40b9a108a82f4dc4bd5bd004b069637d"}}' 2022-10-12 13:30:43,682 121900 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1221716700 created 2022-10-12 13:30:44,124 121900 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.439s 2022-10-12 13:30:44,124 121900 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--1826106455", "description": "tempest-description--555244076"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-0a647228-52cd-4b05-a44b-09f1e219c9da', 'date': 'Wed, 12 Oct 2022 13:30:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "name": "tempest-securitygroup--1826106455", "stateful": true, "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "description": "tempest-description--555244076", "shared": false, "security_group_rules": [{"id": "90122af6-2f11-4a44-8bf5-baa55e435f27", "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "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": 1345, "description": null, "tags": [], "created_at": "2022-10-12T13:30:43Z", "updated_at": "2022-10-12T13:30:43Z", "revision_number": 0, "project_id": "7fce18a3e9f94fd28e6fbfea081c5348"}, {"id": "d29bce83-d0bd-4684-9b20-5f47d51e8991", "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "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": 1346, "description": null, "tags": [], "created_at": "2022-10-12T13:30:43Z", "updated_at": "2022-10-12T13:30:43Z", "revision_number": 0, "project_id": "7fce18a3e9f94fd28e6fbfea081c5348"}], "tags": [], "created_at": "2022-10-12T13:30:43Z", "updated_at": "2022-10-12T13:30:43Z", "revision_number": 1, "project_id": "7fce18a3e9f94fd28e6fbfea081c5348"}}' 2022-10-12 13:30:44,668 121900 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.543s 2022-10-12 13:30:44,668 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "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-52fece2c-2781-4e2b-9ccf-598c1d7513a1', 'date': 'Wed, 12 Oct 2022 13:30:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d9b7689c-7087-4a73-abe0-f1f2faf6b5b7", "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "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-12T13:30:44Z", "updated_at": "2022-10-12T13:30:44Z", "revision_number": 0, "project_id": "7fce18a3e9f94fd28e6fbfea081c5348"}}' 2022-10-12 13:30:45,066 121900 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.397s 2022-10-12 13:30:45,066 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-17bb5ab1-67c2-4161-8934-0ef8afd7336a', 'date': 'Wed, 12 Oct 2022 13:30:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ce7b475-54f7-4ae9-89a2-9be795d807ed", "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "security_group_id": "8b367fa5-f529-4c70-9f6f-f777d4f750fc", "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-12T13:30:44Z", "updated_at": "2022-10-12T13:30:44Z", "revision_number": 0, "project_id": "7fce18a3e9f94fd28e6fbfea081c5348"}}' 2022-10-12 13:30:45,067 121900 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1826106455 created 2022-10-12 13:30:46,673 121900 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 1.606s 2022-10-12 13:30:46,673 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-b076f2d2-f926-46d8-b2d7-d6717632d027', 'date': 'Wed, 12 Oct 2022 13:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "162a0093-7f2d-44cc-abba-0e5cfacd86e9", "tenant_id": "7fce18a3e9f94fd28e6fbfea081c5348", "floating_ip_address": "172.25.2.95", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7fce18a3e9f94fd28e6fbfea081c5348", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:30:45Z", "updated_at": "2022-10-12T13:30:45Z", "revision_number": 0}}' 2022-10-12 13:30:46,674 121900 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '162a0093-7f2d-44cc-abba-0e5cfacd86e9', 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'floating_ip_address': '172.25.2.95', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:30:45Z', 'updated_at': '2022-10-12T13:30:45Z', 'revision_number': 0, 'ip': '172.25.2.95'} created 2022-10-12 13:30:47,115 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.435s 2022-10-12 13:30:47,115 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:46 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-5c3d673d-ab1b-4e51-bcda-6b516ccb4ddf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "40b9a108a82f4dc4bd5bd004b069637d", "name": "tempest-AttachSCSIVolumeTestJSON-866050322-project", "password_expires_at": null}, "audit_ids": ["SpWakXuLQhaCudbU8qX61Q"], "expires_at": "2022-10-12T14:30:47.000000Z", "issued_at": "2022-10-12T13:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fce18a3e9f94fd28e6fbfea081c5348", "name": "tempest-AttachSCSIVolumeTestJSON-866050322"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/7fce18a3e9f94fd28e6fbfea081c5348", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_7fce18a3e9f94fd28e6fbfea081c5348", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/7fce18a3e9f94fd28e6fbfea081c5348", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/7fce18a3e9f94fd28e6fbfea081c5348", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:30:47,116 121900 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'b7ca6c81-0575-4f0b-be15-aa42cd846de3', 'name': 'tempest-AttachSCSIVolumeTestJSON-1143479181-network', 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 310, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:14Z', 'updated_at': '2022-10-12T13:29:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:30:47,116 121900 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1221716700', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3CfO1ftA9VnZw8NXitrF2813eymRlpAYXOQcZPszIyrnMl1re9PozdwpNowcCx+PI/HOlp9sNqUfGQHUnUuLy8SWPNNJOBW7qARDciF0VngdxRn9NGfy33n+Zu57cKhw==', 'fingerprint': '0e:d5:b8:87:a4:7b:52:ce:00:b1:bb:df:57:ec:75:67', 'user_id': '40b9a108a82f4dc4bd5bd004b069637d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDz7GI3LMZE2L9qt/a8dj0Yv2bAU0PjyO+8stdVs8xo827CrqBRlPh6\nEZRoEBGciVSgBwYFK4EEACKhZANiAAQdwnztX7QPVZ2cPDV4raxdvNd3spkZaQGF\nzkHGT7MyMq5zJda3vT6M3cKTaMHAsfjyPxzpafbDalHxkB1J1Li8vEljzTSTgVu6\ngEQ3IhdFZ4HcUZ/TRn8t95/mbue3Coc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8b367fa5-f529-4c70-9f6f-f777d4f750fc', 'name': 'tempest-securitygroup--1826106455', 'stateful': True, 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'description': 'tempest-description--555244076', 'shared': False, 'security_group_rules': [{'id': '90122af6-2f11-4a44-8bf5-baa55e435f27', 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'security_group_id': '8b367fa5-f529-4c70-9f6f-f777d4f750fc', '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': 1345, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:30:43Z', 'updated_at': '2022-10-12T13:30:43Z', 'revision_number': 0, 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348'}, {'id': 'd29bce83-d0bd-4684-9b20-5f47d51e8991', 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'security_group_id': '8b367fa5-f529-4c70-9f6f-f777d4f750fc', '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': 1346, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:30:43Z', 'updated_at': '2022-10-12T13:30:43Z', 'revision_number': 0, 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348'}], 'tags': [], 'created_at': '2022-10-12T13:30:43Z', 'updated_at': '2022-10-12T13:30:43Z', 'revision_number': 1, 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348'}, 'floating_ip': {'id': '162a0093-7f2d-44cc-abba-0e5cfacd86e9', 'tenant_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'floating_ip_address': '172.25.2.95', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7fce18a3e9f94fd28e6fbfea081c5348', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:30:45Z', 'updated_at': '2022-10-12T13:30:45Z', 'revision_number': 0, 'ip': '172.25.2.95'}} 2022-10-12 13:30:48,106 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://10.222.0.52/compute/v2.1/servers 0.989s 2022-10-12 13:30:48,106 121900 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-103426003", "imageRef": "cba55252-1f6e-4373-8d72-911044d4c218", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "b7ca6c81-0575-4f0b-be15-aa42cd846de3"}], "security_groups": [{"name": "tempest-securitygroup--1826106455"}], "key_name": "tempest-keypair-1221716700", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30: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-f2a9764b-e241-4468-a844-b0ccd98e29af', 'x-compute-request-id': 'req-f2a9764b-e241-4468-a844-b0ccd98e29af', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:30:48,238 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1221716700 0.122s 2022-10-12 13:30:48,239 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3198fa72-5ed5-4b12-86e0-210b46bd5de8', 'x-compute-request-id': 'req-3198fa72-5ed5-4b12-86e0-210b46bd5de8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1221716700'} Body: b'' 2022-10-12 13:30:48,876 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/8b367fa5-f529-4c70-9f6f-f777d4f750fc 0.636s 2022-10-12 13:30:48,876 121900 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-f2e1bbb8-16d8-4afb-92c5-abed5ad70d9f', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:30:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8b367fa5-f529-4c70-9f6f-f777d4f750fc'} Body: b'' 2022-10-12 13:30:48,928 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/8b367fa5-f529-4c70-9f6f-f777d4f750fc 0.051s 2022-10-12 13:30:48,928 121900 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-392537ee-cf92-44fc-b7d5-824488691217', 'date': 'Wed, 12 Oct 2022 13:30:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8b367fa5-f529-4c70-9f6f-f777d4f750fc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8b367fa5-f529-4c70-9f6f-f777d4f750fc does not exist", "detail": ""}}' 2022-10-12 13:30:50,286 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/162a0093-7f2d-44cc-abba-0e5cfacd86e9 1.357s 2022-10-12 13:30:50,286 121900 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-5894d24a-15e1-4f71-893f-57e2f9669e4d', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:30:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/162a0093-7f2d-44cc-abba-0e5cfacd86e9'} Body: b'' 2022-10-12 13:30:53,188 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218 2.901s 2022-10-12 13:30:53,189 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a2342a9e-fcb0-4865-8b76-f082ed850c1a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218'} Body: b'' 2022-10-12 13:30:53,216 121900 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218 0.026s 2022-10-12 13:30:53,216 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b07dc6ac-8352-46d5-8160-733c0cb9f5f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/image/v2/images/cba55252-1f6e-4373-8d72-911044d4c218'} Body: b'{"message": "No image found with ID cba55252-1f6e-4373-8d72-911044d4c218<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-12 13:23:06,489 121903 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:23:07,325 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.832s 2022-10-12 13:23:07,333 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-243914233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMsH/VvACAR6afQbBSXMwr8sU9OUFqS2PaqS9fW1fxurNHWBIA/aMK4fkKCdimlYlaSeRJQoCPQyLitXr1EU2GV4wJcs79SVUV1r0yRwB55cpehrwySqIimPd/DcyOL8w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:06 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-5e523f20-5a5d-451f-9937-ae2b44fdc08c', 'x-compute-request-id': 'req-5e523f20-5a5d-451f-9937-ae2b44fdc08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-243914233", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMsH/VvACAR6afQbBSXMwr8sU9OUFqS2PaqS9fW1fxurNHWBIA/aMK4fkKCdimlYlaSeRJQoCPQyLitXr1EU2GV4wJcs79SVUV1r0yRwB55cpehrwySqIimPd/DcyOL8w==", "fingerprint": "2a:f2:d7:ab:e2:47:2d:ab:32:ae:5f:56:dc:05:9c:69", "user_id": "08e3e0353c194e7eb2cfce558ca23d39"}}' 2022-10-12 13:23:07,337 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-243914233 created 2022-10-12 13:23:07,782 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.445s 2022-10-12 13:23:07,782 121903 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--1129302130", "description": "tempest-description--2067486785"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8e2d076c-213f-460a-9d7a-7777ee2c2e89', 'date': 'Wed, 12 Oct 2022 13:23:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "af49955e-407a-42b0-884d-4e3bed286528", "name": "tempest-securitygroup--1129302130", "stateful": true, "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "description": "tempest-description--2067486785", "shared": false, "security_group_rules": [{"id": "3752c06c-962b-4aa0-8778-adfea7750910", "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "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": 426, "description": null, "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 0, "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe"}, {"id": "4366c9c8-5e49-4c9e-87fa-fe4e812a6ba7", "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "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": 427, "description": null, "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 0, "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe"}], "tags": [], "created_at": "2022-10-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 1, "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe"}}' 2022-10-12 13:23:08,155 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.372s 2022-10-12 13:23:08,155 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "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-8209b4c6-2c1a-4244-9101-12b61e4b4c2c', 'date': 'Wed, 12 Oct 2022 13:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3e3e8889-9131-4176-9e45-c85f65589a8f", "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "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-12T13:23:07Z", "updated_at": "2022-10-12T13:23:07Z", "revision_number": 0, "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe"}}' 2022-10-12 13:23:08,868 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.712s 2022-10-12 13:23:08,869 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ec3fb87f-3381-4aaf-8060-847e526a58aa', 'date': 'Wed, 12 Oct 2022 13:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b7efdd9-7ee5-4c33-9e0b-0610500ed25f", "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "security_group_id": "af49955e-407a-42b0-884d-4e3bed286528", "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-12T13:23:08Z", "updated_at": "2022-10-12T13:23:08Z", "revision_number": 0, "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe"}}' 2022-10-12 13:23:08,869 121903 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1129302130 created 2022-10-12 13:23:11,074 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 2.204s 2022-10-12 13:23:11,074 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-9efa5489-bb43-48c8-ad05-fd4de63eddd9', 'date': 'Wed, 12 Oct 2022 13:23:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8870429b-3d56-4d45-b782-b49f9f34d563", "tenant_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "floating_ip_address": "172.25.2.158", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d63dd8a88d9345d2b527dd235cf4ecfe", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:23:10Z", "updated_at": "2022-10-12T13:23:10Z", "revision_number": 0}}' 2022-10-12 13:23:11,075 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8870429b-3d56-4d45-b782-b49f9f34d563', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'floating_ip_address': '172.25.2.158', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:23:10Z', 'updated_at': '2022-10-12T13:23:10Z', 'revision_number': 0, 'ip': '172.25.2.158'} created 2022-10-12 13:23:11,238 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.157s 2022-10-12 13:23:11,238 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:11 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-d58936af-42e4-41c5-a61c-74d2a2f86be4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "08e3e0353c194e7eb2cfce558ca23d39", "name": "tempest-VolumesAdminNegativeTest-54280835-project", "password_expires_at": null}, "audit_ids": ["bW546MuASBSD8-PRZdmB_g"], "expires_at": "2022-10-12T14:23:11.000000Z", "issued_at": "2022-10-12T13:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d63dd8a88d9345d2b527dd235cf4ecfe", "name": "tempest-VolumesAdminNegativeTest-54280835"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:11,240 121903 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'a418d84c-35d7-4999-aadb-193056d3c6f0', 'name': 'tempest-VolumesAdminNegativeTest-1669265168-network', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:22:41Z', 'updated_at': '2022-10-12T13:22:41Z', 'revision_number': 1} available for tenant 2022-10-12 13:23:11,240 121903 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-243914233', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHMsH/VvACAR6afQbBSXMwr8sU9OUFqS2PaqS9fW1fxurNHWBIA/aMK4fkKCdimlYlaSeRJQoCPQyLitXr1EU2GV4wJcs79SVUV1r0yRwB55cpehrwySqIimPd/DcyOL8w==', 'fingerprint': '2a:f2:d7:ab:e2:47:2d:ab:32:ae:5f:56:dc:05:9c:69', 'user_id': '08e3e0353c194e7eb2cfce558ca23d39', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFS16tWxijdAFrslNyLpHQKJdX+fSeRIvDJb768N6DOSSC5H1VOcgg\nPlaWvcAEIQigBwYFK4EEACKhZANiAARzLB/1bwAgEemn0GwUlzMK/LFPTlBaktj2\nqkvX1tX8bqzR1gSAP2jCuH5CgnYppWJWknkSUKAj0Mi4rV69RFNhleMCXLO/UlVF\nda9MkcAeeXKXoa8MkqiIpj3fw3Mji/M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'af49955e-407a-42b0-884d-4e3bed286528', 'name': 'tempest-securitygroup--1129302130', 'stateful': True, 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'description': 'tempest-description--2067486785', 'shared': False, 'security_group_rules': [{'id': '3752c06c-962b-4aa0-8778-adfea7750910', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'security_group_id': 'af49955e-407a-42b0-884d-4e3bed286528', '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': 426, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 0, 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe'}, {'id': '4366c9c8-5e49-4c9e-87fa-fe4e812a6ba7', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'security_group_id': 'af49955e-407a-42b0-884d-4e3bed286528', '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': 427, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 0, 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe'}], 'tags': [], 'created_at': '2022-10-12T13:23:07Z', 'updated_at': '2022-10-12T13:23:07Z', 'revision_number': 1, 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe'}, 'floating_ip': {'id': '8870429b-3d56-4d45-b782-b49f9f34d563', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'floating_ip_address': '172.25.2.158', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:23:10Z', 'updated_at': '2022-10-12T13:23:10Z', 'revision_number': 0, 'ip': '172.25.2.158'}} 2022-10-12 13:23:12,718 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 500 POST http://10.222.0.52/compute/v2.1/servers 1.477s 2022-10-12 13:23:12,719 121903 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-544289383", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "a418d84c-35d7-4999-aadb-193056d3c6f0"}], "security_groups": [{"name": "tempest-securitygroup--1129302130"}], "key_name": "tempest-keypair-243914233", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:11 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-e885128e-6262-4217-9556-0581e88c03bb', 'x-compute-request-id': 'req-e885128e-6262-4217-9556-0581e88c03bb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:23:13,196 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.463s 2022-10-12 13:23:13,196 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23:12 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-1793623c-7f34-4eae-8feb-16d74e4ae67d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "08e3e0353c194e7eb2cfce558ca23d39", "name": "tempest-VolumesAdminNegativeTest-54280835-project", "password_expires_at": null}, "audit_ids": ["XP19zVanSAubqdkT5DL7PA"], "expires_at": "2022-10-12T14:23:13.000000Z", "issued_at": "2022-10-12T13:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d63dd8a88d9345d2b527dd235cf4ecfe", "name": "tempest-VolumesAdminNegativeTest-54280835"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d63dd8a88d9345d2b527dd235cf4ecfe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:23:13,197 121903 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'a418d84c-35d7-4999-aadb-193056d3c6f0', 'name': 'tempest-VolumesAdminNegativeTest-1669265168-network', 'tenant_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd63dd8a88d9345d2b527dd235cf4ecfe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:22:41Z', 'updated_at': '2022-10-12T13:22:41Z', 'revision_number': 1} available for tenant 2022-10-12 13:23:14,314 121903 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://10.222.0.52/compute/v2.1/servers 1.116s 2022-10-12 13:23:14,314 121903 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-2102713718", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "a418d84c-35d7-4999-aadb-193056d3c6f0"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:23: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-a4ca4708-6a13-4c04-846c-8e4c114443f8', 'x-compute-request-id': 'req-a4ca4708-6a13-4c04-846c-8e4c114443f8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:31:40,594 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.584s 2022-10-12 13:31:40,594 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:40 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-2e269596-7fd5-4f98-8740-dbcad1c21938', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f398d6cf40942df9f727e0033cdd813", "name": "tempest-ImagesTestJSON-1024771684-project", "password_expires_at": null}, "audit_ids": ["VRyH6QR2TKeY8vL1MNystQ"], "expires_at": "2022-10-12T14:31:40.000000Z", "issued_at": "2022-10-12T13:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1447f1a9596e4bf4b6f1bcad819e2e1d", "name": "tempest-ImagesTestJSON-1024771684"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:31:40,595 121907 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '085c5084-6641-4d97-b026-eba4d19b3b13', 'name': 'tempest-ImagesTestJSON-165730027-network', 'tenant_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:31:31Z', 'updated_at': '2022-10-12T13:31:31Z', 'revision_number': 1} available for tenant 2022-10-12 13:31:42,108 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.512s 2022-10-12 13:31:42,109 121907 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-708456140", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "085c5084-6641-4d97-b026-eba4d19b3b13"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31: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-f2cd4df9-4883-493c-9a20-d52329b65e3f', 'x-compute-request-id': 'req-f2cd4df9-4883-493c-9a20-d52329b65e3f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:31:42,829 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.710s 2022-10-12 13:31:42,829 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:42 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-3b3a23ad-939a-4861-a314-8138bc19ca49', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f398d6cf40942df9f727e0033cdd813", "name": "tempest-ImagesTestJSON-1024771684-project", "password_expires_at": null}, "audit_ids": ["XBfUU5-DR8GAF7eGKaeBkQ"], "expires_at": "2022-10-12T14:31:42.000000Z", "issued_at": "2022-10-12T13:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1447f1a9596e4bf4b6f1bcad819e2e1d", "name": "tempest-ImagesTestJSON-1024771684"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:31:42,830 121907 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '085c5084-6641-4d97-b026-eba4d19b3b13', 'name': 'tempest-ImagesTestJSON-165730027-network', 'tenant_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:31:31Z', 'updated_at': '2022-10-12T13:31:31Z', 'revision_number': 1} available for tenant 2022-10-12 13:31:44,102 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.271s 2022-10-12 13:31:44,105 121907 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-1729721780", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "085c5084-6641-4d97-b026-eba4d19b3b13"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31: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-b22abf4b-db96-4156-8643-812a5945460d', 'x-compute-request-id': 'req-b22abf4b-db96-4156-8643-812a5945460d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:31:44,699 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.585s 2022-10-12 13:31:44,700 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:44 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-70ada007-8c26-42a6-b040-d46e9f3dd009', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f398d6cf40942df9f727e0033cdd813", "name": "tempest-ImagesTestJSON-1024771684-project", "password_expires_at": null}, "audit_ids": ["O42H1HpqTiGjoF9SqBewiA"], "expires_at": "2022-10-12T14:31:44.000000Z", "issued_at": "2022-10-12T13:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1447f1a9596e4bf4b6f1bcad819e2e1d", "name": "tempest-ImagesTestJSON-1024771684"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:31:44,700 121907 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '085c5084-6641-4d97-b026-eba4d19b3b13', 'name': 'tempest-ImagesTestJSON-165730027-network', 'tenant_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:31:31Z', 'updated_at': '2022-10-12T13:31:31Z', 'revision_number': 1} available for tenant 2022-10-12 13:31:45,392 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 500 POST http://10.222.0.52/compute/v2.1/servers 0.691s 2022-10-12 13:31:45,393 121907 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-177435312", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "085c5084-6641-4d97-b026-eba4d19b3b13"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3522b9c9-2568-49df-be74-78c049c0dd6d', 'x-compute-request-id': 'req-3522b9c9-2568-49df-be74-78c049c0dd6d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:31:45,984 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.579s 2022-10-12 13:31:45,985 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:45 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-3a157171-e68d-4cab-bedb-4ca8c33784f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6f398d6cf40942df9f727e0033cdd813", "name": "tempest-ImagesTestJSON-1024771684-project", "password_expires_at": null}, "audit_ids": ["HNqFsUTiQJCZ4PTkVMCkQg"], "expires_at": "2022-10-12T14:31:45.000000Z", "issued_at": "2022-10-12T13:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1447f1a9596e4bf4b6f1bcad819e2e1d", "name": "tempest-ImagesTestJSON-1024771684"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1447f1a9596e4bf4b6f1bcad819e2e1d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:31:45,985 121907 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '085c5084-6641-4d97-b026-eba4d19b3b13', 'name': 'tempest-ImagesTestJSON-165730027-network', 'tenant_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1447f1a9596e4bf4b6f1bcad819e2e1d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:31:31Z', 'updated_at': '2022-10-12T13:31:31Z', 'revision_number': 1} available for tenant 2022-10-12 13:31:46,644 121907 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 500 POST http://10.222.0.52/compute/v2.1/servers 0.658s 2022-10-12 13:31:46,644 121907 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-656568046", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "085c5084-6641-4d97-b026-eba4d19b3b13"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31: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-71a9714f-3bd5-4528-9d43-0b1d97a44881', 'x-compute-request-id': 'req-71a9714f-3bd5-4528-9d43-0b1d97a44881', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:02,562 121905 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.046s 2022-10-12 13:29:02,563 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:02 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-dac76f7e-a40c-4928-9b67-e4531821a81f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ae145e5d37a3415b9158a043dc5465d3", "name": "tempest-ImagesNegativeTestJSON-2106444997-project", "password_expires_at": null}, "audit_ids": ["Wnh_udwxTgatwYx-20o8bQ"], "expires_at": "2022-10-12T14:29:02.000000Z", "issued_at": "2022-10-12T13:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10999e69618145e98836ff018fa734a4", "name": "tempest-ImagesNegativeTestJSON-2106444997"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/10999e69618145e98836ff018fa734a4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_10999e69618145e98836ff018fa734a4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/10999e69618145e98836ff018fa734a4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/10999e69618145e98836ff018fa734a4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:02,563 121905 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': '5e07b9b1-b128-4756-b270-a30579f500f6', 'name': 'tempest-ImagesNegativeTestJSON-1454381564-network', 'tenant_id': '10999e69618145e98836ff018fa734a4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '10999e69618145e98836ff018fa734a4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 322, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:28:52Z', 'updated_at': '2022-10-12T13:28:52Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:04,437 121905 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.872s 2022-10-12 13:29:04,437 121905 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-335150532", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "5e07b9b1-b128-4756-b270-a30579f500f6"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:02 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-2ad9d1b4-d0ce-4cd7-b3b7-e926493714e0', 'x-compute-request-id': 'req-2ad9d1b4-d0ce-4cd7-b3b7-e926493714e0', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:25:51,226 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.52/compute/v2.1/os-security-groups 1.528s 2022-10-12 13:25:51,226 121893 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-2023688771", "description": "tempest-description-1334837872"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:49 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-7ce56bc3-41e4-4b95-99e5-bd26622e0fe9', 'x-compute-request-id': 'req-7ce56bc3-41e4-4b95-99e5-bd26622e0fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "bb4019eb-1176-47e6-a5e1-e6414b7f46bb", "description": "tempest-description-1334837872", "name": "tempest-SecurityGroupsTestJSON-securitygroup-2023688771", "tenant_id": "3399cf92fd65427b8652320be1e501ad", "rules": []}}' 2022-10-12 13:25:52,271 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.52/compute/v2.1/os-security-groups 1.039s 2022-10-12 13:25:52,271 121893 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-976817196", "description": "tempest-description-160365493"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:51 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-9582f33d-8b2f-4125-b791-1d3eebca1aeb', 'x-compute-request-id': 'req-9582f33d-8b2f-4125-b791-1d3eebca1aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "0580d258-a97f-4d1d-b0f3-79ca0f77570e", "description": "tempest-description-160365493", "name": "tempest-SecurityGroupsTestJSON-securitygroup-976817196", "tenant_id": "3399cf92fd65427b8652320be1e501ad", "rules": []}}' 2022-10-12 13:25:52,430 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.148s 2022-10-12 13:25:52,434 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b7223174-6272-4594-a0dd-c1516d7f9309', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "21315dd58bd4461bb41c70ccdfd27d47", "name": "tempest-SecurityGroupsTestJSON-1263036119-project", "password_expires_at": null}, "audit_ids": ["qjAGM-DHS6CHVXNmKyfRDA"], "expires_at": "2022-10-12T14:25:52.000000Z", "issued_at": "2022-10-12T13:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3399cf92fd65427b8652320be1e501ad", "name": "tempest-SecurityGroupsTestJSON-1263036119"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:25:52,434 121893 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '0bc25e31-d39b-49ae-972f-3651d3516f02', 'name': 'tempest-SecurityGroupsTestJSON-808874851-network', 'tenant_id': '3399cf92fd65427b8652320be1e501ad', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3399cf92fd65427b8652320be1e501ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 326, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:35Z', 'updated_at': '2022-10-12T13:25:36Z', 'revision_number': 1} available for tenant 2022-10-12 13:25:53,828 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.393s 2022-10-12 13:25:53,867 121893 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-161191548", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "0bc25e31-d39b-49ae-972f-3651d3516f02"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-a6c37fd8-2e7f-4ee7-bcbc-a1a37235c88f', 'x-compute-request-id': 'req-a6c37fd8-2e7f-4ee7-bcbc-a1a37235c88f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:18,218 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.52/compute/v2.1/os-security-groups 2.272s 2022-10-12 13:26:18,218 121893 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-171911323", "description": "tempest-description-1582815506"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:15 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-2e6196cd-49c0-46ad-802d-b91e60220e22', 'x-compute-request-id': 'req-2e6196cd-49c0-46ad-802d-b91e60220e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "e7633ece-410e-4001-867e-c1def18e9e39", "description": "tempest-description-1582815506", "name": "tempest-SecurityGroupsTestJSON-securitygroup-171911323", "tenant_id": "3399cf92fd65427b8652320be1e501ad", "rules": []}}' 2022-10-12 13:26:21,663 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.52/compute/v2.1/os-security-groups 3.437s 2022-10-12 13:26:21,664 121893 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-69593625", "description": "tempest-description-463956723"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5560283-39c3-4934-8688-9acad5010fb2', 'x-compute-request-id': 'req-d5560283-39c3-4934-8688-9acad5010fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "b3dbab86-e373-4dcb-a631-6b42b762e286", "description": "tempest-description-463956723", "name": "tempest-SecurityGroupsTestJSON-securitygroup-69593625", "tenant_id": "3399cf92fd65427b8652320be1e501ad", "rules": []}}' 2022-10-12 13:26:22,027 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.352s 2022-10-12 13:26:22,028 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:21 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-e7fd0745-421d-4a92-b6d6-ab70b2a85b09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "21315dd58bd4461bb41c70ccdfd27d47", "name": "tempest-SecurityGroupsTestJSON-1263036119-project", "password_expires_at": null}, "audit_ids": ["Is_a7C4tTeuCxQg6-a-CZw"], "expires_at": "2022-10-12T14:26:21.000000Z", "issued_at": "2022-10-12T13:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3399cf92fd65427b8652320be1e501ad", "name": "tempest-SecurityGroupsTestJSON-1263036119"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/3399cf92fd65427b8652320be1e501ad", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:22,029 121893 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '0bc25e31-d39b-49ae-972f-3651d3516f02', 'name': 'tempest-SecurityGroupsTestJSON-808874851-network', 'tenant_id': '3399cf92fd65427b8652320be1e501ad', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3399cf92fd65427b8652320be1e501ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 326, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:35Z', 'updated_at': '2022-10-12T13:25:36Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:24,037 121893 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 500 POST http://10.222.0.52/compute/v2.1/servers 2.007s 2022-10-12 13:26:24,037 121893 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-1748359983", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "0bc25e31-d39b-49ae-972f-3651d3516f02"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-bfab4691-8ec3-4b70-b34e-5dd396a7bc0a', 'x-compute-request-id': 'req-bfab4691-8ec3-4b70-b34e-5dd396a7bc0a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:28:23,330 121897 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:28:23,758 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.424s 2022-10-12 13:28:23,758 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1121561565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLxyu1PrKzGzWbsIaXOxNgRy0f+GD6xrvnsL16eCo9iyKmTa03VnD0M27krn4ECQEb2zrjUVY/q40dVlMj+S5CdTe0QGbJ6YHPClKJOghNfOcENWUEwcxzrCz2R80VGYnA=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:23 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-261735db-4012-4655-b774-92cc24ab785f', 'x-compute-request-id': 'req-261735db-4012-4655-b774-92cc24ab785f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1121561565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLxyu1PrKzGzWbsIaXOxNgRy0f+GD6xrvnsL16eCo9iyKmTa03VnD0M27krn4ECQEb2zrjUVY/q40dVlMj+S5CdTe0QGbJ6YHPClKJOghNfOcENWUEwcxzrCz2R80VGYnA==", "fingerprint": "a7:bb:50:e7:12:8e:2d:83:39:63:ae:8f:e2:9d:fe:ac", "user_id": "dace29defabb4226b305399567f646da"}}' 2022-10-12 13:28:23,761 121897 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1121561565 created 2022-10-12 13:28:25,301 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.539s 2022-10-12 13:28:25,302 121897 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--1233113607", "description": "tempest-description--1215732244"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-a760ee19-1ca3-43f0-88be-b2e3c0236b67', 'date': 'Wed, 12 Oct 2022 13:28:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "name": "tempest-securitygroup--1233113607", "stateful": true, "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "description": "tempest-description--1215732244", "shared": false, "security_group_rules": [{"id": "43160437-0414-4da0-a989-4607932afd32", "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "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": 1057, "description": null, "tags": [], "created_at": "2022-10-12T13:28:24Z", "updated_at": "2022-10-12T13:28:24Z", "revision_number": 0, "project_id": "09fadfcf2d854a5e88787f23c6bc4389"}, {"id": "f40c9e7e-3cb5-481f-9986-79454c93cc8b", "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "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": 1056, "description": null, "tags": [], "created_at": "2022-10-12T13:28:24Z", "updated_at": "2022-10-12T13:28:24Z", "revision_number": 0, "project_id": "09fadfcf2d854a5e88787f23c6bc4389"}], "tags": [], "created_at": "2022-10-12T13:28:24Z", "updated_at": "2022-10-12T13:28:24Z", "revision_number": 1, "project_id": "09fadfcf2d854a5e88787f23c6bc4389"}}' 2022-10-12 13:28:26,546 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.243s 2022-10-12 13:28:26,546 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "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-3e19535d-12f3-4a42-b459-47d75407ba3b', 'date': 'Wed, 12 Oct 2022 13:28:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e0ecf4f9-195a-46ad-b50c-f8fc7069c753", "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "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-12T13:28:26Z", "updated_at": "2022-10-12T13:28:26Z", "revision_number": 0, "project_id": "09fadfcf2d854a5e88787f23c6bc4389"}}' 2022-10-12 13:28:28,262 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.714s 2022-10-12 13:28:28,262 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3a46aafb-c106-46a9-9c86-33bdf523d9c3', 'date': 'Wed, 12 Oct 2022 13:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f5941ec9-f909-4fbc-94a2-6d4cadb5d582", "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "security_group_id": "b2fee321-c6a1-4f43-92c1-3c38acfc5088", "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-12T13:28:27Z", "updated_at": "2022-10-12T13:28:27Z", "revision_number": 0, "project_id": "09fadfcf2d854a5e88787f23c6bc4389"}}' 2022-10-12 13:28:28,263 121897 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1233113607 created 2022-10-12 13:28:31,313 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 3.050s 2022-10-12 13:28:31,314 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-03fafe6f-8b5b-444e-aabf-b3a4e462b567', 'date': 'Wed, 12 Oct 2022 13:28:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4932a991-20b0-4031-8f1f-e260f8633c33", "tenant_id": "09fadfcf2d854a5e88787f23c6bc4389", "floating_ip_address": "172.25.2.9", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "09fadfcf2d854a5e88787f23c6bc4389", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:28:30Z", "updated_at": "2022-10-12T13:28:30Z", "revision_number": 0}}' 2022-10-12 13:28:31,314 121897 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4932a991-20b0-4031-8f1f-e260f8633c33', 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'floating_ip_address': '172.25.2.9', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '09fadfcf2d854a5e88787f23c6bc4389', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:28:30Z', 'updated_at': '2022-10-12T13:28:30Z', 'revision_number': 0, 'ip': '172.25.2.9'} created 2022-10-12 13:28:31,496 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.176s 2022-10-12 13:28:31,496 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28:31 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-3f25b6ed-5dce-41df-a135-336261a7f9ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dace29defabb4226b305399567f646da", "name": "tempest-ServersTestFqdnHostnames-812441362-project", "password_expires_at": null}, "audit_ids": ["qrlBqUQkS5GKMuSZrwW_ag"], "expires_at": "2022-10-12T14:28:31.000000Z", "issued_at": "2022-10-12T13:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09fadfcf2d854a5e88787f23c6bc4389", "name": "tempest-ServersTestFqdnHostnames-812441362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/09fadfcf2d854a5e88787f23c6bc4389", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_09fadfcf2d854a5e88787f23c6bc4389", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/09fadfcf2d854a5e88787f23c6bc4389", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/09fadfcf2d854a5e88787f23c6bc4389", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:28:31,497 121897 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': 'b3602770-f60a-49a9-b4b5-10fe2ccaa227', 'name': 'tempest-ServersTestFqdnHostnames-374971250-network', 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '09fadfcf2d854a5e88787f23c6bc4389', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 325, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:28:03Z', 'updated_at': '2022-10-12T13:28:03Z', 'revision_number': 1} available for tenant 2022-10-12 13:28:31,497 121897 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1121561565', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLxyu1PrKzGzWbsIaXOxNgRy0f+GD6xrvnsL16eCo9iyKmTa03VnD0M27krn4ECQEb2zrjUVY/q40dVlMj+S5CdTe0QGbJ6YHPClKJOghNfOcENWUEwcxzrCz2R80VGYnA==', 'fingerprint': 'a7:bb:50:e7:12:8e:2d:83:39:63:ae:8f:e2:9d:fe:ac', 'user_id': 'dace29defabb4226b305399567f646da', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDQicr1eRGcneLYk+VPVP4/c5Rec8qsvfEaanjglkPy2EjiYN4StQx8\nl65GKxzEEiGgBwYFK4EEACKhZANiAAS8crtT6ysxs1m7CGlzsTYEctH/hg+sa757\nC9engqPYsipk2tN1Zw9DNu5K5+BAkBG9s641FWP6uNHVZTI/kuQnU3tEBmyemBzw\npSiToITXznBDVlBMHMc6ws9kfNFRmJw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b2fee321-c6a1-4f43-92c1-3c38acfc5088', 'name': 'tempest-securitygroup--1233113607', 'stateful': True, 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'description': 'tempest-description--1215732244', 'shared': False, 'security_group_rules': [{'id': '43160437-0414-4da0-a989-4607932afd32', 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'security_group_id': 'b2fee321-c6a1-4f43-92c1-3c38acfc5088', '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': 1057, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:28:24Z', 'updated_at': '2022-10-12T13:28:24Z', 'revision_number': 0, 'project_id': '09fadfcf2d854a5e88787f23c6bc4389'}, {'id': 'f40c9e7e-3cb5-481f-9986-79454c93cc8b', 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'security_group_id': 'b2fee321-c6a1-4f43-92c1-3c38acfc5088', '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': 1056, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:28:24Z', 'updated_at': '2022-10-12T13:28:24Z', 'revision_number': 0, 'project_id': '09fadfcf2d854a5e88787f23c6bc4389'}], 'tags': [], 'created_at': '2022-10-12T13:28:24Z', 'updated_at': '2022-10-12T13:28:24Z', 'revision_number': 1, 'project_id': '09fadfcf2d854a5e88787f23c6bc4389'}, 'floating_ip': {'id': '4932a991-20b0-4031-8f1f-e260f8633c33', 'tenant_id': '09fadfcf2d854a5e88787f23c6bc4389', 'floating_ip_address': '172.25.2.9', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '09fadfcf2d854a5e88787f23c6bc4389', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:28:30Z', 'updated_at': '2022-10-12T13:28:30Z', 'revision_number': 0, 'ip': '172.25.2.9'}} 2022-10-12 13:28:33,264 121897 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 500 POST http://10.222.0.52/compute/v2.1/servers 1.766s 2022-10-12 13:28:33,264 121897 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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "I9*o4MMte_+qJ~3", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "b3602770-f60a-49a9-b4b5-10fe2ccaa227"}], "security_groups": [{"name": "tempest-securitygroup--1233113607"}], "key_name": "tempest-keypair-1121561565", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:28: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-fa45fb88-63c8-41d9-a1a7-f9683a1c9587', 'x-compute-request-id': 'req-fa45fb88-63c8-41d9-a1a7-f9683a1c9587', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:32,493 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 2.002s 2022-10-12 13:29:32,493 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-224595888"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b433dadc-ca6a-4c9c-a25c-191b4c44193f', 'date': 'Wed, 12 Oct 2022 13:29:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f73453df-db5d-4424-9539-53a5f313b8cc","name":"tempest-ServersTestMultiNic-224595888","tenant_id":"d8809dd2a86042858d174f1af477d593","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d8809dd2a86042858d174f1af477d593","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-12T13:29:31Z","updated_at":"2022-10-12T13:29:31Z","revision_number":1}}' 2022-10-12 13:29:34,441 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.947s 2022-10-12 13:29:34,442 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "f73453df-db5d-4424-9539-53a5f313b8cc", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-1e899967-df34-4aab-b050-468136bc004d', 'date': 'Wed, 12 Oct 2022 13:29:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"2fad0c77-939f-47d9-a1ff-6b7f72ac9b6c","name":"","tenant_id":"d8809dd2a86042858d174f1af477d593","network_id":"f73453df-db5d-4424-9539-53a5f313b8cc","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-12T13:29:33Z","updated_at":"2022-10-12T13:29:33Z","revision_number":0,"project_id":"d8809dd2a86042858d174f1af477d593"}}' 2022-10-12 13:29:35,224 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.781s 2022-10-12 13:29:35,224 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1107578975"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5ff180bb-c4b9-4710-a0cf-dbebc577a2e3', 'date': 'Wed, 12 Oct 2022 13:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3400ee3c-2a18-47eb-88a6-d3b98bad974f","name":"tempest-ServersTestMultiNic-1107578975","tenant_id":"d8809dd2a86042858d174f1af477d593","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d8809dd2a86042858d174f1af477d593","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-12T13:29:34Z","updated_at":"2022-10-12T13:29:34Z","revision_number":1}}' 2022-10-12 13:29:36,648 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.423s 2022-10-12 13:29:36,649 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "3400ee3c-2a18-47eb-88a6-d3b98bad974f", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-709a85cf-b94e-4112-a6c1-8c6f037d829d', 'date': 'Wed, 12 Oct 2022 13:29:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9aa1bfd4-7cc9-41df-95e9-6c8149070539","name":"","tenant_id":"d8809dd2a86042858d174f1af477d593","network_id":"3400ee3c-2a18-47eb-88a6-d3b98bad974f","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-12T13:29:35Z","updated_at":"2022-10-12T13:29:35Z","revision_number":0,"project_id":"d8809dd2a86042858d174f1af477d593"}}' 2022-10-12 13:29:36,750 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.095s 2022-10-12 13:29:36,750 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:36 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-2d81cc61-01cf-4cce-a6d2-431f497058c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d8907362cfac419cba45e154a393fc9c", "name": "tempest-ServersTestMultiNic-410166434-project", "password_expires_at": null}, "audit_ids": ["6Zt-THzOQlWjlPT0AYYdcA"], "expires_at": "2022-10-12T14:29:36.000000Z", "issued_at": "2022-10-12T13:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8809dd2a86042858d174f1af477d593", "name": "tempest-ServersTestMultiNic-410166434"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:36,751 121893 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '57a71d08-5637-462c-95e0-61cd79f1b41c', 'name': 'tempest-ServersTestMultiNic-818905059-network', 'tenant_id': 'd8809dd2a86042858d174f1af477d593', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd8809dd2a86042858d174f1af477d593', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 318, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:12Z', 'updated_at': '2022-10-12T13:29:12Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:38,091 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 500 POST http://10.222.0.52/compute/v2.1/servers 1.339s 2022-10-12 13:29:38,190 121893 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-430173122", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "f73453df-db5d-4424-9539-53a5f313b8cc"}, {"uuid": "3400ee3c-2a18-47eb-88a6-d3b98bad974f"}, {"uuid": "f73453df-db5d-4424-9539-53a5f313b8cc"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-9610562c-d751-4128-8374-7ad5c3ca11dc', 'x-compute-request-id': 'req-9610562c-d751-4128-8374-7ad5c3ca11dc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:39,450 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/9aa1bfd4-7cc9-41df-95e9-6c8149070539 1.256s 2022-10-12 13:29:39,450 121893 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-a67c5c1e-e546-49c9-9d94-604b265f2849', 'date': 'Wed, 12 Oct 2022 13:29:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/9aa1bfd4-7cc9-41df-95e9-6c8149070539'} Body: b'' 2022-10-12 13:29:42,262 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/3400ee3c-2a18-47eb-88a6-d3b98bad974f 2.811s 2022-10-12 13:29:42,262 121893 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-47bded80-22b9-42ad-a982-fd56c657a485', 'date': 'Wed, 12 Oct 2022 13:29:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/3400ee3c-2a18-47eb-88a6-d3b98bad974f'} Body: b'' 2022-10-12 13:29:43,120 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/2fad0c77-939f-47d9-a1ff-6b7f72ac9b6c 0.858s 2022-10-12 13:29:43,121 121893 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-8cedb59c-24a4-4cb3-8784-b7e0b5570e51', 'date': 'Wed, 12 Oct 2022 13:29:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/2fad0c77-939f-47d9-a1ff-6b7f72ac9b6c'} Body: b'' 2022-10-12 13:29:46,410 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/f73453df-db5d-4424-9539-53a5f313b8cc 3.289s 2022-10-12 13:29:46,411 121893 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-1348fbc7-bfb0-4f36-9d66-2fb84d56ebeb', 'date': 'Wed, 12 Oct 2022 13:29:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/f73453df-db5d-4424-9539-53a5f313b8cc'} 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-12 13:29:47,279 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.866s 2022-10-12 13:29:47,279 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1569864294"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-65fe2d34-bf62-489d-b191-4d3bef079c78', 'date': 'Wed, 12 Oct 2022 13:29:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c4761d86-3a81-4f30-ab60-bb2b3292c977","name":"tempest-ServersTestMultiNic-1569864294","tenant_id":"d8809dd2a86042858d174f1af477d593","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d8809dd2a86042858d174f1af477d593","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-12T13:29:46Z","updated_at":"2022-10-12T13:29:46Z","revision_number":1}}' 2022-10-12 13:29:49,396 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 2.116s 2022-10-12 13:29:49,396 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c4761d86-3a81-4f30-ab60-bb2b3292c977", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-826cf333-9fd3-42e6-8e3f-5b8c4d4f3070', 'date': 'Wed, 12 Oct 2022 13:29:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b762c3a3-df4a-44a4-a8d6-07e9febf45dd","name":"","tenant_id":"d8809dd2a86042858d174f1af477d593","network_id":"c4761d86-3a81-4f30-ab60-bb2b3292c977","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-12T13:29:48Z","updated_at":"2022-10-12T13:29:48Z","revision_number":0,"project_id":"d8809dd2a86042858d174f1af477d593"}}' 2022-10-12 13:29:52,502 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 3.105s 2022-10-12 13:29:52,502 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-704419401"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-07111085-2d5f-42af-bb93-b39c377f2fa7', 'date': 'Wed, 12 Oct 2022 13:29:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e3022d04-8933-4ee7-9cd6-f79932992c7d","name":"tempest-ServersTestMultiNic-704419401","tenant_id":"d8809dd2a86042858d174f1af477d593","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d8809dd2a86042858d174f1af477d593","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-12T13:29:49Z","updated_at":"2022-10-12T13:29:50Z","revision_number":1}}' 2022-10-12 13:29:54,390 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.887s 2022-10-12 13:29:54,391 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "e3022d04-8933-4ee7-9cd6-f79932992c7d", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-897fa024-4cdd-4216-926c-487bb1935065', 'date': 'Wed, 12 Oct 2022 13:29:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"30e6dc9d-fd86-4480-befc-8852db1cfbce","name":"","tenant_id":"d8809dd2a86042858d174f1af477d593","network_id":"e3022d04-8933-4ee7-9cd6-f79932992c7d","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-12T13:29:53Z","updated_at":"2022-10-12T13:29:53Z","revision_number":0,"project_id":"d8809dd2a86042858d174f1af477d593"}}' 2022-10-12 13:29:54,611 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.213s 2022-10-12 13:29:54,611 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:54 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-aebddce3-98e1-46ec-9a3c-fa5fc46c0138', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d8907362cfac419cba45e154a393fc9c", "name": "tempest-ServersTestMultiNic-410166434-project", "password_expires_at": null}, "audit_ids": ["qABAqTrlRJaaflFWLMRCsg"], "expires_at": "2022-10-12T14:29:54.000000Z", "issued_at": "2022-10-12T13:29:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8809dd2a86042858d174f1af477d593", "name": "tempest-ServersTestMultiNic-410166434"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d8809dd2a86042858d174f1af477d593", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:54,612 121893 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '57a71d08-5637-462c-95e0-61cd79f1b41c', 'name': 'tempest-ServersTestMultiNic-818905059-network', 'tenant_id': 'd8809dd2a86042858d174f1af477d593', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd8809dd2a86042858d174f1af477d593', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 318, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:12Z', 'updated_at': '2022-10-12T13:29:12Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:55,616 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 500 POST http://10.222.0.52/compute/v2.1/servers 1.003s 2022-10-12 13:29:55,617 121893 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-326391838", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "c4761d86-3a81-4f30-ab60-bb2b3292c977"}, {"uuid": "e3022d04-8933-4ee7-9cd6-f79932992c7d"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-63e5bd7a-fcf7-4415-95a3-8497d81170a7', 'x-compute-request-id': 'req-63e5bd7a-fcf7-4415-95a3-8497d81170a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:30:02,337 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/30e6dc9d-fd86-4480-befc-8852db1cfbce 6.719s 2022-10-12 13:30:02,337 121893 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-283fd597-318e-4f7d-a29a-0b7fd199be9b', 'date': 'Wed, 12 Oct 2022 13:30:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/30e6dc9d-fd86-4480-befc-8852db1cfbce'} Body: b'' 2022-10-12 13:30:05,240 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/e3022d04-8933-4ee7-9cd6-f79932992c7d 2.902s 2022-10-12 13:30:05,240 121893 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-9847a51f-4404-4e09-9439-a505aeddca12', 'date': 'Wed, 12 Oct 2022 13:30:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/e3022d04-8933-4ee7-9cd6-f79932992c7d'} Body: b'' 2022-10-12 13:30:07,069 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/b762c3a3-df4a-44a4-a8d6-07e9febf45dd 1.828s 2022-10-12 13:30:07,069 121893 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-d9934d24-41f3-4d39-a768-916f98d47ddd', 'date': 'Wed, 12 Oct 2022 13:30:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/b762c3a3-df4a-44a4-a8d6-07e9febf45dd'} Body: b'' 2022-10-12 13:30:11,092 121893 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/c4761d86-3a81-4f30-ab60-bb2b3292c977 4.022s 2022-10-12 13:30:11,092 121893 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-c16e7880-ec7d-41c2-a8eb-b8d709e7529b', 'date': 'Wed, 12 Oct 2022 13:30:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/c4761d86-3a81-4f30-ab60-bb2b3292c977'} 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-12 13:26:19,038 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.132s 2022-10-12 13:26:19,038 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:18 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-b8a2ce9f-c316-4f52-9f5f-6d952440ab15', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["8vPS9mCbRxex0Z22QYbrnw"], "expires_at": "2022-10-12T14:26:18.000000Z", "issued_at": "2022-10-12T13:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:19,039 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:22,226 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 500 POST http://10.222.0.52/compute/v2.1/servers 3.186s 2022-10-12 13:26:22,226 121903 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-304839724", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-aae39d82-e0d9-4454-86b9-e74ae1fa8d3b', 'x-compute-request-id': 'req-aae39d82-e0d9-4454-86b9-e74ae1fa8d3b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:22,307 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.072s 2022-10-12 13:26:22,307 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:22 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-12222e51-609d-4a97-a3bc-48e5662c415a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["yll2Ivx_Qqaxa69KGu9QtA"], "expires_at": "2022-10-12T14:26:22.000000Z", "issued_at": "2022-10-12T13:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:22,308 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:26,762 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 4.453s 2022-10-12 13:26:26,762 121903 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-1758721172", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-9ff308c8-6bf0-41c8-a6d3-9d3cf1138ac4', 'x-compute-request-id': 'req-9ff308c8-6bf0-41c8-a6d3-9d3cf1138ac4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:26,833 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.063s 2022-10-12 13:26:26,833 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:26 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-8104a0d4-50f5-43de-8a88-8ef0fd0ed74a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["9iIqV9oVS1uOQ4PvSkOzgw"], "expires_at": "2022-10-12T14:26:26.000000Z", "issued_at": "2022-10-12T13:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:26,834 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_building_state) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:29,675 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 500 POST http://10.222.0.52/compute/v2.1/servers 2.840s 2022-10-12 13:26:29,675 121903 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-1002933674", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-fcfa5a55-cce9-4797-8558-9902f6b60676', 'x-compute-request-id': 'req-fcfa5a55-cce9-4797-8558-9902f6b60676', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:29,726 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.043s 2022-10-12 13:26:29,727 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:29 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-eb052297-65dd-4695-94f1-5200302e01c7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["YppQdYusQsW1oTYot6-8Rg"], "expires_at": "2022-10-12T14:26:29.000000Z", "issued_at": "2022-10-12T13:26:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:29,727 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:32,706 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 500 POST http://10.222.0.52/compute/v2.1/servers 2.978s 2022-10-12 13:26:32,706 121903 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-938282056", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-c0dc0194-a1a0-435e-a388-e335d6f1c462', 'x-compute-request-id': 'req-c0dc0194-a1a0-435e-a388-e335d6f1c462', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:32,769 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.055s 2022-10-12 13:26:32,770 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:32 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-d3f4582f-f587-4412-a36f-0f71ff61f74d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["TkvXXxJ0TmiIjRxXr5z-1Q"], "expires_at": "2022-10-12T14:26:32.000000Z", "issued_at": "2022-10-12T13:26:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:32,770 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:33,589 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 500 POST http://10.222.0.52/compute/v2.1/servers 0.818s 2022-10-12 13:26:33,590 121903 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-1278397413", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-600941ad-6105-4cc0-b6a0-d1b115c7e5de', 'x-compute-request-id': 'req-600941ad-6105-4cc0-b6a0-d1b115c7e5de', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:33,692 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.088s 2022-10-12 13:26:33,692 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:33 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-a9fc6dda-1f1d-4a14-a7c8-dad1e2427bfd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["t1tA6CL9TZi2EyUrTfMDng"], "expires_at": "2022-10-12T14:26:33.000000Z", "issued_at": "2022-10-12T13:26:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:33,693 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:35,434 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 500 POST http://10.222.0.52/compute/v2.1/servers 1.740s 2022-10-12 13:26:35,434 121903 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-565950992", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-22dae62c-a83d-4215-acb5-56280b18293b', 'x-compute-request-id': 'req-22dae62c-a83d-4215-acb5-56280b18293b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:35,520 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.076s 2022-10-12 13:26:35,521 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-3f1128c1-0760-48cc-aea7-e85c9609ad10', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ca6b75658f94803bd9088aa7f23d2c8", "name": "tempest-DeleteServersTestJSON-700119419-project", "password_expires_at": null}, "audit_ids": ["Wl_l16ByQBqZSBfWi3kwYA"], "expires_at": "2022-10-12T14:26:35.000000Z", "issued_at": "2022-10-12T13:26:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a13e12acfc242d49d32baadf18b0fe4", "name": "tempest-DeleteServersTestJSON-700119419"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9a13e12acfc242d49d32baadf18b0fe4", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:35,521 121903 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '35f69b3e-54a3-4d3a-9bbb-6d43dd211917', 'name': 'tempest-DeleteServersTestJSON-1971157583-network', 'tenant_id': '9a13e12acfc242d49d32baadf18b0fe4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9a13e12acfc242d49d32baadf18b0fe4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:04Z', 'updated_at': '2022-10-12T13:26:04Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:36,276 121903 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 500 POST http://10.222.0.52/compute/v2.1/servers 0.754s 2022-10-12 13:26:36,276 121903 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-109047232", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "35f69b3e-54a3-4d3a-9bbb-6d43dd211917"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-6c9a9742-cf4e-4f85-ab28-adcf27734905', 'x-compute-request-id': 'req-6c9a9742-cf4e-4f85-ab28-adcf27734905', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:56:57,965 177819 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.035s 2022-10-12 13:56:57,965 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1ea433b1-d8cd-48f5-ba72-c9e3117842bf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c54c9c65d52f483aac0e098ac58577d2", "name": "tempest-DeleteServersTestJSON-1355932342-project", "password_expires_at": null}, "audit_ids": ["Vk7uFNSpQsCYsz2vpvCWWA"], "expires_at": "2022-10-12T14:56:57.000000Z", "issued_at": "2022-10-12T13:56:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6350d93f67b6481d8304ab9da1b3ebd9", "name": "tempest-DeleteServersTestJSON-1355932342"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/6350d93f67b6481d8304ab9da1b3ebd9", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_6350d93f67b6481d8304ab9da1b3ebd9", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/6350d93f67b6481d8304ab9da1b3ebd9", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/6350d93f67b6481d8304ab9da1b3ebd9", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:56:57,966 177819 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': 'f56fea43-11bb-4057-9f8a-7bd60836152a', 'name': 'tempest-DeleteServersTestJSON-971827393-network', 'tenant_id': '6350d93f67b6481d8304ab9da1b3ebd9', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6350d93f67b6481d8304ab9da1b3ebd9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 334, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:56:52Z', 'updated_at': '2022-10-12T13:56:52Z', 'revision_number': 1} available for tenant 2022-10-12 13:56:58,352 177819 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 500 POST http://10.222.0.52/compute/v2.1/servers 0.385s 2022-10-12 13:56:58,352 177819 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-1034141408", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "f56fea43-11bb-4057-9f8a-7bd60836152a"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56: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-682c163b-840b-4236-9600-efe4a4706880', 'x-compute-request-id': 'req-682c163b-840b-4236-9600-efe4a4706880', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:33:02,663 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes 2.700s 2022-10-12 13:33:02,663 121907 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-708921369", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10ebbced-6b24-4c35-b766-095293cb73c3', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ebbced-6b24-4c35-b766-095293cb73c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.184097", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:33:02,726 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.051s 2022-10-12 13:33:02,726 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb7083ae-475b-47d8-9714-a7ac50d06c76', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb7083ae-475b-47d8-9714-a7ac50d06c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:03,884 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.141s 2022-10-12 13:33:03,884 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-766b0e35-8b96-4930-ac4d-5710a6aa8eff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-766b0e35-8b96-4930-ac4d-5710a6aa8eff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:05,019 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.117s 2022-10-12 13:33:05,020 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13872b32-65cb-4103-8421-a209f5ccd974', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13872b32-65cb-4103-8421-a209f5ccd974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:06,179 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.141s 2022-10-12 13:33:06,181 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf03572-7759-40ce-8123-f189e231ba45', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf03572-7759-40ce-8123-f189e231ba45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:07,266 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.069s 2022-10-12 13:33:07,267 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177be038-540d-4b32-8218-2c44bff35485', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177be038-540d-4b32-8218-2c44bff35485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:08,334 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.053s 2022-10-12 13:33:08,334 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0872e233-1c8c-4be1-b0da-b7a9ca56b2a1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0872e233-1c8c-4be1-b0da-b7a9ca56b2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:09,433 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.085s 2022-10-12 13:33:09,434 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9ce636-7c06-446a-b9d6-0571649c9950', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9ce636-7c06-446a-b9d6-0571649c9950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:10,489 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.042s 2022-10-12 13:33:10,489 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306463cc-2004-49d2-82d9-12a906f712b6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306463cc-2004-49d2-82d9-12a906f712b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:11,566 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.063s 2022-10-12 13:33:11,566 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39d7b67-fb25-4c71-8788-354df7cf9f25', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39d7b67-fb25-4c71-8788-354df7cf9f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:12,651 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.071s 2022-10-12 13:33:12,651 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad2e203c-b9fa-4404-b719-6d915a5c1008', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad2e203c-b9fa-4404-b719-6d915a5c1008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:13,760 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.095s 2022-10-12 13:33:13,760 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a34937f0-e34a-49bd-a1e4-9937589b8d5e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a34937f0-e34a-49bd-a1e4-9937589b8d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:14,826 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.047s 2022-10-12 13:33:14,827 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9086cb-7c5d-427f-bbb5-a29c66698e01', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9086cb-7c5d-427f-bbb5-a29c66698e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:15,955 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.114s 2022-10-12 13:33:15,956 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a34e2773-3251-4af7-890f-5a5b5c5a8e86', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a34e2773-3251-4af7-890f-5a5b5c5a8e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:17,095 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.125s 2022-10-12 13:33:17,096 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbaedf58-6da9-4e98-8f2f-d9f5cb5caf91', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbaedf58-6da9-4e98-8f2f-d9f5cb5caf91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:18,247 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.135s 2022-10-12 13:33:18,248 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56092628-d445-4a31-9e87-b43cb9bf9af0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56092628-d445-4a31-9e87-b43cb9bf9af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:19,325 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.064s 2022-10-12 13:33:19,325 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a282c0c-ac5e-47c7-b95c-85a9cd10318b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a282c0c-ac5e-47c7-b95c-85a9cd10318b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:20,399 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.061s 2022-10-12 13:33:20,399 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48606996-9be1-4574-97ed-f66353bc5c62', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48606996-9be1-4574-97ed-f66353bc5c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:21,503 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.090s 2022-10-12 13:33:21,504 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc5abed-cab5-412a-8e71-741559c4049e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc5abed-cab5-412a-8e71-741559c4049e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:22,638 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.119s 2022-10-12 13:33:22,638 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f655e7d-c15a-4a21-923d-8a0a3fc2fde8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f655e7d-c15a-4a21-923d-8a0a3fc2fde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:23,755 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.101s 2022-10-12 13:33:23,755 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae65e961-d8c4-442e-b967-d265fead5a41', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae65e961-d8c4-442e-b967-d265fead5a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:24,838 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.069s 2022-10-12 13:33:24,838 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244d6f24-ff88-4c20-85ba-05e89b890b1f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244d6f24-ff88-4c20-85ba-05e89b890b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:25,975 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.122s 2022-10-12 13:33:25,976 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3a6ffd-7908-4447-bdd8-b9ce77cd312c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3a6ffd-7908-4447-bdd8-b9ce77cd312c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:27,071 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.082s 2022-10-12 13:33:27,071 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a13d28-f015-43d8-9e38-ff0c7ac47434', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a13d28-f015-43d8-9e38-ff0c7ac47434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:03.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:28,203 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.118s 2022-10-12 13:33:28,203 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31fbef0f-ce58-473d-aee9-1fd5b9e0396d', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31fbef0f-ce58-473d-aee9-1fd5b9e0396d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:29,270 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.052s 2022-10-12 13:33:29,271 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a70b08d-54ee-4223-97b9-380960aec372', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a70b08d-54ee-4223-97b9-380960aec372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:30,401 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.117s 2022-10-12 13:33:30,402 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd41e1a-8fe9-4182-9d10-12e98aa209a0', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd41e1a-8fe9-4182-9d10-12e98aa209a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:31,528 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.111s 2022-10-12 13:33:31,528 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b50547e-6701-4e67-ac60-290e01e97553', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b50547e-6701-4e67-ac60-290e01e97553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:32,620 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.074s 2022-10-12 13:33:32,621 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2261686-ccb8-4a6d-9168-4d10ac63315f', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2261686-ccb8-4a6d-9168-4d10ac63315f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:33,748 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.109s 2022-10-12 13:33:33,748 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3809d4a-cd85-482e-92d3-98fd006d5436', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3809d4a-cd85-482e-92d3-98fd006d5436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:34,883 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.119s 2022-10-12 13:33:34,884 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9255638-c2c9-497a-9073-9a8c583339e2', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9255638-c2c9-497a-9073-9a8c583339e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:36,010 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.110s 2022-10-12 13:33:36,011 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-368a5901-5bcd-4c7b-b4c5-7ba185148887', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-368a5901-5bcd-4c7b-b4c5-7ba185148887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:37,123 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.096s 2022-10-12 13:33:37,123 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5d23d7-f1fb-4d8e-9e7e-a28ee0770ad0', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5d23d7-f1fb-4d8e-9e7e-a28ee0770ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:38,227 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.085s 2022-10-12 13:33:38,228 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc52e9c6-3384-413a-a715-b106da20d84c', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc52e9c6-3384-413a-a715-b106da20d84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:39,329 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.084s 2022-10-12 13:33:39,330 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b9b19b-771b-4658-a767-00a597103f64', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b9b19b-771b-4658-a767-00a597103f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:40,454 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.106s 2022-10-12 13:33:40,454 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ba19bd-2b6e-4d1b-8586-a0c883fe6744', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ba19bd-2b6e-4d1b-8586-a0c883fe6744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:41,562 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.091s 2022-10-12 13:33:41,563 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c99392-145b-43d8-bf8c-d52ffccf114b', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c99392-145b-43d8-bf8c-d52ffccf114b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:42,646 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.068s 2022-10-12 13:33:42,647 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd928e12-bee3-400f-aec7-d7af337303d1', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd928e12-bee3-400f-aec7-d7af337303d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:43,734 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.073s 2022-10-12 13:33:43,734 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c980f7f7-1885-4e93-ac0e-a339f1024c69', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c980f7f7-1885-4e93-ac0e-a339f1024c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:44,862 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a 0.113s 2022-10-12 13:33:44,862 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6f5fcd-7fbd-4de1-aea4-7f7c04673a75', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6f5fcd-7fbd-4de1-aea4-7f7c04673a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a'} Body: b'{"volume": {"id": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:02.000000", "updated_at": "2022-10-12T13:33:44.000000", "name": "tempest-TaggedBootDevicesTest-volume-708921369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:44,875 121907 INFO [tempest.common.waiters] volume a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a reached available after waiting for 42.875749 seconds 2022-10-12 13:33:45,613 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes 0.737s 2022-10-12 13:33:45,614 121907 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-1862339607"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72abfa93-2d64-474f-ace0-a2c985b0b614', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72abfa93-2d64-474f-ace0-a2c985b0b614', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes'} Body: b'{"volume": {"id": "2c1f0f90-ece8-47f4-a735-252f48f5bda1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:45.237860", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1862339607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:33:45,722 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1 0.096s 2022-10-12 13:33:45,722 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eba272b-1b48-4523-aa57-802ee0a5952b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eba272b-1b48-4523-aa57-802ee0a5952b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1'} Body: b'{"volume": {"id": "2c1f0f90-ece8-47f4-a735-252f48f5bda1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:45.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1862339607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:46,841 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1 0.100s 2022-10-12 13:33:46,841 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1812b0ae-9d7e-402f-9a94-de7f7c4dece2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1812b0ae-9d7e-402f-9a94-de7f7c4dece2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1'} Body: b'{"volume": {"id": "2c1f0f90-ece8-47f4-a735-252f48f5bda1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:45.000000", "updated_at": "2022-10-12T13:33:46.000000", "name": "tempest-TaggedBootDevicesTest-volume-1862339607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:47,984 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1 0.129s 2022-10-12 13:33:47,984 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6d6780b-5170-465d-baac-f2d834a98a5b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d6780b-5170-465d-baac-f2d834a98a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1'} Body: b'{"volume": {"id": "2c1f0f90-ece8-47f4-a735-252f48f5bda1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:45.000000", "updated_at": "2022-10-12T13:33:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1862339607", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/2c1f0f90-ece8-47f4-a735-252f48f5bda1"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:47,998 121907 INFO [tempest.common.waiters] volume 2c1f0f90-ece8-47f4-a735-252f48f5bda1 reached available after waiting for 2.998463 seconds 2022-10-12 13:33:48,769 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes 0.770s 2022-10-12 13:33:48,769 121907 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-1369328198"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a1da4e-9dfc-4c8d-97e1-aeb28fe16c2d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a1da4e-9dfc-4c8d-97e1-aeb28fe16c2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes'} Body: b'{"volume": {"id": "b5380527-5fa0-4b37-91af-0024643608e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:48.394413", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1369328198", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:33:48,885 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3 0.103s 2022-10-12 13:33:48,888 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf538498-080d-4289-9eaf-fc865a9e8649', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf538498-080d-4289-9eaf-fc865a9e8649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3'} Body: b'{"volume": {"id": "b5380527-5fa0-4b37-91af-0024643608e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:48.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1369328198", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:49,983 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3 0.080s 2022-10-12 13:33:49,983 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b01196a5-86cf-49d3-a0bd-8b38421ca8e1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b01196a5-86cf-49d3-a0bd-8b38421ca8e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3'} Body: b'{"volume": {"id": "b5380527-5fa0-4b37-91af-0024643608e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:48.000000", "updated_at": "2022-10-12T13:33:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-1369328198", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:51,069 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3 0.072s 2022-10-12 13:33:51,069 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5211de-fd03-4f6b-be17-3bcc71bdfdc5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5211de-fd03-4f6b-be17-3bcc71bdfdc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3'} Body: b'{"volume": {"id": "b5380527-5fa0-4b37-91af-0024643608e3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:33:48.000000", "updated_at": "2022-10-12T13:33:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1369328198", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/ac649e50c1a640ee9562a48818ab616e/volumes/b5380527-5fa0-4b37-91af-0024643608e3"}], "user_id": "250980abb5ad448dbe92127bee7f679e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:51,082 121907 INFO [tempest.common.waiters] volume b5380527-5fa0-4b37-91af-0024643608e3 reached available after waiting for 3.082334 seconds 2022-10-12 13:33:52,672 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 1.589s 2022-10-12 13:33:52,672 121907 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-336464360"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2a26c093-6182-4a7b-86ab-c1afacf3f9e1', 'date': 'Wed, 12 Oct 2022 13:33:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"867068c2-2cbc-43ed-8aab-5387f0071de6","name":"tempest-device-tagging-net1-336464360","tenant_id":"ac649e50c1a640ee9562a48818ab616e","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ac649e50c1a640ee9562a48818ab616e","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-12T13:33:51Z","updated_at":"2022-10-12T13:33:52Z","revision_number":1}}' 2022-10-12 13:33:53,533 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.860s 2022-10-12 13:33:53,533 121907 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-58194327"}} Response - Headers: {'content-type': 'application/json', 'content-length': '573', 'x-openstack-request-id': 'req-3f5ac3e6-1e11-4aff-a2b4-05538771c64a', 'date': 'Wed, 12 Oct 2022 13:33:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"70319778-dea1-4833-8547-b0dd027157ad","name":"tempest-device-tagging-net2-58194327","tenant_id":"ac649e50c1a640ee9562a48818ab616e","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ac649e50c1a640ee9562a48818ab616e","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-12T13:33:52Z","updated_at":"2022-10-12T13:33:52Z","revision_number":1}}' 2022-10-12 13:33:55,481 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.947s 2022-10-12 13:33:55,481 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "867068c2-2cbc-43ed-8aab-5387f0071de6", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1f43e91f-8a94-4c50-b79b-a24cb0682268', 'date': 'Wed, 12 Oct 2022 13:33:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f014981e-a0cd-484f-afdd-ad04a9eead9e","name":"","tenant_id":"ac649e50c1a640ee9562a48818ab616e","network_id":"867068c2-2cbc-43ed-8aab-5387f0071de6","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-12T13:33:54Z","updated_at":"2022-10-12T13:33:54Z","revision_number":0,"project_id":"ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:33:58,127 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 2.645s 2022-10-12 13:33:58,127 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "70319778-dea1-4833-8547-b0dd027157ad", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-e1c2b62d-62b9-4da0-acf8-a93d12bb12ea', 'date': 'Wed, 12 Oct 2022 13:33:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"39a3ebc6-07c4-4256-9d41-4473f7e28ae9","name":"","tenant_id":"ac649e50c1a640ee9562a48818ab616e","network_id":"70319778-dea1-4833-8547-b0dd027157ad","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-12T13:33:56Z","updated_at":"2022-10-12T13:33:56Z","revision_number":0,"project_id":"ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:34:03,866 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/ports 5.738s 2022-10-12 13:34:03,866 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "867068c2-2cbc-43ed-8aab-5387f0071de6", "name": "tempest-TaggedBootDevicesTest-1779560280", "fixed_ips": [{"subnet_id": "f014981e-a0cd-484f-afdd-ad04a9eead9e"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-daa38fa4-6e99-4e60-9b28-5fbd26b6814d', 'date': 'Wed, 12 Oct 2022 13:34:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"6c1cd5e4-714c-419a-9c8e-1ed2af5e3fd3","name":"tempest-TaggedBootDevicesTest-1779560280","network_id":"867068c2-2cbc-43ed-8aab-5387f0071de6","tenant_id":"ac649e50c1a640ee9562a48818ab616e","mac_address":"fa:16:3e:8c:f7:fe","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"f014981e-a0cd-484f-afdd-ad04a9eead9e","ip_address":"10.1.1.85"}],"project_id":"ac649e50c1a640ee9562a48818ab616e","port_security_enabled":true,"security_groups":["a09eb54b-1df6-4ee1-9edf-9b77a154346d"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-12T13:33:59Z","updated_at":"2022-10-12T13:34:00Z","revision_number":1}}' 2022-10-12 13:34:07,303 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/ports 3.436s 2022-10-12 13:34:07,303 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "867068c2-2cbc-43ed-8aab-5387f0071de6", "name": "tempest-TaggedBootDevicesTest-1482110951", "fixed_ips": [{"subnet_id": "f014981e-a0cd-484f-afdd-ad04a9eead9e"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-1e3852a1-2678-4903-bc77-c171b57dd75f', 'date': 'Wed, 12 Oct 2022 13:34:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"f7385583-e515-418e-9141-044df785c1e4","name":"tempest-TaggedBootDevicesTest-1482110951","network_id":"867068c2-2cbc-43ed-8aab-5387f0071de6","tenant_id":"ac649e50c1a640ee9562a48818ab616e","mac_address":"fa:16:3e:99:5e:37","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"f014981e-a0cd-484f-afdd-ad04a9eead9e","ip_address":"10.1.1.157"}],"project_id":"ac649e50c1a640ee9562a48818ab616e","port_security_enabled":true,"security_groups":["a09eb54b-1df6-4ee1-9edf-9b77a154346d"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-12T13:34:06Z","updated_at":"2022-10-12T13:34:06Z","revision_number":1}}' 2022-10-12 13:34:07,304 121907 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:34:07,305 121907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:34:07,487 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.179s 2022-10-12 13:34:07,487 121907 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-615051422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKX6/uHiLhtOYaV81g+NSsQQg7/KY6znlMs8j2p6Q3n/m1KyhNPdMthZ4bxC68Xb3bG8MjZiC350AwvuISquEM32uEokuKzxj6mJYdKrkV/hKdPUGBOqwGSFct6KMtjq2w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', '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-3a683ea1-8f5a-4e87-9fc5-3f94dd0d957d', 'x-compute-request-id': 'req-3a683ea1-8f5a-4e87-9fc5-3f94dd0d957d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-615051422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKX6/uHiLhtOYaV81g+NSsQQg7/KY6znlMs8j2p6Q3n/m1KyhNPdMthZ4bxC68Xb3bG8MjZiC350AwvuISquEM32uEokuKzxj6mJYdKrkV/hKdPUGBOqwGSFct6KMtjq2w==", "fingerprint": "23:d3:55:67:65:57:ec:bc:a2:17:17:a5:33:7a:be:ab", "user_id": "250980abb5ad448dbe92127bee7f679e"}}' 2022-10-12 13:34:07,491 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-615051422 created 2022-10-12 13:34:08,245 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.742s 2022-10-12 13:34:08,245 121907 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--1661457363", "description": "tempest-description--96654174"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-b215a690-cf7e-4aa4-ad96-dead9d0a694a', 'date': 'Wed, 12 Oct 2022 13:34:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "name": "tempest-securitygroup--1661457363", "stateful": true, "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "description": "tempest-description--96654174", "shared": false, "security_group_rules": [{"id": "34c5a54f-0b90-4994-9a38-f2bc0e4a57cd", "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "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": 1917, "description": null, "tags": [], "created_at": "2022-10-12T13:34:07Z", "updated_at": "2022-10-12T13:34:07Z", "revision_number": 0, "project_id": "ac649e50c1a640ee9562a48818ab616e"}, {"id": "76a21ff0-dbc1-4944-872f-63b7285f6cb7", "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "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": 1916, "description": null, "tags": [], "created_at": "2022-10-12T13:34:07Z", "updated_at": "2022-10-12T13:34:07Z", "revision_number": 0, "project_id": "ac649e50c1a640ee9562a48818ab616e"}], "tags": [], "created_at": "2022-10-12T13:34:07Z", "updated_at": "2022-10-12T13:34:07Z", "revision_number": 1, "project_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:34:09,378 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.132s 2022-10-12 13:34:09,379 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "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-92e4f1a5-18c7-46c3-ba4d-49be037f9e3f', 'date': 'Wed, 12 Oct 2022 13:34:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "19a9e059-cf6c-4d0f-baf1-cf7cb3d68645", "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "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-12T13:34:08Z", "updated_at": "2022-10-12T13:34:08Z", "revision_number": 0, "project_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:34:10,445 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.066s 2022-10-12 13:34:10,446 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1dd44a2b-a3f1-4950-91b6-07a6568e4b6b', 'date': 'Wed, 12 Oct 2022 13:34:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb91b6a0-1df0-4993-8739-8b3ce7a94f93", "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "security_group_id": "c7bdc622-4d66-4b16-b6dd-ab35a3a95c60", "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-12T13:34:09Z", "updated_at": "2022-10-12T13:34:09Z", "revision_number": 0, "project_id": "ac649e50c1a640ee9562a48818ab616e"}}' 2022-10-12 13:34:10,446 121907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1661457363 created 2022-10-12 13:34:14,954 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 4.507s 2022-10-12 13:34:14,954 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-83e6a030-2425-4ca5-b26c-27f7299864ac', 'date': 'Wed, 12 Oct 2022 13:34:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d02aa40a-c3fd-4f2a-87ab-2a557d3be0db", "tenant_id": "ac649e50c1a640ee9562a48818ab616e", "floating_ip_address": "172.25.2.128", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ac649e50c1a640ee9562a48818ab616e", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:34:13Z", "updated_at": "2022-10-12T13:34:13Z", "revision_number": 0}}' 2022-10-12 13:34:14,955 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd02aa40a-c3fd-4f2a-87ab-2a557d3be0db', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'floating_ip_address': '172.25.2.128', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ac649e50c1a640ee9562a48818ab616e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:34:13Z', 'updated_at': '2022-10-12T13:34:13Z', 'revision_number': 0, 'ip': '172.25.2.128'} created 2022-10-12 13:34:15,078 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.117s 2022-10-12 13:34:15,079 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:34:14 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-0365a7ec-1046-4098-98ba-dddc560a791f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "250980abb5ad448dbe92127bee7f679e", "name": "tempest-TaggedBootDevicesTest-888637580-project", "password_expires_at": null}, "audit_ids": ["aaxbNRvvRouIPVqsv3-sTg"], "expires_at": "2022-10-12T14:34:14.000000Z", "issued_at": "2022-10-12T13:34:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac649e50c1a640ee9562a48818ab616e", "name": "tempest-TaggedBootDevicesTest-888637580"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:34:15,080 121907 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '9bbbb141-c651-420f-8ff4-3484734b2e3b', 'name': 'tempest-TaggedBootDevicesTest-1166612382-network', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ac649e50c1a640ee9562a48818ab616e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 330, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:32:30Z', 'updated_at': '2022-10-12T13:32:30Z', 'revision_number': 1} available for tenant 2022-10-12 13:34:15,132 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.046s 2022-10-12 13:34:15,133 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:34:15 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-e53ddfa5-e347-4916-b57b-63c6537ae7f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "250980abb5ad448dbe92127bee7f679e", "name": "tempest-TaggedBootDevicesTest-888637580-project", "password_expires_at": null}, "audit_ids": ["t1We0kfxSEup1pmDxSymkw"], "expires_at": "2022-10-12T14:34:15.000000Z", "issued_at": "2022-10-12T13:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac649e50c1a640ee9562a48818ab616e", "name": "tempest-TaggedBootDevicesTest-888637580"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/ac649e50c1a640ee9562a48818ab616e", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:34:15,133 121907 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '9bbbb141-c651-420f-8ff4-3484734b2e3b', 'name': 'tempest-TaggedBootDevicesTest-1166612382-network', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ac649e50c1a640ee9562a48818ab616e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 330, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:32:30Z', 'updated_at': '2022-10-12T13:32:30Z', 'revision_number': 1} available for tenant 2022-10-12 13:34:15,134 121907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-615051422', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKX6/uHiLhtOYaV81g+NSsQQg7/KY6znlMs8j2p6Q3n/m1KyhNPdMthZ4bxC68Xb3bG8MjZiC350AwvuISquEM32uEokuKzxj6mJYdKrkV/hKdPUGBOqwGSFct6KMtjq2w==', 'fingerprint': '23:d3:55:67:65:57:ec:bc:a2:17:17:a5:33:7a:be:ab', 'user_id': '250980abb5ad448dbe92127bee7f679e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC6nGAGHwc16xjD6P5OBtfaKA7QNVVVJKtfoBe/xy6t14mnEILBcy2+\n118l6nOL6DegBwYFK4EEACKhZANiAASl+v7h4i4bTmGlfNYPjUrEEIO/ymOs55TL\nPI9qekN5/5tSsoTT3TLYWeG8QuvF292xvDI2Ygt+dAML7iEqrhDN9rhKJLis8Y+p\niWHSq5Ff4SnT1BgTqsBkhXLeijLY6ts=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c7bdc622-4d66-4b16-b6dd-ab35a3a95c60', 'name': 'tempest-securitygroup--1661457363', 'stateful': True, 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'description': 'tempest-description--96654174', 'shared': False, 'security_group_rules': [{'id': '34c5a54f-0b90-4994-9a38-f2bc0e4a57cd', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'security_group_id': 'c7bdc622-4d66-4b16-b6dd-ab35a3a95c60', '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': 1917, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:34:07Z', 'updated_at': '2022-10-12T13:34:07Z', 'revision_number': 0, 'project_id': 'ac649e50c1a640ee9562a48818ab616e'}, {'id': '76a21ff0-dbc1-4944-872f-63b7285f6cb7', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'security_group_id': 'c7bdc622-4d66-4b16-b6dd-ab35a3a95c60', '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': 1916, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:34:07Z', 'updated_at': '2022-10-12T13:34:07Z', 'revision_number': 0, 'project_id': 'ac649e50c1a640ee9562a48818ab616e'}], 'tags': [], 'created_at': '2022-10-12T13:34:07Z', 'updated_at': '2022-10-12T13:34:07Z', 'revision_number': 1, 'project_id': 'ac649e50c1a640ee9562a48818ab616e'}, 'floating_ip': {'id': 'd02aa40a-c3fd-4f2a-87ab-2a557d3be0db', 'tenant_id': 'ac649e50c1a640ee9562a48818ab616e', 'floating_ip_address': '172.25.2.128', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ac649e50c1a640ee9562a48818ab616e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:34:13Z', 'updated_at': '2022-10-12T13:34:13Z', 'revision_number': 0, 'ip': '172.25.2.128'}} 2022-10-12 13:34:16,128 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://10.222.0.52/compute/v2.1/servers 0.993s 2022-10-12 13:34:16,128 121907 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-1227764021", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "9bbbb141-c651-420f-8ff4-3484734b2e3b"}, {"port": "6c1cd5e4-714c-419a-9c8e-1ed2af5e3fd3", "tag": "port-1"}, {"port": "f7385583-e515-418e-9141-044df785c1e4", "tag": "port-2"}, {"uuid": "867068c2-2cbc-43ed-8aab-5387f0071de6", "tag": "net-1"}, {"uuid": "867068c2-2cbc-43ed-8aab-5387f0071de6"}, {"uuid": "70319778-dea1-4833-8547-b0dd027157ad", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "70319778-dea1-4833-8547-b0dd027157ad", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "a0b5d3b3-cd96-4f73-b79a-3aafd05ccd9a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "2c1f0f90-ece8-47f4-a735-252f48f5bda1", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "b5380527-5fa0-4b37-91af-0024643608e3", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1661457363"}], "key_name": "tempest-keypair-615051422", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:34:15 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-1842a21f-1e8e-4198-baae-a8fb54c27690', 'x-compute-request-id': 'req-1842a21f-1e8e-4198-baae-a8fb54c27690', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:34:16,241 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-615051422 0.111s 2022-10-12 13:34:16,241 121907 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': 'Wed, 12 Oct 2022 13:34:16 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-bf3617d3-f4d9-441d-b744-1ee4401a240e', 'x-compute-request-id': 'req-bf3617d3-f4d9-441d-b744-1ee4401a240e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-615051422'} Body: b'' 2022-10-12 13:34:17,275 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/c7bdc622-4d66-4b16-b6dd-ab35a3a95c60 1.033s 2022-10-12 13:34:17,275 121907 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-081ea221-405c-4a4f-948b-cdce4b02bc4d', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:34:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/c7bdc622-4d66-4b16-b6dd-ab35a3a95c60'} Body: b'' 2022-10-12 13:34:17,326 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/c7bdc622-4d66-4b16-b6dd-ab35a3a95c60 0.050s 2022-10-12 13:34:17,326 121907 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-1bb84842-19f1-4115-a522-a642108ce030', 'date': 'Wed, 12 Oct 2022 13:34:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/c7bdc622-4d66-4b16-b6dd-ab35a3a95c60'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c7bdc622-4d66-4b16-b6dd-ab35a3a95c60 does not exist", "detail": ""}}' 2022-10-12 13:34:19,483 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/d02aa40a-c3fd-4f2a-87ab-2a557d3be0db 2.155s 2022-10-12 13:34:19,483 121907 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-ee2d26f0-9357-4b2b-a3a8-5940ef925873', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:34:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/d02aa40a-c3fd-4f2a-87ab-2a557d3be0db'} Body: b'' 2022-10-12 13:34:21,070 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/ports/f7385583-e515-418e-9141-044df785c1e4 1.586s 2022-10-12 13:34:21,070 121907 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-306962d9-0b1b-485d-97e2-d3148b1ac528', 'date': 'Wed, 12 Oct 2022 13:34:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports/f7385583-e515-418e-9141-044df785c1e4'} Body: b'' 2022-10-12 13:34:22,362 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/ports/6c1cd5e4-714c-419a-9c8e-1ed2af5e3fd3 1.291s 2022-10-12 13:34:22,363 121907 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-3458450a-a40e-4729-a44e-12e8058cc462', 'date': 'Wed, 12 Oct 2022 13:34:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports/6c1cd5e4-714c-419a-9c8e-1ed2af5e3fd3'} Body: b'' 2022-10-12 13:34:23,253 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/39a3ebc6-07c4-4256-9d41-4473f7e28ae9 0.890s 2022-10-12 13:34:23,253 121907 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-7cea3903-46f6-46d4-b704-d9d63243c6b6', 'date': 'Wed, 12 Oct 2022 13:34:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/39a3ebc6-07c4-4256-9d41-4473f7e28ae9'} Body: b'' 2022-10-12 13:34:24,650 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/f014981e-a0cd-484f-afdd-ad04a9eead9e 1.396s 2022-10-12 13:34:24,666 121907 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-91d290be-8cff-438d-af70-1b4fe94fb977', 'date': 'Wed, 12 Oct 2022 13:34:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/f014981e-a0cd-484f-afdd-ad04a9eead9e'} Body: b'' 2022-10-12 13:34:25,347 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/70319778-dea1-4833-8547-b0dd027157ad 0.681s 2022-10-12 13:34:25,348 121907 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-a2ba5141-5b61-4d70-b358-eee9ba80511e', 'date': 'Wed, 12 Oct 2022 13:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/70319778-dea1-4833-8547-b0dd027157ad'} Body: b'' 2022-10-12 13:34:26,232 121907 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/867068c2-2cbc-43ed-8aab-5387f0071de6 0.884s 2022-10-12 13:34:26,232 121907 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-af9e9722-55b8-4f2b-95f5-3e42ba213d9a', 'date': 'Wed, 12 Oct 2022 13:34:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/867068c2-2cbc-43ed-8aab-5387f0071de6'} 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-12 13:31:12,260 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes 1.538s 2022-10-12 13:31:12,261 121893 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-1893500223", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa1b6f1-847d-4d12-9afe-ba32f4b584c4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa1b6f1-847d-4d12-9afe-ba32f4b584c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:11.901929", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:31:12,330 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.057s 2022-10-12 13:31:12,331 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b51e779-b3e7-48bd-a028-7ac8eb0a08ee', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b51e779-b3e7-48bd-a028-7ac8eb0a08ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:13,407 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.062s 2022-10-12 13:31:13,407 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501237c2-ec8c-46fc-8070-32bdf2494e95', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501237c2-ec8c-46fc-8070-32bdf2494e95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:14,477 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.056s 2022-10-12 13:31:14,477 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11c1cf60-ef05-427b-84ea-6a1573220ccb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11c1cf60-ef05-427b-84ea-6a1573220ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:15,542 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.050s 2022-10-12 13:31:15,543 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6278831-974f-43f9-8e7e-6da343468ed1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6278831-974f-43f9-8e7e-6da343468ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:16,618 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.059s 2022-10-12 13:31:16,620 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe5d0e2-f2b8-40b7-a623-23a76eaf4f44', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe5d0e2-f2b8-40b7-a623-23a76eaf4f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:17,707 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.067s 2022-10-12 13:31:17,707 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a203c239-d90c-44b0-8c08-981bf36f089c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a203c239-d90c-44b0-8c08-981bf36f089c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:18,794 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.071s 2022-10-12 13:31:18,794 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb85d683-ee6b-43f5-8640-39066036ef5a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb85d683-ee6b-43f5-8640-39066036ef5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:19,869 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.060s 2022-10-12 13:31:19,869 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77188ddc-3d4c-4bd5-865c-db91b639d14e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77188ddc-3d4c-4bd5-865c-db91b639d14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:20,938 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.055s 2022-10-12 13:31:20,939 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96669cd5-e8b4-4d6d-8215-9b7aa6fc7bc0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96669cd5-e8b4-4d6d-8215-9b7aa6fc7bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:22,002 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.049s 2022-10-12 13:31:22,002 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a3a230-8a54-4979-ac55-4072489ebc7c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a3a230-8a54-4979-ac55-4072489ebc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:23,062 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.047s 2022-10-12 13:31:23,062 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f182431e-175c-4ba5-bf86-5920784866c8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f182431e-175c-4ba5-bf86-5920784866c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:24,143 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.067s 2022-10-12 13:31:24,144 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa352f9-064f-4ba2-85cd-86c4183ea93e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa352f9-064f-4ba2-85cd-86c4183ea93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:25,205 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.046s 2022-10-12 13:31:25,205 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ba3183c-7128-42c2-b9c2-a08565bdc14a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ba3183c-7128-42c2-b9c2-a08565bdc14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:26,270 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.051s 2022-10-12 13:31:26,270 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda427fb-43fe-45d7-8283-6cbde6dd3a25', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda427fb-43fe-45d7-8283-6cbde6dd3a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:27,340 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.057s 2022-10-12 13:31:27,340 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9b7a2c7-638e-4c79-a3f8-aa977e71a971', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9b7a2c7-638e-4c79-a3f8-aa977e71a971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:28,394 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.040s 2022-10-12 13:31:28,395 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11c0e5b-03d0-4412-89fa-16eaaf1edb20', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11c0e5b-03d0-4412-89fa-16eaaf1edb20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:29,457 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.049s 2022-10-12 13:31:29,457 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d183da5-d9ac-48fe-8e28-bc35d3466882', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d183da5-d9ac-48fe-8e28-bc35d3466882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:30,556 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.085s 2022-10-12 13:31:30,566 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c76eaff-b1fe-40e4-b04c-1334433ea766', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c76eaff-b1fe-40e4-b04c-1334433ea766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:31,652 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.072s 2022-10-12 13:31:31,652 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0803f7-6600-45fd-ab2f-6a46b2644ec0', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0803f7-6600-45fd-ab2f-6a46b2644ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:32,729 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.062s 2022-10-12 13:31:32,730 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d0d11a-e6bb-410c-9987-57b1be2020c5', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d0d11a-e6bb-410c-9987-57b1be2020c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:33,813 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.070s 2022-10-12 13:31:33,818 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb6e3d8-33c2-43f9-8c93-edf5c4232acc', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb6e3d8-33c2-43f9-8c93-edf5c4232acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:34,905 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.072s 2022-10-12 13:31:34,905 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d6c8d7-3d4a-4b22-ba31-223fe759e963', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d6c8d7-3d4a-4b22-ba31-223fe759e963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:35,979 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.059s 2022-10-12 13:31:35,979 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4f612f-f47f-4251-a928-3bc81467d308', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4f612f-f47f-4251-a928-3bc81467d308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:37,096 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.104s 2022-10-12 13:31:37,097 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65211507-0d85-457f-b124-3adfc720f2c0', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65211507-0d85-457f-b124-3adfc720f2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:38,184 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.068s 2022-10-12 13:31:38,184 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a736b5-d32d-46cd-8317-656133466d0e', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a736b5-d32d-46cd-8317-656133466d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:39,262 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.065s 2022-10-12 13:31:39,262 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef453a98-ba64-47ea-b25a-338906f48fdf', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef453a98-ba64-47ea-b25a-338906f48fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:40,321 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.045s 2022-10-12 13:31:40,321 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e115429a-441d-467e-a274-82a80f7e1661', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e115429a-441d-467e-a274-82a80f7e1661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:41,425 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.089s 2022-10-12 13:31:41,425 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208367ae-f171-4038-a399-8b3c8e3a2ac9', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208367ae-f171-4038-a399-8b3c8e3a2ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:42,522 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.082s 2022-10-12 13:31:42,522 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbad21f-d244-4f78-941c-7908adcdd92d', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbad21f-d244-4f78-941c-7908adcdd92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:43,595 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.059s 2022-10-12 13:31:43,595 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387eb73d-6443-4a80-b1ac-98fa3b90820c', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387eb73d-6443-4a80-b1ac-98fa3b90820c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:44,677 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.064s 2022-10-12 13:31:44,678 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be964e50-e8ff-4107-a61b-ec6dfa01a468', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be964e50-e8ff-4107-a61b-ec6dfa01a468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:30.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:45,784 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082 0.092s 2022-10-12 13:31:45,785 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9dc3cb-c4b7-40de-98e8-4acc6a05b304', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9dc3cb-c4b7-40de-98e8-4acc6a05b304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082'} Body: b'{"volume": {"id": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:12.000000", "updated_at": "2022-10-12T13:31:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1893500223", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/64fdab1d-0f89-4fa3-a3fa-056959bd4082"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:45,803 121893 INFO [tempest.common.waiters] volume 64fdab1d-0f89-4fa3-a3fa-056959bd4082 reached available after waiting for 33.803076 seconds 2022-10-12 13:31:46,376 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes 0.573s 2022-10-12 13:31:46,377 121893 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-840269241"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f7c7db-5a4a-4911-a56c-a9734134dcde', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f7c7db-5a4a-4911-a56c-a9734134dcde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes'} Body: b'{"volume": {"id": "c8a23ca3-0661-482e-be8e-3fc867ae0c88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:46.077154", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-840269241", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:31:46,436 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88 0.048s 2022-10-12 13:31:46,440 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea746e31-bd74-4fb9-84d3-455fe6f213ec', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea746e31-bd74-4fb9-84d3-455fe6f213ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88'} Body: b'{"volume": {"id": "c8a23ca3-0661-482e-be8e-3fc867ae0c88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:46.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-840269241", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:47,532 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88 0.079s 2022-10-12 13:31:47,533 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b64f56-0848-4736-865d-90faddaa8d65', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b64f56-0848-4736-865d-90faddaa8d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88'} Body: b'{"volume": {"id": "c8a23ca3-0661-482e-be8e-3fc867ae0c88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:46.000000", "updated_at": "2022-10-12T13:31:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-840269241", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:48,624 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88 0.076s 2022-10-12 13:31:48,625 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08944498-d513-4a3e-8693-19f5b388e124', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08944498-d513-4a3e-8693-19f5b388e124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88'} Body: b'{"volume": {"id": "c8a23ca3-0661-482e-be8e-3fc867ae0c88", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:46.000000", "updated_at": "2022-10-12T13:31:48.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-840269241", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/c8a23ca3-0661-482e-be8e-3fc867ae0c88"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:48,640 121893 INFO [tempest.common.waiters] volume c8a23ca3-0661-482e-be8e-3fc867ae0c88 reached available after waiting for 2.640182 seconds 2022-10-12 13:31:49,276 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes 0.635s 2022-10-12 13:31:49,277 121893 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-6323667"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883c9598-5173-4e42-91ec-62c3444b50b8', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883c9598-5173-4e42-91ec-62c3444b50b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes'} Body: b'{"volume": {"id": "0fe95185-eca8-4faa-ba90-9526d6dc96c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:48.986956", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-6323667", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:31:49,412 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4 0.122s 2022-10-12 13:31:49,412 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3584e7b2-b8f3-47c4-8ee6-b1175d56a6e1', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3584e7b2-b8f3-47c4-8ee6-b1175d56a6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4'} Body: b'{"volume": {"id": "0fe95185-eca8-4faa-ba90-9526d6dc96c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-6323667", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:50,494 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4 0.067s 2022-10-12 13:31:50,495 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df18346-0015-413c-98d5-da20b6243c69', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df18346-0015-413c-98d5-da20b6243c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4'} Body: b'{"volume": {"id": "0fe95185-eca8-4faa-ba90-9526d6dc96c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:49.000000", "updated_at": "2022-10-12T13:31:50.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-6323667", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:51,592 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4 0.084s 2022-10-12 13:31:51,593 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9802f15-22f3-4e80-9981-53624fa40e70', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9802f15-22f3-4e80-9981-53624fa40e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4'} Body: b'{"volume": {"id": "0fe95185-eca8-4faa-ba90-9526d6dc96c4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:31:49.000000", "updated_at": "2022-10-12T13:31:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-6323667", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9563afdd8e5d44168520840b728589f0/volumes/0fe95185-eca8-4faa-ba90-9526d6dc96c4"}], "user_id": "33ac777507b74ece99233cb1fbfb6160", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:51,612 121893 INFO [tempest.common.waiters] volume 0fe95185-eca8-4faa-ba90-9526d6dc96c4 reached available after waiting for 2.612859 seconds 2022-10-12 13:31:52,291 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.678s 2022-10-12 13:31:52,291 121893 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-934607596"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1bdb470e-330f-4ee2-ba05-c6e63b05469c', 'date': 'Wed, 12 Oct 2022 13:31:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f2039d0e-5670-4ee5-896b-8bb69ef6c71b","name":"tempest-device-tagging-net1-934607596","tenant_id":"9563afdd8e5d44168520840b728589f0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9563afdd8e5d44168520840b728589f0","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-12T13:31:51Z","updated_at":"2022-10-12T13:31:51Z","revision_number":1}}' 2022-10-12 13:31:52,754 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.455s 2022-10-12 13:31:52,755 121893 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-398639052"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e4cc37f3-cff4-4461-b007-7dc86e903c4d', 'date': 'Wed, 12 Oct 2022 13:31:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"6dd4ea29-42ce-4139-87c6-97c6ea8399ac","name":"tempest-device-tagging-net2-398639052","tenant_id":"9563afdd8e5d44168520840b728589f0","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9563afdd8e5d44168520840b728589f0","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-12T13:31:52Z","updated_at":"2022-10-12T13:31:52Z","revision_number":1}}' 2022-10-12 13:31:53,832 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.076s 2022-10-12 13:31:53,832 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "f2039d0e-5670-4ee5-896b-8bb69ef6c71b", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-ac43223e-8b8c-4cdc-a1a0-c5ef17829576', 'date': 'Wed, 12 Oct 2022 13:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"d954dad1-669d-4ea3-a70f-8cbdd7820222","name":"","tenant_id":"9563afdd8e5d44168520840b728589f0","network_id":"f2039d0e-5670-4ee5-896b-8bb69ef6c71b","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-12T13:31:53Z","updated_at":"2022-10-12T13:31:53Z","revision_number":0,"project_id":"9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:54,938 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.105s 2022-10-12 13:31:54,938 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "6dd4ea29-42ce-4139-87c6-97c6ea8399ac", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b0749c4e-d3e2-415e-8d2c-5dae97352ba3', 'date': 'Wed, 12 Oct 2022 13:31:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f2d6eec3-0d67-45cd-b813-2a20021f5020","name":"","tenant_id":"9563afdd8e5d44168520840b728589f0","network_id":"6dd4ea29-42ce-4139-87c6-97c6ea8399ac","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-12T13:31:54Z","updated_at":"2022-10-12T13:31:54Z","revision_number":0,"project_id":"9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:31:57,343 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/ports 2.404s 2022-10-12 13:31:57,344 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "f2039d0e-5670-4ee5-896b-8bb69ef6c71b", "name": "tempest-TaggedBootDevicesTest_v242-1649295443", "fixed_ips": [{"subnet_id": "d954dad1-669d-4ea3-a70f-8cbdd7820222"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-cc0139b4-9ac6-4198-8270-fa8fb92a9dcc', 'date': 'Wed, 12 Oct 2022 13:31:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"991a1e71-698a-4fd0-a6dd-1891bed46364","name":"tempest-TaggedBootDevicesTest_v242-1649295443","network_id":"f2039d0e-5670-4ee5-896b-8bb69ef6c71b","tenant_id":"9563afdd8e5d44168520840b728589f0","mac_address":"fa:16:3e:bb:3f:fb","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d954dad1-669d-4ea3-a70f-8cbdd7820222","ip_address":"10.1.1.19"}],"project_id":"9563afdd8e5d44168520840b728589f0","port_security_enabled":true,"security_groups":["8a505291-c308-4fad-8fbd-ba0af90c8fb3"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-12T13:31:55Z","updated_at":"2022-10-12T13:31:55Z","revision_number":1}}' 2022-10-12 13:31:59,126 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52:9696/networking/v2.0/ports 1.781s 2022-10-12 13:31:59,126 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "f2039d0e-5670-4ee5-896b-8bb69ef6c71b", "name": "tempest-TaggedBootDevicesTest_v242-1252803836", "fixed_ips": [{"subnet_id": "d954dad1-669d-4ea3-a70f-8cbdd7820222"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-a20b1ec1-e0bc-40cc-923f-8a7d1f98332a', 'date': 'Wed, 12 Oct 2022 13:31:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c4ba1c41-5f12-4a64-b156-7721c68ac99f","name":"tempest-TaggedBootDevicesTest_v242-1252803836","network_id":"f2039d0e-5670-4ee5-896b-8bb69ef6c71b","tenant_id":"9563afdd8e5d44168520840b728589f0","mac_address":"fa:16:3e:b8:d9:b6","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d954dad1-669d-4ea3-a70f-8cbdd7820222","ip_address":"10.1.1.13"}],"project_id":"9563afdd8e5d44168520840b728589f0","port_security_enabled":true,"security_groups":["8a505291-c308-4fad-8fbd-ba0af90c8fb3"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-10-12T13:31:58Z","updated_at":"2022-10-12T13:31:58Z","revision_number":1}}' 2022-10-12 13:31:59,126 121893 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:31:59,127 121893 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:31:59,321 121893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.191s 2022-10-12 13:31:59,322 121893 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-1042952464", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNcBNJAlJwyYeGm0iLoUqzJMASAGarGr+BaNi3Rjuwqev5kWVPnCuwq4fESFy3EJqBhnmMYMuhKBP014bImtmFsSelmYQSAt+9c8eDOjdR0P2r1LbK5I3/NgvpIwX04Vmg=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3718ef62-6b3d-43d8-85e3-0be6fb41c6a0', 'x-compute-request-id': 'req-3718ef62-6b3d-43d8-85e3-0be6fb41c6a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1042952464", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNcBNJAlJwyYeGm0iLoUqzJMASAGarGr+BaNi3Rjuwqev5kWVPnCuwq4fESFy3EJqBhnmMYMuhKBP014bImtmFsSelmYQSAt+9c8eDOjdR0P2r1LbK5I3/NgvpIwX04Vmg==", "fingerprint": "bd:1e:45:a9:0f:ac:34:48:f7:66:82:9b:c3:d7:e8:65", "user_id": "33ac777507b74ece99233cb1fbfb6160"}}' 2022-10-12 13:31:59,325 121893 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1042952464 created 2022-10-12 13:32:00,156 121893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.830s 2022-10-12 13:32:00,156 121893 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--1253571309", "description": "tempest-description--270954350"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-f693133e-ecd9-4db5-9053-593b97b96064', 'date': 'Wed, 12 Oct 2022 13:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "name": "tempest-securitygroup--1253571309", "stateful": true, "tenant_id": "9563afdd8e5d44168520840b728589f0", "description": "tempest-description--270954350", "shared": false, "security_group_rules": [{"id": "1c9fa98a-92cf-4b5d-99c4-6b050b34484b", "tenant_id": "9563afdd8e5d44168520840b728589f0", "security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "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": 1532, "description": null, "tags": [], "created_at": "2022-10-12T13:31:59Z", "updated_at": "2022-10-12T13:31:59Z", "revision_number": 0, "project_id": "9563afdd8e5d44168520840b728589f0"}, {"id": "dab8daed-e2e9-4463-80df-2dd4f1cb5aec", "tenant_id": "9563afdd8e5d44168520840b728589f0", "security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "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": 1531, "description": null, "tags": [], "created_at": "2022-10-12T13:31:59Z", "updated_at": "2022-10-12T13:31:59Z", "revision_number": 0, "project_id": "9563afdd8e5d44168520840b728589f0"}], "tags": [], "created_at": "2022-10-12T13:31:59Z", "updated_at": "2022-10-12T13:31:59Z", "revision_number": 1, "project_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:32:00,648 121893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.491s 2022-10-12 13:32:00,649 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "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-bb1eb665-78fd-44f6-b7d5-6320e3a91a53', 'date': 'Wed, 12 Oct 2022 13:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4db1620-fe3a-419d-a5e9-0bb17776c3d9", "tenant_id": "9563afdd8e5d44168520840b728589f0", "security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "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-12T13:32:00Z", "updated_at": "2022-10-12T13:32:00Z", "revision_number": 0, "project_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:32:00,966 121893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.317s 2022-10-12 13:32:00,967 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0479a4db-7367-4cba-ad7c-0a19f4466bc0', 'date': 'Wed, 12 Oct 2022 13:32:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a69b442b-aa33-46eb-964d-3a9bed1ece27", "tenant_id": "9563afdd8e5d44168520840b728589f0", "security_group_id": "acb2c427-347d-4d2f-bd92-c84dbb9807e2", "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-12T13:32:00Z", "updated_at": "2022-10-12T13:32:00Z", "revision_number": 0, "project_id": "9563afdd8e5d44168520840b728589f0"}}' 2022-10-12 13:32:00,967 121893 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1253571309 created 2022-10-12 13:32:02,875 121893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 1.906s 2022-10-12 13:32:02,892 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-c59ac795-f424-47f1-bed6-66a0f9092b31', 'date': 'Wed, 12 Oct 2022 13:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12480994-b216-41fd-8080-a746abba096c", "tenant_id": "9563afdd8e5d44168520840b728589f0", "floating_ip_address": "172.25.2.117", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9563afdd8e5d44168520840b728589f0", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:32:01Z", "updated_at": "2022-10-12T13:32:01Z", "revision_number": 0}}' 2022-10-12 13:32:02,893 121893 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12480994-b216-41fd-8080-a746abba096c', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'floating_ip_address': '172.25.2.117', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9563afdd8e5d44168520840b728589f0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:32:01Z', 'updated_at': '2022-10-12T13:32:01Z', 'revision_number': 0, 'ip': '172.25.2.117'} created 2022-10-12 13:32:03,701 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.801s 2022-10-12 13:32:03,701 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:32:02 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-636f2ea8-f267-40d2-8408-4ee41d7a5a1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "33ac777507b74ece99233cb1fbfb6160", "name": "tempest-TaggedBootDevicesTest_v242-1693284857-project", "password_expires_at": null}, "audit_ids": ["paZ-ziNeQYGT54WdxnCV0A"], "expires_at": "2022-10-12T14:32:03.000000Z", "issued_at": "2022-10-12T13:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9563afdd8e5d44168520840b728589f0", "name": "tempest-TaggedBootDevicesTest_v242-1693284857"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:32:03,702 121893 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'b2b06842-41ad-4559-a787-709a1c5df127', 'name': 'tempest-TaggedBootDevicesTest_v242-903078973-network', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9563afdd8e5d44168520840b728589f0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:30:44Z', 'updated_at': '2022-10-12T13:30:44Z', 'revision_number': 1} available for tenant 2022-10-12 13:32:04,384 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.676s 2022-10-12 13:32:04,384 121893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:32:03 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-ed191bc1-874f-4e48-a846-789fbdb4496a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "33ac777507b74ece99233cb1fbfb6160", "name": "tempest-TaggedBootDevicesTest_v242-1693284857-project", "password_expires_at": null}, "audit_ids": ["TjOMorTmRYmEnb6vapFogA"], "expires_at": "2022-10-12T14:32:04.000000Z", "issued_at": "2022-10-12T13:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9563afdd8e5d44168520840b728589f0", "name": "tempest-TaggedBootDevicesTest_v242-1693284857"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9563afdd8e5d44168520840b728589f0", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:32:04,385 121893 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'b2b06842-41ad-4559-a787-709a1c5df127', 'name': 'tempest-TaggedBootDevicesTest_v242-903078973-network', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9563afdd8e5d44168520840b728589f0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:30:44Z', 'updated_at': '2022-10-12T13:30:44Z', 'revision_number': 1} available for tenant 2022-10-12 13:32:04,385 121893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1042952464', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNcBNJAlJwyYeGm0iLoUqzJMASAGarGr+BaNi3Rjuwqev5kWVPnCuwq4fESFy3EJqBhnmMYMuhKBP014bImtmFsSelmYQSAt+9c8eDOjdR0P2r1LbK5I3/NgvpIwX04Vmg==', 'fingerprint': 'bd:1e:45:a9:0f:ac:34:48:f7:66:82:9b:c3:d7:e8:65', 'user_id': '33ac777507b74ece99233cb1fbfb6160', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC2qgaPUEII/AgBaFcgIgZ72AhgsKL3POUY8z1LwtjeeGbMbS58Xcz8\nxwIkOyO2GSygBwYFK4EEACKhZANiAATXATSQJScMmHhptIi6FKsyTAEgBmqxq/gW\njYt0Y7sKnr+ZFlT5wrsKuHxEhctxCagYZ5jGDLoSgT9NeGyJrZhbEnpZmEEgLfvX\nPHgzo3UdD9q9S2yuSN/zYL6SMF9OFZo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'acb2c427-347d-4d2f-bd92-c84dbb9807e2', 'name': 'tempest-securitygroup--1253571309', 'stateful': True, 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'description': 'tempest-description--270954350', 'shared': False, 'security_group_rules': [{'id': '1c9fa98a-92cf-4b5d-99c4-6b050b34484b', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'security_group_id': 'acb2c427-347d-4d2f-bd92-c84dbb9807e2', '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': 1532, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:31:59Z', 'updated_at': '2022-10-12T13:31:59Z', 'revision_number': 0, 'project_id': '9563afdd8e5d44168520840b728589f0'}, {'id': 'dab8daed-e2e9-4463-80df-2dd4f1cb5aec', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'security_group_id': 'acb2c427-347d-4d2f-bd92-c84dbb9807e2', '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': 1531, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:31:59Z', 'updated_at': '2022-10-12T13:31:59Z', 'revision_number': 0, 'project_id': '9563afdd8e5d44168520840b728589f0'}], 'tags': [], 'created_at': '2022-10-12T13:31:59Z', 'updated_at': '2022-10-12T13:31:59Z', 'revision_number': 1, 'project_id': '9563afdd8e5d44168520840b728589f0'}, 'floating_ip': {'id': '12480994-b216-41fd-8080-a746abba096c', 'tenant_id': '9563afdd8e5d44168520840b728589f0', 'floating_ip_address': '172.25.2.117', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9563afdd8e5d44168520840b728589f0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:32:01Z', 'updated_at': '2022-10-12T13:32:01Z', 'revision_number': 0, 'ip': '172.25.2.117'}} 2022-10-12 13:32:05,962 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://10.222.0.52/compute/v2.1/servers 1.571s 2022-10-12 13:32:05,963 121893 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-170793538", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "b2b06842-41ad-4559-a787-709a1c5df127"}, {"port": "991a1e71-698a-4fd0-a6dd-1891bed46364", "tag": "port-1"}, {"port": "c4ba1c41-5f12-4a64-b156-7721c68ac99f", "tag": "port-2"}, {"uuid": "f2039d0e-5670-4ee5-896b-8bb69ef6c71b", "tag": "net-1"}, {"uuid": "f2039d0e-5670-4ee5-896b-8bb69ef6c71b"}, {"uuid": "6dd4ea29-42ce-4139-87c6-97c6ea8399ac", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "6dd4ea29-42ce-4139-87c6-97c6ea8399ac", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "64fdab1d-0f89-4fa3-a3fa-056959bd4082", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "c8a23ca3-0661-482e-be8e-3fc867ae0c88", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "0fe95185-eca8-4faa-ba90-9526d6dc96c4", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1253571309"}], "key_name": "tempest-keypair-1042952464", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:32:04 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-6287a840-4a03-468e-918b-ec36074bd979', 'x-compute-request-id': 'req-6287a840-4a03-468e-918b-ec36074bd979', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:32:06,098 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1042952464 0.130s 2022-10-12 13:32:06,099 121893 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': 'Wed, 12 Oct 2022 13:32:05 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-e39c83e2-c96d-46d1-9e1a-b12da986ef6a', 'x-compute-request-id': 'req-e39c83e2-c96d-46d1-9e1a-b12da986ef6a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1042952464'} Body: b'' 2022-10-12 13:32:06,605 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/acb2c427-347d-4d2f-bd92-c84dbb9807e2 0.505s 2022-10-12 13:32:06,605 121893 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-368bac49-4ba7-4010-98a3-9249fab49142', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:32:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/acb2c427-347d-4d2f-bd92-c84dbb9807e2'} Body: b'' 2022-10-12 13:32:06,627 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/acb2c427-347d-4d2f-bd92-c84dbb9807e2 0.021s 2022-10-12 13:32:06,627 121893 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-5c504d90-54ab-4aaa-abec-6119914b3b6c', 'date': 'Wed, 12 Oct 2022 13:32:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/acb2c427-347d-4d2f-bd92-c84dbb9807e2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group acb2c427-347d-4d2f-bd92-c84dbb9807e2 does not exist", "detail": ""}}' 2022-10-12 13:32:07,794 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/12480994-b216-41fd-8080-a746abba096c 1.166s 2022-10-12 13:32:07,795 121893 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-24ce7c23-6146-4aa9-9e00-4ef9ce3ae5ae', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:32:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/12480994-b216-41fd-8080-a746abba096c'} Body: b'' 2022-10-12 13:32:08,713 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/ports/c4ba1c41-5f12-4a64-b156-7721c68ac99f 0.918s 2022-10-12 13:32:08,714 121893 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-16ce1588-e43a-4528-bf5d-ef74590be016', 'date': 'Wed, 12 Oct 2022 13:32:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports/c4ba1c41-5f12-4a64-b156-7721c68ac99f'} Body: b'' 2022-10-12 13:32:09,835 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/ports/991a1e71-698a-4fd0-a6dd-1891bed46364 1.121s 2022-10-12 13:32:09,836 121893 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-1dd40259-a57d-46d9-838e-9afe38f90616', 'date': 'Wed, 12 Oct 2022 13:32:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/ports/991a1e71-698a-4fd0-a6dd-1891bed46364'} Body: b'' 2022-10-12 13:32:10,402 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/f2d6eec3-0d67-45cd-b813-2a20021f5020 0.566s 2022-10-12 13:32:10,403 121893 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-f2398e58-fdd3-4dcb-b030-f096deae878d', 'date': 'Wed, 12 Oct 2022 13:32:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/f2d6eec3-0d67-45cd-b813-2a20021f5020'} Body: b'' 2022-10-12 13:32:11,321 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/d954dad1-669d-4ea3-a70f-8cbdd7820222 0.918s 2022-10-12 13:32:11,322 121893 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-b16e6f05-6f76-4fb0-ad5c-5f7973e55b35', 'date': 'Wed, 12 Oct 2022 13:32:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/d954dad1-669d-4ea3-a70f-8cbdd7820222'} Body: b'' 2022-10-12 13:32:11,912 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/6dd4ea29-42ce-4139-87c6-97c6ea8399ac 0.590s 2022-10-12 13:32:11,912 121893 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-f61bb29d-ebb9-4558-baf1-eba20666723c', 'date': 'Wed, 12 Oct 2022 13:32:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/6dd4ea29-42ce-4139-87c6-97c6ea8399ac'} Body: b'' 2022-10-12 13:32:12,794 121893 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/f2039d0e-5670-4ee5-896b-8bb69ef6c71b 0.881s 2022-10-12 13:32:12,794 121893 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-37bd36a2-4410-42df-aac2-d3c579f9f44f', 'date': 'Wed, 12 Oct 2022 13:32:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/f2039d0e-5670-4ee5-896b-8bb69ef6c71b'} 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-12 13:25:23,121 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.329s 2022-10-12 13:25:23,121 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:22 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-b09cbef5-12ca-4fe3-8acd-2688d76d48f0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c668dcd6146848ebb9de7588ec4d904e", "name": "tempest-ServerDiskConfigTestJSON-1046146961-project", "password_expires_at": null}, "audit_ids": ["B3Mq7oMLToCHe_vGTgaBLA"], "expires_at": "2022-10-12T14:25:23.000000Z", "issued_at": "2022-10-12T13:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc18be752514e799544693e268783ab", "name": "tempest-ServerDiskConfigTestJSON-1046146961"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:25:23,122 121895 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': '2df6364f-ce5c-482f-b06b-f520fdb78c8f', 'name': 'tempest-ServerDiskConfigTestJSON-1564381803-network', 'tenant_id': '2fc18be752514e799544693e268783ab', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2fc18be752514e799544693e268783ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:09Z', 'updated_at': '2022-10-12T13:25:09Z', 'revision_number': 1} available for tenant 2022-10-12 13:25:24,841 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 500 POST http://10.222.0.52/compute/v2.1/servers 1.717s 2022-10-12 13:25:24,841 121895 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-452204168", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2df6364f-ce5c-482f-b06b-f520fdb78c8f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-7ef032f4-b678-435e-a4fb-fbed6309e2aa', 'x-compute-request-id': 'req-7ef032f4-b678-435e-a4fb-fbed6309e2aa', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:25:25,092 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.234s 2022-10-12 13:25:25,093 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-08248d61-06e2-4b35-b536-7efed9f864c1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c668dcd6146848ebb9de7588ec4d904e", "name": "tempest-ServerDiskConfigTestJSON-1046146961-project", "password_expires_at": null}, "audit_ids": ["AHVHQGkpSeGVB0D_lu1dFQ"], "expires_at": "2022-10-12T14:25:24.000000Z", "issued_at": "2022-10-12T13:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc18be752514e799544693e268783ab", "name": "tempest-ServerDiskConfigTestJSON-1046146961"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:25:25,093 121895 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': '2df6364f-ce5c-482f-b06b-f520fdb78c8f', 'name': 'tempest-ServerDiskConfigTestJSON-1564381803-network', 'tenant_id': '2fc18be752514e799544693e268783ab', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2fc18be752514e799544693e268783ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:09Z', 'updated_at': '2022-10-12T13:25:09Z', 'revision_number': 1} available for tenant 2022-10-12 13:25:26,275 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 500 POST http://10.222.0.52/compute/v2.1/servers 1.181s 2022-10-12 13:25:26,275 121895 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-924117201", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2df6364f-ce5c-482f-b06b-f520fdb78c8f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-557ef8e6-57e7-48d6-b2fc-14275a8f69a6', 'x-compute-request-id': 'req-557ef8e6-57e7-48d6-b2fc-14275a8f69a6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:25:26,519 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.235s 2022-10-12 13:25:26,519 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:25: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-3613bed2-238e-49b0-b0f8-fd3468ebcfe0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c668dcd6146848ebb9de7588ec4d904e", "name": "tempest-ServerDiskConfigTestJSON-1046146961-project", "password_expires_at": null}, "audit_ids": ["E-f1R6ZKRySrqd5tDNkWMw"], "expires_at": "2022-10-12T14:25:26.000000Z", "issued_at": "2022-10-12T13:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2fc18be752514e799544693e268783ab", "name": "tempest-ServerDiskConfigTestJSON-1046146961"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/2fc18be752514e799544693e268783ab", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:25:26,520 121895 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': '2df6364f-ce5c-482f-b06b-f520fdb78c8f', 'name': 'tempest-ServerDiskConfigTestJSON-1564381803-network', 'tenant_id': '2fc18be752514e799544693e268783ab', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2fc18be752514e799544693e268783ab', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 303, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:09Z', 'updated_at': '2022-10-12T13:25:09Z', 'revision_number': 1} available for tenant 2022-10-12 13:25:29,167 121895 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 500 POST http://10.222.0.52/compute/v2.1/servers 2.647s 2022-10-12 13:25:29,168 121895 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-524920511", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2df6364f-ce5c-482f-b06b-f520fdb78c8f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13: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-749df3eb-29e3-439a-9c86-b5d804412239', 'x-compute-request-id': 'req-749df3eb-29e3-439a-9c86-b5d804412239', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:57:08,893 177819 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.033s 2022-10-12 13:57:08,894 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:57:08 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-dd028e89-6731-4b0c-9b85-d57d2f723a9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7b0bea5e0fc4df88f9b36f68bfe9f64", "name": "tempest-ServerDiskConfigTestJSON-302345585-project", "password_expires_at": null}, "audit_ids": ["Evn1YvgYQ86XACN0F4Bl4w"], "expires_at": "2022-10-12T14:57:08.000000Z", "issued_at": "2022-10-12T13:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b2c4aef8c744f388ef21dcc23b5ddc", "name": "tempest-ServerDiskConfigTestJSON-302345585"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:57:08,896 177819 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': '6ddab9f3-bd6f-476f-8fc0-263193d10b9b', 'name': 'tempest-ServerDiskConfigTestJSON-634156495-network', 'tenant_id': '86b2c4aef8c744f388ef21dcc23b5ddc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '86b2c4aef8c744f388ef21dcc23b5ddc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 315, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:57:03Z', 'updated_at': '2022-10-12T13:57:03Z', 'revision_number': 1} available for tenant 2022-10-12 13:57:09,315 177819 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 500 POST http://10.222.0.52/compute/v2.1/servers 0.417s 2022-10-12 13:57:09,315 177819 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-935739291", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "6ddab9f3-bd6f-476f-8fc0-263193d10b9b"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:57: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-4835625e-5e6e-4657-90b1-f8458781bb0e', 'x-compute-request-id': 'req-4835625e-5e6e-4657-90b1-f8458781bb0e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:57:09,357 177819 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 13:57:09,357 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:57:09 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-e5293aae-bb04-42e0-84bd-bb021458de2f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7b0bea5e0fc4df88f9b36f68bfe9f64", "name": "tempest-ServerDiskConfigTestJSON-302345585-project", "password_expires_at": null}, "audit_ids": ["Ipzx0PCdRhKVyQZkGtkQ8g"], "expires_at": "2022-10-12T14:57:09.000000Z", "issued_at": "2022-10-12T13:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86b2c4aef8c744f388ef21dcc23b5ddc", "name": "tempest-ServerDiskConfigTestJSON-302345585"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/86b2c4aef8c744f388ef21dcc23b5ddc", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:57:09,358 177819 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': '6ddab9f3-bd6f-476f-8fc0-263193d10b9b', 'name': 'tempest-ServerDiskConfigTestJSON-634156495-network', 'tenant_id': '86b2c4aef8c744f388ef21dcc23b5ddc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '86b2c4aef8c744f388ef21dcc23b5ddc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 315, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:57:03Z', 'updated_at': '2022-10-12T13:57:03Z', 'revision_number': 1} available for tenant 2022-10-12 13:57:09,653 177819 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 500 POST http://10.222.0.52/compute/v2.1/servers 0.294s 2022-10-12 13:57:09,653 177819 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-948436963", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "6ddab9f3-bd6f-476f-8fc0-263193d10b9b"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:57: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-c8c382be-2a0a-4f30-b142-4c822c195d7e', 'x-compute-request-id': 'req-c8c382be-2a0a-4f30-b142-4c822c195d7e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:27:05,680 121903 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.078s 2022-10-12 13:27:05,680 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:05 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-10619b6c-6a25-4674-998d-2cc33982b53d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c843ba35080145219a56af0c01486088", "name": "tempest-InstanceActionsV221TestJSON-1902205249-project", "password_expires_at": null}, "audit_ids": ["xfM8H3OASDSWDg0xxxw9wA"], "expires_at": "2022-10-12T14:27:05.000000Z", "issued_at": "2022-10-12T13:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "649bcce722ae484d90a970f360654cd3", "name": "tempest-InstanceActionsV221TestJSON-1902205249"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/649bcce722ae484d90a970f360654cd3", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_649bcce722ae484d90a970f360654cd3", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/649bcce722ae484d90a970f360654cd3", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/649bcce722ae484d90a970f360654cd3", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:27:05,681 121903 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '23bfac9d-1d0b-4d1e-a9ab-f2da7237c4d1', 'name': 'tempest-InstanceActionsV221TestJSON-1580061566-network', 'tenant_id': '649bcce722ae484d90a970f360654cd3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '649bcce722ae484d90a970f360654cd3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 328, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:26:51Z', 'updated_at': '2022-10-12T13:26:51Z', 'revision_number': 1} available for tenant 2022-10-12 13:27:06,579 121903 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 500 POST http://10.222.0.52/compute/v2.1/servers 0.897s 2022-10-12 13:27:06,579 121903 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-907917413", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "23bfac9d-1d0b-4d1e-a9ab-f2da7237c4d1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:05 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-ba52cc07-cb96-4776-afe5-2368f588d277', 'x-compute-request-id': 'req-ba52cc07-cb96-4776-afe5-2368f588d277', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:22,506 121895 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.061s 2022-10-12 13:26:22,506 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:22 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-49c4ff4b-5fdd-4b4e-a0b7-5fe87567cdee', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87e086e5b4c04021b25295f6d36a1292", "name": "tempest-MultipleCreateTestJSON-314076388-project", "password_expires_at": null}, "audit_ids": ["IoaYKB6pQg6f6soYhI3Z0A"], "expires_at": "2022-10-12T14:26:22.000000Z", "issued_at": "2022-10-12T13:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbdebd56134d4353a14a7171b0110878", "name": "tempest-MultipleCreateTestJSON-314076388"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:22,507 121895 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': '5739dc36-1178-4983-af4e-d7fbfc4e1c30', 'name': 'tempest-MultipleCreateTestJSON-1564071679-network', 'tenant_id': 'cbdebd56134d4353a14a7171b0110878', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cbdebd56134d4353a14a7171b0110878', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:54Z', 'updated_at': '2022-10-12T13:25:55Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:27,156 121895 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 500 POST http://10.222.0.52/compute/v2.1/servers 4.648s 2022-10-12 13:26:27,156 121895 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-704294641", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "min_count": 2, "networks": [{"uuid": "5739dc36-1178-4983-af4e-d7fbfc4e1c30"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-bf8c750f-9ccc-407c-b223-6cbbc15055e2', 'x-compute-request-id': 'req-bf8c750f-9ccc-407c-b223-6cbbc15055e2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:26:27,241 121895 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.077s 2022-10-12 13:26:27,241 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-994edc7a-1ded-4904-8f41-a9d424ddf4e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87e086e5b4c04021b25295f6d36a1292", "name": "tempest-MultipleCreateTestJSON-314076388-project", "password_expires_at": null}, "audit_ids": ["TwUdN6U_Td-6SwjgsLPLkw"], "expires_at": "2022-10-12T14:26:27.000000Z", "issued_at": "2022-10-12T13:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbdebd56134d4353a14a7171b0110878", "name": "tempest-MultipleCreateTestJSON-314076388"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/cbdebd56134d4353a14a7171b0110878", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:26:27,242 121895 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': '5739dc36-1178-4983-af4e-d7fbfc4e1c30', 'name': 'tempest-MultipleCreateTestJSON-1564071679-network', 'tenant_id': 'cbdebd56134d4353a14a7171b0110878', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cbdebd56134d4353a14a7171b0110878', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:25:54Z', 'updated_at': '2022-10-12T13:25:55Z', 'revision_number': 1} available for tenant 2022-10-12 13:26:30,237 121895 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 500 POST http://10.222.0.52/compute/v2.1/servers 2.994s 2022-10-12 13:26:30,237 121895 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-1671123327", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "5739dc36-1178-4983-af4e-d7fbfc4e1c30"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:26: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-fdd4a185-dfb5-4b4a-bafe-1cf53d094ad7', 'x-compute-request-id': 'req-fdd4a185-dfb5-4b4a-bafe-1cf53d094ad7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:27:47,750 121903 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.188s 2022-10-12 13:27:47,750 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:27:47 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-a6ce846d-a7ae-449e-8146-fa9df7c1592d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd65d424f3f849a6b5ba76424180cbe0", "name": "tempest-ServerGroupTestJSON-1595902739-project", "password_expires_at": null}, "audit_ids": ["auI3J8a1R82YOu3r5k9Y6w"], "expires_at": "2022-10-12T14:27:47.000000Z", "issued_at": "2022-10-12T13:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afa1043155484749898bcf5166a35c07", "name": "tempest-ServerGroupTestJSON-1595902739"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/afa1043155484749898bcf5166a35c07", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_afa1043155484749898bcf5166a35c07", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/afa1043155484749898bcf5166a35c07", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/afa1043155484749898bcf5166a35c07", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:27:47,751 121903 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': '2135124e-db59-4900-907e-0706594e0686', 'name': 'tempest-ServerGroupTestJSON-761530040-network', 'tenant_id': 'afa1043155484749898bcf5166a35c07', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afa1043155484749898bcf5166a35c07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 340, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:27:28Z', 'updated_at': '2022-10-12T13:27:28Z', 'revision_number': 1} available for tenant 2022-10-12 13:27:49,271 121903 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 500 POST http://10.222.0.52/compute/v2.1/servers 1.519s 2022-10-12 13:27:49,271 121903 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-430387422", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "2135124e-db59-4900-907e-0706594e0686"}]}, "os:scheduler_hints": {"group": "f138325f-2f7e-4f3d-bfdc-b8b30eeeb4f1"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13: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-3e05b889-c6fd-4778-8719-c7b769ff468b', 'x-compute-request-id': 'req-3e05b889-c6fd-4778-8719-c7b769ff468b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:20,524 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.126s 2022-10-12 13:37:20,525 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:20 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-83c61fd9-643a-4d56-85a2-51fa251bd292', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["P2P35_VQQD2qd9EdhAZUlg"], "expires_at": "2022-10-12T14:37:20.000000Z", "issued_at": "2022-10-12T13:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:20,525 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:23,108 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 500 POST http://10.222.0.52/compute/v2.1/servers 2.582s 2022-10-12 13:37:23,108 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-2026326917", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-453df6ff-7358-4d5b-bd6f-879dff735dfa', 'x-compute-request-id': 'req-453df6ff-7358-4d5b-bd6f-879dff735dfa', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:23,109 121907 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-12 13:37:23,782 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.662s 2022-10-12 13:37:23,783 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:23 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-0a085be3-760a-4610-9dde-1f25a8610594', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["XvDEzcT2RweIN2N1o8jhtw"], "expires_at": "2022-10-12T14:37:23.000000Z", "issued_at": "2022-10-12T13:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:23,783 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_admin_password) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:24,877 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 500 POST http://10.222.0.52/compute/v2.1/servers 1.093s 2022-10-12 13:37:24,877 121907 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-1679446536", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "testpassword", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-1c1bd39b-6f92-4e7e-b8be-d3fc3a998868', 'x-compute-request-id': 'req-1c1bd39b-6f92-4e7e-b8be-d3fc3a998868', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:25,515 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.624s 2022-10-12 13:37:25,516 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:24 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-8aa30be2-1a7d-419e-98bd-2b6e29156b2b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["iFzXLbonTheyHPbm7v1Mkg"], "expires_at": "2022-10-12T14:37:25.000000Z", "issued_at": "2022-10-12T13:37:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:25,516 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:27,927 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 500 POST http://10.222.0.52/compute/v2.1/servers 2.410s 2022-10-12 13:37:27,927 121907 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-1340189616", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-27f3e2ce-ecc9-495c-8328-ab3fdce6ddd5', 'x-compute-request-id': 'req-27f3e2ce-ecc9-495c-8328-ab3fdce6ddd5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:28,110 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.177s 2022-10-12 13:37:28,116 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-828014794", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBApOGeYEWjB7qvAXpSg5wbCqSCmK0dU9xVEo9gQT3ElWLjloDeMLk87OG93hhHh7PUBo4a7qyYYlPnyCOa/o13SKLym7bNDyc8ceQ+nLDHbKD16V/aYL6G3JPtW3FKDT0w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7507cf4a-e2c2-4d02-84d2-566e32cc52ef', 'x-compute-request-id': 'req-7507cf4a-e2c2-4d02-84d2-566e32cc52ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-828014794", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBApOGeYEWjB7qvAXpSg5wbCqSCmK0dU9xVEo9gQT3ElWLjloDeMLk87OG93hhHh7PUBo4a7qyYYlPnyCOa/o13SKLym7bNDyc8ceQ+nLDHbKD16V/aYL6G3JPtW3FKDT0w==", "fingerprint": "ce:1f:df:f9:55:89:28:78:47:df:f6:64:b2:7d:b8:73", "user_id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc"}}' 2022-10-12 13:37:28,162 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.52/compute/v2.1/os-keypairs 0.042s 2022-10-12 13:37:28,162 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dd25f1e-07ae-4db2-ab2e-4eebaa7310b7', 'x-compute-request-id': 'req-8dd25f1e-07ae-4db2-ab2e-4eebaa7310b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-828014794", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBApOGeYEWjB7qvAXpSg5wbCqSCmK0dU9xVEo9gQT3ElWLjloDeMLk87OG93hhHh7PUBo4a7qyYYlPnyCOa/o13SKLym7bNDyc8ceQ+nLDHbKD16V/aYL6G3JPtW3FKDT0w==", "fingerprint": "ce:1f:df:f9:55:89:28:78:47:df:f6:64:b2:7d:b8:73"}}]}' 2022-10-12 13:37:28,662 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.492s 2022-10-12 13:37:28,663 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:28 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-5fd0de5b-7ee4-45f3-b295-201d2fd7a861', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["AZlcN0F9QkW_Z_UV6XYe7w"], "expires_at": "2022-10-12T14:37:28.000000Z", "issued_at": "2022-10-12T13:37:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:28,664 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:29,493 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 500 POST http://10.222.0.52/compute/v2.1/servers 0.828s 2022-10-12 13:37:29,493 121907 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-1688953689", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-key-828014794", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-a887eb8f-5ce3-4079-8ad8-57a6aef6003f', 'x-compute-request-id': 'req-a887eb8f-5ce3-4079-8ad8-57a6aef6003f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:29,631 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-key-828014794 0.137s 2022-10-12 13:37:29,631 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-a2461fe4-3726-48a4-b4dc-d284cdb15178', 'x-compute-request-id': 'req-a2461fe4-3726-48a4-b4dc-d284cdb15178', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-key-828014794'} 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-12 13:37:30,157 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.519s 2022-10-12 13:37:30,158 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:29 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-f889cec4-ccb9-4fd7-9f69-bc01538d3915', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["JU0k8Fu-QhCWEVkaaKogQA"], "expires_at": "2022-10-12T14:37:29.000000Z", "issued_at": "2022-10-12T13:37:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:30,158 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:30,960 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 500 POST http://10.222.0.52/compute/v2.1/servers 0.800s 2022-10-12 13:37:30,960 121907 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-1636343860", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-3f776cc8-1c33-4fd8-9dff-ff2f7a0262f3', 'x-compute-request-id': 'req-3f776cc8-1c33-4fd8-9dff-ff2f7a0262f3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:31,627 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.651s 2022-10-12 13:37:31,627 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:30 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-59df49f8-ac65-49e1-92ad-ad66d3d4b1db', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["ab-EoE7pQ5WYz8f-S8Cgwg"], "expires_at": "2022-10-12T14:37:31.000000Z", "issued_at": "2022-10-12T13:37:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:31,628 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:32,482 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 500 POST http://10.222.0.52/compute/v2.1/servers 0.853s 2022-10-12 13:37:32,482 121907 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-1344081610", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-f2a99745-4b38-4b99-93bb-1433d02d9845', 'x-compute-request-id': 'req-f2a99745-4b38-4b99-93bb-1433d02d9845', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:37:32,892 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.402s 2022-10-12 13:37:32,892 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37:32 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-d3cca6be-5a23-464a-8781-9b038b84801b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a341a09e90ea46dbb8c6ffb1a8f7d3cc", "name": "tempest-ServersTestJSON-2097061306-project", "password_expires_at": null}, "audit_ids": ["HkIJEqgtQTq6zHrF3qnQiQ"], "expires_at": "2022-10-12T14:37:32.000000Z", "issued_at": "2022-10-12T13:37:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b24a04b60dc41abb94f4696b281dfec", "name": "tempest-ServersTestJSON-2097061306"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/5b24a04b60dc41abb94f4696b281dfec", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:37:32,893 121907 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '48356e8a-1e09-4e20-a0e0-f257851bb733', 'name': 'tempest-ServersTestJSON-1790264879-network', 'tenant_id': '5b24a04b60dc41abb94f4696b281dfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b24a04b60dc41abb94f4696b281dfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 317, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:37:09Z', 'updated_at': '2022-10-12T13:37:10Z', 'revision_number': 1} available for tenant 2022-10-12 13:37:33,753 121907 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 500 POST http://10.222.0.52/compute/v2.1/servers 0.858s 2022-10-12 13:37:33,757 121907 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-121176360", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "48356e8a-1e09-4e20-a0e0-f257851bb733"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:37: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-047c32fd-fc17-4054-b4a3-f9e364f40e96', 'x-compute-request-id': 'req-047c32fd-fc17-4054-b4a3-f9e364f40e96', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:13,364 121903 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:29:13,364 121903 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:29:13,895 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.527s 2022-10-12 13:29:13,895 121903 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-1844765580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB9pNUO0FLTkjtebcOcvSubOtoUR4hK95LWYXzeYT+warkRANOgej68ymX43D81fQlXae8X09A0O4UcRzpb89nzOxOL9yBxVfqdASlChpjDknFrpBdoW9GoBEoJMTSeCLw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:13 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-269a098a-4071-4c43-acd2-55d19e1a30a9', 'x-compute-request-id': 'req-269a098a-4071-4c43-acd2-55d19e1a30a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1844765580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB9pNUO0FLTkjtebcOcvSubOtoUR4hK95LWYXzeYT+warkRANOgej68ymX43D81fQlXae8X09A0O4UcRzpb89nzOxOL9yBxVfqdASlChpjDknFrpBdoW9GoBEoJMTSeCLw==", "fingerprint": "79:05:d2:8c:5b:1f:3a:32:c4:08:b0:4a:19:8a:78:eb", "user_id": "9db7d5929e0f4639837edf7fefa3d4f8"}}' 2022-10-12 13:29:13,898 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1844765580 created 2022-10-12 13:29:14,947 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.044s 2022-10-12 13:29:14,948 121903 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--1170659239", "description": "tempest-description--1029645038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-048480fa-72e9-4013-ac23-a88ddd18c5b7', 'date': 'Wed, 12 Oct 2022 13:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "name": "tempest-securitygroup--1170659239", "stateful": true, "tenant_id": "e885993d2014482b96097e5a9d46437d", "description": "tempest-description--1029645038", "shared": false, "security_group_rules": [{"id": "5298621c-d4a5-4fe3-b3b0-ad5ab6f94cce", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "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": 1169, "description": null, "tags": [], "created_at": "2022-10-12T13:29:14Z", "updated_at": "2022-10-12T13:29:14Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}, {"id": "ecac6eb6-9933-4ba7-826a-2c9c98f494c6", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "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": 1170, "description": null, "tags": [], "created_at": "2022-10-12T13:29:14Z", "updated_at": "2022-10-12T13:29:14Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}], "tags": [], "created_at": "2022-10-12T13:29:14Z", "updated_at": "2022-10-12T13:29:14Z", "revision_number": 1, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:15,782 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.834s 2022-10-12 13:29:15,782 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "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-a71bc34d-5648-4a3c-a46e-405b2a5cbd74', 'date': 'Wed, 12 Oct 2022 13:29:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "368705d0-c3d0-4000-9a51-26335e62f88a", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "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-12T13:29:15Z", "updated_at": "2022-10-12T13:29:15Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:16,863 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.080s 2022-10-12 13:29:16,863 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5de3373-c553-423f-b501-60629d144b68', 'date': 'Wed, 12 Oct 2022 13:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eabecfd0-36e0-4fd1-8ee1-4cb4638bdadc", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "43fea633-3d8a-4fe7-9528-3d4231fb86bf", "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-12T13:29:16Z", "updated_at": "2022-10-12T13:29:16Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:16,863 121903 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1170659239 created 2022-10-12 13:29:21,937 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 5.073s 2022-10-12 13:29:21,938 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-a3fea106-6f9d-4f75-919e-429c63348641', 'date': 'Wed, 12 Oct 2022 13:29:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb425eff-a25b-4028-9c41-a7b617191f94", "tenant_id": "e885993d2014482b96097e5a9d46437d", "floating_ip_address": "172.25.2.122", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e885993d2014482b96097e5a9d46437d", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:29:19Z", "updated_at": "2022-10-12T13:29:19Z", "revision_number": 0}}' 2022-10-12 13:29:21,938 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb425eff-a25b-4028-9c41-a7b617191f94', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'floating_ip_address': '172.25.2.122', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e885993d2014482b96097e5a9d46437d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:19Z', 'updated_at': '2022-10-12T13:29:19Z', 'revision_number': 0, 'ip': '172.25.2.122'} created 2022-10-12 13:29:22,216 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.271s 2022-10-12 13:29:22,216 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-ba8f6204-4224-4b67-81f2-c5fe9764c10b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9db7d5929e0f4639837edf7fefa3d4f8", "name": "tempest-AttachVolumeShelveTestJSON-58097819-project", "password_expires_at": null}, "audit_ids": ["V8CPxm12TuqCwUMD2aKrAw"], "expires_at": "2022-10-12T14:29:22.000000Z", "issued_at": "2022-10-12T13:29:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e885993d2014482b96097e5a9d46437d", "name": "tempest-AttachVolumeShelveTestJSON-58097819"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:22,217 121903 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '4bbab782-32a6-4260-b03a-514efd8c81ff', 'name': 'tempest-AttachVolumeShelveTestJSON-704704516-network', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e885993d2014482b96097e5a9d46437d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 319, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:28:58Z', 'updated_at': '2022-10-12T13:28:58Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:22,217 121903 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1844765580', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB9pNUO0FLTkjtebcOcvSubOtoUR4hK95LWYXzeYT+warkRANOgej68ymX43D81fQlXae8X09A0O4UcRzpb89nzOxOL9yBxVfqdASlChpjDknFrpBdoW9GoBEoJMTSeCLw==', 'fingerprint': '79:05:d2:8c:5b:1f:3a:32:c4:08:b0:4a:19:8a:78:eb', 'user_id': '9db7d5929e0f4639837edf7fefa3d4f8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDSzoaMLnz9rOa3vSmjf1RCGoj0pfrm++NXV7K4v9xbk7s5cSeujOG3\nbS28zL9CdoKgBwYFK4EEACKhZANiAAQfaTVDtBS05I7Xm3DnL0rmzraFEeISveS1\nmF83mE/sGq5EQDToHo+vMpl+Nw/NX0JV2nvF9PQNDuFHEc6W/PZ8zsTi/cgcVX6n\nQEpQoaYw5Jxa6QXaFvRqARKCTE0ngi8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '43fea633-3d8a-4fe7-9528-3d4231fb86bf', 'name': 'tempest-securitygroup--1170659239', 'stateful': True, 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'description': 'tempest-description--1029645038', 'shared': False, 'security_group_rules': [{'id': '5298621c-d4a5-4fe3-b3b0-ad5ab6f94cce', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'security_group_id': '43fea633-3d8a-4fe7-9528-3d4231fb86bf', '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': 1169, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:14Z', 'updated_at': '2022-10-12T13:29:14Z', 'revision_number': 0, 'project_id': 'e885993d2014482b96097e5a9d46437d'}, {'id': 'ecac6eb6-9933-4ba7-826a-2c9c98f494c6', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'security_group_id': '43fea633-3d8a-4fe7-9528-3d4231fb86bf', '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': 1170, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:14Z', 'updated_at': '2022-10-12T13:29:14Z', 'revision_number': 0, 'project_id': 'e885993d2014482b96097e5a9d46437d'}], 'tags': [], 'created_at': '2022-10-12T13:29:14Z', 'updated_at': '2022-10-12T13:29:14Z', 'revision_number': 1, 'project_id': 'e885993d2014482b96097e5a9d46437d'}, 'floating_ip': {'id': 'bb425eff-a25b-4028-9c41-a7b617191f94', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'floating_ip_address': '172.25.2.122', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e885993d2014482b96097e5a9d46437d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:19Z', 'updated_at': '2022-10-12T13:29:19Z', 'revision_number': 0, 'ip': '172.25.2.122'}} 2022-10-12 13:29:23,135 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://10.222.0.52/compute/v2.1/servers 0.917s 2022-10-12 13:29:23,135 121903 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-577043892", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4bbab782-32a6-4260-b03a-514efd8c81ff"}], "security_groups": [{"name": "tempest-securitygroup--1170659239"}], "key_name": "tempest-keypair-1844765580", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:22 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-a18a7356-33f0-4458-beb9-a2794eda1796', 'x-compute-request-id': 'req-a18a7356-33f0-4458-beb9-a2794eda1796', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:23,296 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1844765580 0.158s 2022-10-12 13:29:23,297 121903 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': 'Wed, 12 Oct 2022 13:29:23 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-e43e82a0-9e38-4abf-9e29-68dae250d394', 'x-compute-request-id': 'req-e43e82a0-9e38-4abf-9e29-68dae250d394', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1844765580'} Body: b'' 2022-10-12 13:29:24,557 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/43fea633-3d8a-4fe7-9528-3d4231fb86bf 1.260s 2022-10-12 13:29:24,558 121903 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-8595e73a-4bbc-4d62-8386-2ce46ddcaed5', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/43fea633-3d8a-4fe7-9528-3d4231fb86bf'} Body: b'' 2022-10-12 13:29:24,621 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/43fea633-3d8a-4fe7-9528-3d4231fb86bf 0.063s 2022-10-12 13:29:24,622 121903 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-bd4c39ec-589d-4c29-bc4b-18e5d131191d', 'date': 'Wed, 12 Oct 2022 13:29:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/43fea633-3d8a-4fe7-9528-3d4231fb86bf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 43fea633-3d8a-4fe7-9528-3d4231fb86bf does not exist", "detail": ""}}' 2022-10-12 13:29:28,486 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/bb425eff-a25b-4028-9c41-a7b617191f94 3.864s 2022-10-12 13:29:28,487 121903 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-48684a91-6971-4257-b6bb-452f66ecc95b', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/bb425eff-a25b-4028-9c41-a7b617191f94'} 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-12 13:29:28,489 121903 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:29:28,490 121903 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:29:28,717 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.224s 2022-10-12 13:29:28,717 121903 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-1237988575", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Hr7iOWmVQ7/JZdRGNT+3gSv4V/6tqQmUYCziDcFTWPiyQwIKRuswIXa8GqrWwULq0/JrFGtAVBXATflaehMkvWFuZZOOzHl7OPMbOCAU5Ui7c0NjRpetE3IfznBUzRw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:28 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-e8aa50d5-de0f-41be-895f-12f89ae7da2d', 'x-compute-request-id': 'req-e8aa50d5-de0f-41be-895f-12f89ae7da2d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1237988575", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Hr7iOWmVQ7/JZdRGNT+3gSv4V/6tqQmUYCziDcFTWPiyQwIKRuswIXa8GqrWwULq0/JrFGtAVBXATflaehMkvWFuZZOOzHl7OPMbOCAU5Ui7c0NjRpetE3IfznBUzRw==", "fingerprint": "56:27:71:14:87:07:58:f4:ee:e1:62:90:14:16:b4:c1", "user_id": "9db7d5929e0f4639837edf7fefa3d4f8"}}' 2022-10-12 13:29:28,721 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1237988575 created 2022-10-12 13:29:30,256 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.534s 2022-10-12 13:29:30,256 121903 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--2039501296", "description": "tempest-description--1661607181"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-ff260725-2e9a-4cc2-9b5d-bd9b5e6276a9', 'date': 'Wed, 12 Oct 2022 13:29:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "name": "tempest-securitygroup--2039501296", "stateful": true, "tenant_id": "e885993d2014482b96097e5a9d46437d", "description": "tempest-description--1661607181", "shared": false, "security_group_rules": [{"id": "57a71170-df61-441d-9ff3-83ca72824d5b", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "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": 1211, "description": null, "tags": [], "created_at": "2022-10-12T13:29:29Z", "updated_at": "2022-10-12T13:29:29Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}, {"id": "8a9f2706-b439-4dfc-86e2-34e062a3402f", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "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": 1212, "description": null, "tags": [], "created_at": "2022-10-12T13:29:29Z", "updated_at": "2022-10-12T13:29:29Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}], "tags": [], "created_at": "2022-10-12T13:29:29Z", "updated_at": "2022-10-12T13:29:29Z", "revision_number": 1, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:31,785 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.528s 2022-10-12 13:29:31,785 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "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-77e4a820-c057-4e00-837b-317293dbfa02', 'date': 'Wed, 12 Oct 2022 13:29:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64ff5cbc-efce-44fb-b2fc-f9285233ecf0", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "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-12T13:29:31Z", "updated_at": "2022-10-12T13:29:31Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:32,758 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.972s 2022-10-12 13:29:32,758 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-655bb5fe-7264-4936-b34a-ecae56ec2def', 'date': 'Wed, 12 Oct 2022 13:29:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07e3025a-b96a-4dd5-9685-74f1440e38c7", "tenant_id": "e885993d2014482b96097e5a9d46437d", "security_group_id": "8ab69aeb-f48f-4a3d-ab4d-873043928a89", "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-12T13:29:32Z", "updated_at": "2022-10-12T13:29:32Z", "revision_number": 0, "project_id": "e885993d2014482b96097e5a9d46437d"}}' 2022-10-12 13:29:32,759 121903 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2039501296 created 2022-10-12 13:29:35,234 121903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 2.475s 2022-10-12 13:29:35,234 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d693ba0e-a573-4851-8e82-7c4aee761cde', 'date': 'Wed, 12 Oct 2022 13:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "361ecffb-4c2a-4fd6-8b8a-1b2fe7cb2fdb", "tenant_id": "e885993d2014482b96097e5a9d46437d", "floating_ip_address": "172.25.2.138", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e885993d2014482b96097e5a9d46437d", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:29:34Z", "updated_at": "2022-10-12T13:29:34Z", "revision_number": 0}}' 2022-10-12 13:29:35,235 121903 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '361ecffb-4c2a-4fd6-8b8a-1b2fe7cb2fdb', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'floating_ip_address': '172.25.2.138', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e885993d2014482b96097e5a9d46437d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:34Z', 'updated_at': '2022-10-12T13:29:34Z', 'revision_number': 0, 'ip': '172.25.2.138'} created 2022-10-12 13:29:35,524 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.178s 2022-10-12 13:29:35,524 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-59ce5876-8f92-4fc1-9da2-c1b616ef9095', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9db7d5929e0f4639837edf7fefa3d4f8", "name": "tempest-AttachVolumeShelveTestJSON-58097819-project", "password_expires_at": null}, "audit_ids": ["iOpgIHEQRTKqoYn3TzIoMw"], "expires_at": "2022-10-12T14:29:35.000000Z", "issued_at": "2022-10-12T13:29:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e885993d2014482b96097e5a9d46437d", "name": "tempest-AttachVolumeShelveTestJSON-58097819"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e885993d2014482b96097e5a9d46437d", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:35,525 121903 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '4bbab782-32a6-4260-b03a-514efd8c81ff', 'name': 'tempest-AttachVolumeShelveTestJSON-704704516-network', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e885993d2014482b96097e5a9d46437d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 319, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:28:58Z', 'updated_at': '2022-10-12T13:28:58Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:35,525 121903 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1237988575', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Hr7iOWmVQ7/JZdRGNT+3gSv4V/6tqQmUYCziDcFTWPiyQwIKRuswIXa8GqrWwULq0/JrFGtAVBXATflaehMkvWFuZZOOzHl7OPMbOCAU5Ui7c0NjRpetE3IfznBUzRw==', 'fingerprint': '56:27:71:14:87:07:58:f4:ee:e1:62:90:14:16:b4:c1', 'user_id': '9db7d5929e0f4639837edf7fefa3d4f8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBUcZsZbUFX5a+6PsEy/u0GVhKLI4fof0eZ8VB9guBto78Y5k+08JSJ\n83yr9yD61MmgBwYFK4EEACKhZANiAAQux6+4jlplUO/yWXURjU/t4Er+Ff+rakJl\nGAs4g3BU1j4skMCCkbrMCF2vBqq1sFC6tPyaxRrQFQVwE35WnoTJL1hbmWTjsx5e\nzjzGzggFOVIu3NDY0aXrRNyH85wVM0c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8ab69aeb-f48f-4a3d-ab4d-873043928a89', 'name': 'tempest-securitygroup--2039501296', 'stateful': True, 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'description': 'tempest-description--1661607181', 'shared': False, 'security_group_rules': [{'id': '57a71170-df61-441d-9ff3-83ca72824d5b', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'security_group_id': '8ab69aeb-f48f-4a3d-ab4d-873043928a89', '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': 1211, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:29Z', 'updated_at': '2022-10-12T13:29:29Z', 'revision_number': 0, 'project_id': 'e885993d2014482b96097e5a9d46437d'}, {'id': '8a9f2706-b439-4dfc-86e2-34e062a3402f', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'security_group_id': '8ab69aeb-f48f-4a3d-ab4d-873043928a89', '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': 1212, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:29Z', 'updated_at': '2022-10-12T13:29:29Z', 'revision_number': 0, 'project_id': 'e885993d2014482b96097e5a9d46437d'}], 'tags': [], 'created_at': '2022-10-12T13:29:29Z', 'updated_at': '2022-10-12T13:29:29Z', 'revision_number': 1, 'project_id': 'e885993d2014482b96097e5a9d46437d'}, 'floating_ip': {'id': '361ecffb-4c2a-4fd6-8b8a-1b2fe7cb2fdb', 'tenant_id': 'e885993d2014482b96097e5a9d46437d', 'floating_ip_address': '172.25.2.138', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e885993d2014482b96097e5a9d46437d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:34Z', 'updated_at': '2022-10-12T13:29:34Z', 'revision_number': 0, 'ip': '172.25.2.138'}} 2022-10-12 13:29:36,816 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.290s 2022-10-12 13:29:36,817 121903 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-997847153", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4bbab782-32a6-4260-b03a-514efd8c81ff"}], "security_groups": [{"name": "tempest-securitygroup--2039501296"}], "key_name": "tempest-keypair-1237988575", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:35 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-bd3991c3-b306-479f-abe2-ee9e85312788', 'x-compute-request-id': 'req-bd3991c3-b306-479f-abe2-ee9e85312788', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:37,478 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1237988575 0.661s 2022-10-12 13:29:37,479 121903 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': 'Wed, 12 Oct 2022 13:29:36 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-14ab1ab5-1f51-4d93-ac99-39496b91f6f0', 'x-compute-request-id': 'req-14ab1ab5-1f51-4d93-ac99-39496b91f6f0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1237988575'} Body: b'' 2022-10-12 13:29:38,060 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/8ab69aeb-f48f-4a3d-ab4d-873043928a89 0.580s 2022-10-12 13:29:38,190 121903 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-b3119785-3ced-46ba-94b4-d6b51e1178c0', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8ab69aeb-f48f-4a3d-ab4d-873043928a89'} Body: b'' 2022-10-12 13:29:38,528 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/8ab69aeb-f48f-4a3d-ab4d-873043928a89 0.338s 2022-10-12 13:29:38,528 121903 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-4eb54cb5-11d0-44fd-90f4-835484d9585e', 'date': 'Wed, 12 Oct 2022 13:29:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8ab69aeb-f48f-4a3d-ab4d-873043928a89'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8ab69aeb-f48f-4a3d-ab4d-873043928a89 does not exist", "detail": ""}}' 2022-10-12 13:29:40,651 121903 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/361ecffb-4c2a-4fd6-8b8a-1b2fe7cb2fdb 2.122s 2022-10-12 13:29:40,651 121903 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-9ccc0580-638a-42fc-9e58-0daceca22e6a', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/361ecffb-4c2a-4fd6-8b8a-1b2fe7cb2fdb'} 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-12 13:38:34,547 121907 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:38:34,547 121907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:38:35,143 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.593s 2022-10-12 13:38:35,144 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1006631319", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkOyVIKGbW1wju5PZHL/ZGhsuhjnL/SxP0198oECZPCihQIwmGeh8oXnScMJCP3SsDIWx9nE85uqO4DqFik748P3W1GGu/+h5yEhIAqeKWkzOUzkjbvdcLeo5QtG0e18w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:34 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-b26466df-78e4-4bee-ae08-b8f9d2015185', 'x-compute-request-id': 'req-b26466df-78e4-4bee-ae08-b8f9d2015185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1006631319", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkOyVIKGbW1wju5PZHL/ZGhsuhjnL/SxP0198oECZPCihQIwmGeh8oXnScMJCP3SsDIWx9nE85uqO4DqFik748P3W1GGu/+h5yEhIAqeKWkzOUzkjbvdcLeo5QtG0e18w==", "fingerprint": "ba:b4:aa:5e:43:98:92:97:3b:0a:1f:9b:1a:ec:a2:d5", "user_id": "061547450d6d454d8a7036ce5e578c6c"}}' 2022-10-12 13:38:35,146 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1006631319 created 2022-10-12 13:38:36,792 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.645s 2022-10-12 13:38:36,793 121907 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--874497810", "description": "tempest-description--1010788616"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-7dfcb632-52b9-499d-92cf-7ef3ce333a1e', 'date': 'Wed, 12 Oct 2022 13:38:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1d4a29c2-684e-4572-9395-735d5f689182", "name": "tempest-securitygroup--874497810", "stateful": true, "tenant_id": "34e41907be6e43f6bf1915da796b64de", "description": "tempest-description--1010788616", "shared": false, "security_group_rules": [{"id": "44e77b82-6acc-4d3d-ba20-0f8e692a7c34", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "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": 2855, "description": null, "tags": [], "created_at": "2022-10-12T13:38:36Z", "updated_at": "2022-10-12T13:38:36Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}, {"id": "9315bb32-c1a3-4c3b-90f3-42e925b6bfdf", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "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": 2856, "description": null, "tags": [], "created_at": "2022-10-12T13:38:36Z", "updated_at": "2022-10-12T13:38:36Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}], "tags": [], "created_at": "2022-10-12T13:38:36Z", "updated_at": "2022-10-12T13:38:36Z", "revision_number": 1, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:37,606 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.812s 2022-10-12 13:38:37,606 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "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-379ef4f6-af40-4d99-8215-887d6656841a', 'date': 'Wed, 12 Oct 2022 13:38:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00cf774a-c0e3-44e3-8ca5-410729a468b0", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "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-12T13:38:37Z", "updated_at": "2022-10-12T13:38:37Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:38,198 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.590s 2022-10-12 13:38:38,198 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b31e5acf-4539-4587-a02f-d2afa18ea3ae', 'date': 'Wed, 12 Oct 2022 13:38:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf66e425-55ec-4ca7-bdf5-4f703ad094e9", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "1d4a29c2-684e-4572-9395-735d5f689182", "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-12T13:38:37Z", "updated_at": "2022-10-12T13:38:37Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:38,198 121907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--874497810 created 2022-10-12 13:38:41,698 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 3.499s 2022-10-12 13:38:41,699 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-53111696-1cb0-403f-889a-3f592df1e9e2', 'date': 'Wed, 12 Oct 2022 13:38:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "294d5da8-2d23-4a2f-8207-2f3b8c3f8140", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "floating_ip_address": "172.25.2.37", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "34e41907be6e43f6bf1915da796b64de", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:38:40Z", "updated_at": "2022-10-12T13:38:40Z", "revision_number": 0}}' 2022-10-12 13:38:41,699 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '294d5da8-2d23-4a2f-8207-2f3b8c3f8140', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'floating_ip_address': '172.25.2.37', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '34e41907be6e43f6bf1915da796b64de', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:38:40Z', 'updated_at': '2022-10-12T13:38:40Z', 'revision_number': 0, 'ip': '172.25.2.37'} created 2022-10-12 13:38:41,859 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.155s 2022-10-12 13:38:41,860 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:41 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-5d67c73e-5a4b-4d9a-8b49-cc264fd731ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "061547450d6d454d8a7036ce5e578c6c", "name": "tempest-AttachVolumeTestJSON-15037237-project", "password_expires_at": null}, "audit_ids": ["ghyOreGcTwKfQ70owYa6mw"], "expires_at": "2022-10-12T14:38:41.000000Z", "issued_at": "2022-10-12T13:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34e41907be6e43f6bf1915da796b64de", "name": "tempest-AttachVolumeTestJSON-15037237"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:38:41,860 121907 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '44a6e9ec-1273-4790-b45a-b43585b9943c', 'name': 'tempest-AttachVolumeTestJSON-320631206-network', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '34e41907be6e43f6bf1915da796b64de', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:38:22Z', 'updated_at': '2022-10-12T13:38:22Z', 'revision_number': 1} available for tenant 2022-10-12 13:38:41,861 121907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1006631319', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkOyVIKGbW1wju5PZHL/ZGhsuhjnL/SxP0198oECZPCihQIwmGeh8oXnScMJCP3SsDIWx9nE85uqO4DqFik748P3W1GGu/+h5yEhIAqeKWkzOUzkjbvdcLeo5QtG0e18w==', 'fingerprint': 'ba:b4:aa:5e:43:98:92:97:3b:0a:1f:9b:1a:ec:a2:d5', 'user_id': '061547450d6d454d8a7036ce5e578c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDaaFI/H2gyoMbBkdw9QoqAhgu1QPMI4aGHxVRhHhz4giEAc0Oct6M9\nAdYqS9o3/4qgBwYFK4EEACKhZANiAARJDslSChm1tcI7uT2Ry/2RobLoY5y/0sT9\nNffKBAmTwooUCMJhnofKF50nDCQj90rAyFsfZxPObqjuA6hYpO+PD91tRhrv/oec\nhISAKnilpMzlM5I273XC3qOULRtHtfM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1d4a29c2-684e-4572-9395-735d5f689182', 'name': 'tempest-securitygroup--874497810', 'stateful': True, 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'description': 'tempest-description--1010788616', 'shared': False, 'security_group_rules': [{'id': '44e77b82-6acc-4d3d-ba20-0f8e692a7c34', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'security_group_id': '1d4a29c2-684e-4572-9395-735d5f689182', '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': 2855, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:38:36Z', 'updated_at': '2022-10-12T13:38:36Z', 'revision_number': 0, 'project_id': '34e41907be6e43f6bf1915da796b64de'}, {'id': '9315bb32-c1a3-4c3b-90f3-42e925b6bfdf', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'security_group_id': '1d4a29c2-684e-4572-9395-735d5f689182', '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': 2856, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:38:36Z', 'updated_at': '2022-10-12T13:38:36Z', 'revision_number': 0, 'project_id': '34e41907be6e43f6bf1915da796b64de'}], 'tags': [], 'created_at': '2022-10-12T13:38:36Z', 'updated_at': '2022-10-12T13:38:36Z', 'revision_number': 1, 'project_id': '34e41907be6e43f6bf1915da796b64de'}, 'floating_ip': {'id': '294d5da8-2d23-4a2f-8207-2f3b8c3f8140', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'floating_ip_address': '172.25.2.37', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '34e41907be6e43f6bf1915da796b64de', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:38:40Z', 'updated_at': '2022-10-12T13:38:40Z', 'revision_number': 0, 'ip': '172.25.2.37'}} 2022-10-12 13:38:42,350 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 0.487s 2022-10-12 13:38:42,350 121907 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-994986067", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "44a6e9ec-1273-4790-b45a-b43585b9943c"}], "security_groups": [{"name": "tempest-securitygroup--874497810"}], "key_name": "tempest-keypair-1006631319", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-605a3cfd-d842-4e5a-bae8-6c9cea17111e', 'x-compute-request-id': 'req-605a3cfd-d842-4e5a-bae8-6c9cea17111e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:38:42,483 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1006631319 0.132s 2022-10-12 13:38:42,484 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3707a2-6285-4a78-893b-fcf9ddf3cca5', 'x-compute-request-id': 'req-fc3707a2-6285-4a78-893b-fcf9ddf3cca5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1006631319'} Body: b'' 2022-10-12 13:38:43,430 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/1d4a29c2-684e-4572-9395-735d5f689182 0.945s 2022-10-12 13:38:43,430 121907 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-5bbd6341-1e1e-4401-8bb5-171a71f47a01', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:38:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/1d4a29c2-684e-4572-9395-735d5f689182'} Body: b'' 2022-10-12 13:38:43,515 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/1d4a29c2-684e-4572-9395-735d5f689182 0.085s 2022-10-12 13:38:43,516 121907 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-aa86d3cf-caa0-4c76-80b9-45ee298f2155', 'date': 'Wed, 12 Oct 2022 13:38:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/1d4a29c2-684e-4572-9395-735d5f689182'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1d4a29c2-684e-4572-9395-735d5f689182 does not exist", "detail": ""}}' 2022-10-12 13:38:44,355 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/294d5da8-2d23-4a2f-8207-2f3b8c3f8140 0.839s 2022-10-12 13:38:44,355 121907 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-d5c95e26-24dc-4629-8dbc-5c68ee4d6353', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:38:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/294d5da8-2d23-4a2f-8207-2f3b8c3f8140'} 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-12 13:38:44,358 121907 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:38:44,358 121907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:38:44,599 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.237s 2022-10-12 13:38:44,599 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1565969202", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCEF+5ogrACX2hb0/wN995IGKTsCjHNx4HxG3DanCvx//gNcTtCss2eTjC0aFQokJrFb/PZdwz/THHAN95+qB8oFe0oCxRQhIyIeP5SfjYT0Ja/4Yxia708C2ZrHOH2fXA=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:44 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-ef62eca6-e53d-4e34-88d0-7a9d658d6868', 'x-compute-request-id': 'req-ef62eca6-e53d-4e34-88d0-7a9d658d6868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1565969202", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCEF+5ogrACX2hb0/wN995IGKTsCjHNx4HxG3DanCvx//gNcTtCss2eTjC0aFQokJrFb/PZdwz/THHAN95+qB8oFe0oCxRQhIyIeP5SfjYT0Ja/4Yxia708C2ZrHOH2fXA==", "fingerprint": "0f:eb:b9:46:a5:a2:ff:3d:27:eb:80:ef:7a:d8:f5:9d", "user_id": "061547450d6d454d8a7036ce5e578c6c"}}' 2022-10-12 13:38:44,602 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1565969202 created 2022-10-12 13:38:45,575 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.972s 2022-10-12 13:38:45,575 121907 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--496269095", "description": "tempest-description--665057142"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4696022a-6146-4c14-9d7e-9112b44861d1', 'date': 'Wed, 12 Oct 2022 13:38:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ce783815-b568-4cb8-85ae-571b0eb04824", "name": "tempest-securitygroup--496269095", "stateful": true, "tenant_id": "34e41907be6e43f6bf1915da796b64de", "description": "tempest-description--665057142", "shared": false, "security_group_rules": [{"id": "4fbed68a-639b-4418-beab-8aa08c846614", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "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": 2897, "description": null, "tags": [], "created_at": "2022-10-12T13:38:45Z", "updated_at": "2022-10-12T13:38:45Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}, {"id": "5a0a7434-05c1-47a6-87e5-335ab8cf3b4f", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "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": 2898, "description": null, "tags": [], "created_at": "2022-10-12T13:38:45Z", "updated_at": "2022-10-12T13:38:45Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}], "tags": [], "created_at": "2022-10-12T13:38:45Z", "updated_at": "2022-10-12T13:38:45Z", "revision_number": 1, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:46,453 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.876s 2022-10-12 13:38:46,453 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "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-9263d4d4-27fa-427e-90a2-67f528d1d6ac', 'date': 'Wed, 12 Oct 2022 13:38:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f38dc9e-90df-4b7d-8849-f6d71e278300", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "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-12T13:38:46Z", "updated_at": "2022-10-12T13:38:46Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:47,497 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.043s 2022-10-12 13:38:47,497 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-efa1cf2a-a4d6-466d-891e-3cbd7b7e5fc1', 'date': 'Wed, 12 Oct 2022 13:38:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ced49c6f-6f9b-43f8-b877-7b3b07d58ba7", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "security_group_id": "ce783815-b568-4cb8-85ae-571b0eb04824", "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-12T13:38:46Z", "updated_at": "2022-10-12T13:38:46Z", "revision_number": 0, "project_id": "34e41907be6e43f6bf1915da796b64de"}}' 2022-10-12 13:38:47,498 121907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--496269095 created 2022-10-12 13:38:52,985 121907 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 5.487s 2022-10-12 13:38:52,986 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1da6df3a-9095-494f-a967-c6de897a1940', 'date': 'Wed, 12 Oct 2022 13:38:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5d198288-2311-459a-ae95-1fa6d4af509a", "tenant_id": "34e41907be6e43f6bf1915da796b64de", "floating_ip_address": "172.25.2.225", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "34e41907be6e43f6bf1915da796b64de", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:38:50Z", "updated_at": "2022-10-12T13:38:50Z", "revision_number": 0}}' 2022-10-12 13:38:52,986 121907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5d198288-2311-459a-ae95-1fa6d4af509a', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'floating_ip_address': '172.25.2.225', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '34e41907be6e43f6bf1915da796b64de', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:38:50Z', 'updated_at': '2022-10-12T13:38:50Z', 'revision_number': 0, 'ip': '172.25.2.225'} created 2022-10-12 13:38:53,307 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.314s 2022-10-12 13:38:53,308 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:52 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-9ea59106-a3db-4d2b-81ff-52441c4efdca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "061547450d6d454d8a7036ce5e578c6c", "name": "tempest-AttachVolumeTestJSON-15037237-project", "password_expires_at": null}, "audit_ids": ["GVhxy4VZTNGR-LSR93ow9g"], "expires_at": "2022-10-12T14:38:53.000000Z", "issued_at": "2022-10-12T13:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34e41907be6e43f6bf1915da796b64de", "name": "tempest-AttachVolumeTestJSON-15037237"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/34e41907be6e43f6bf1915da796b64de", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:38:53,308 121907 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '44a6e9ec-1273-4790-b45a-b43585b9943c', 'name': 'tempest-AttachVolumeTestJSON-320631206-network', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '34e41907be6e43f6bf1915da796b64de', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:38:22Z', 'updated_at': '2022-10-12T13:38:22Z', 'revision_number': 1} available for tenant 2022-10-12 13:38:53,309 121907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1565969202', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCEF+5ogrACX2hb0/wN995IGKTsCjHNx4HxG3DanCvx//gNcTtCss2eTjC0aFQokJrFb/PZdwz/THHAN95+qB8oFe0oCxRQhIyIeP5SfjYT0Ja/4Yxia708C2ZrHOH2fXA==', 'fingerprint': '0f:eb:b9:46:a5:a2:ff:3d:27:eb:80:ef:7a:d8:f5:9d', 'user_id': '061547450d6d454d8a7036ce5e578c6c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA/WPgT63wbuHEm3//BB88/QePn6EYzVSorcjZ8UiC0nPAJFm5WOKBC\nW5z0Jnlu9/CgBwYFK4EEACKhZANiAAQhBfuaIKwAl9oW9P8DffeSBik7AoxzceB8\nRtw2pwr8f/4DXE7QrLNnk4wtGhUKJCaxW/z2XcM/0xxwDfefqgfKBXtKAsUUISMi\nHj+Un42E9CWv+GMYmu9PAtmaxzh9n1w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce783815-b568-4cb8-85ae-571b0eb04824', 'name': 'tempest-securitygroup--496269095', 'stateful': True, 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'description': 'tempest-description--665057142', 'shared': False, 'security_group_rules': [{'id': '4fbed68a-639b-4418-beab-8aa08c846614', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'security_group_id': 'ce783815-b568-4cb8-85ae-571b0eb04824', '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': 2897, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:38:45Z', 'updated_at': '2022-10-12T13:38:45Z', 'revision_number': 0, 'project_id': '34e41907be6e43f6bf1915da796b64de'}, {'id': '5a0a7434-05c1-47a6-87e5-335ab8cf3b4f', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'security_group_id': 'ce783815-b568-4cb8-85ae-571b0eb04824', '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': 2898, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:38:45Z', 'updated_at': '2022-10-12T13:38:45Z', 'revision_number': 0, 'project_id': '34e41907be6e43f6bf1915da796b64de'}], 'tags': [], 'created_at': '2022-10-12T13:38:45Z', 'updated_at': '2022-10-12T13:38:45Z', 'revision_number': 1, 'project_id': '34e41907be6e43f6bf1915da796b64de'}, 'floating_ip': {'id': '5d198288-2311-459a-ae95-1fa6d4af509a', 'tenant_id': '34e41907be6e43f6bf1915da796b64de', 'floating_ip_address': '172.25.2.225', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '34e41907be6e43f6bf1915da796b64de', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:38:50Z', 'updated_at': '2022-10-12T13:38:50Z', 'revision_number': 0, 'ip': '172.25.2.225'}} 2022-10-12 13:38:55,364 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://10.222.0.52/compute/v2.1/servers 2.054s 2022-10-12 13:38:55,365 121907 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-2120154252", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "44a6e9ec-1273-4790-b45a-b43585b9943c"}], "security_groups": [{"name": "tempest-securitygroup--496269095"}], "key_name": "tempest-keypair-1565969202", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38: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-4bcfadd1-ab39-4f23-aa4d-ca31c6f56f84', 'x-compute-request-id': 'req-4bcfadd1-ab39-4f23-aa4d-ca31c6f56f84', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:38:55,517 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1565969202 0.151s 2022-10-12 13:38:55,517 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38: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-7158c24e-af20-4c8e-8e76-1489f5c0b716', 'x-compute-request-id': 'req-7158c24e-af20-4c8e-8e76-1489f5c0b716', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1565969202'} Body: b'' 2022-10-12 13:38:56,892 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/ce783815-b568-4cb8-85ae-571b0eb04824 1.374s 2022-10-12 13:38:56,893 121907 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-99135234-4f4c-48f1-a526-8ff450e899f2', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:38:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/ce783815-b568-4cb8-85ae-571b0eb04824'} Body: b'' 2022-10-12 13:38:56,916 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/ce783815-b568-4cb8-85ae-571b0eb04824 0.022s 2022-10-12 13:38:56,916 121907 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-2ac2656f-5aeb-4ecd-afed-71caa7552da6', 'date': 'Wed, 12 Oct 2022 13:38:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/ce783815-b568-4cb8-85ae-571b0eb04824'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce783815-b568-4cb8-85ae-571b0eb04824 does not exist", "detail": ""}}' 2022-10-12 13:38:59,640 121907 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/5d198288-2311-459a-ae95-1fa6d4af509a 2.723s 2022-10-12 13:38:59,640 121907 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-77dcf005-dc30-4377-bde2-fc7bd2e6e26b', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:38:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/5d198288-2311-459a-ae95-1fa6d4af509a'} 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-12 13:29:20,572 121895 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:29:20,572 121895 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:29:20,834 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.259s 2022-10-12 13:29:20,834 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-550757681", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1M8JX5mzdzhfEgJ8GLCGEEnEUMW+EOZIFPzJ/GnB1olK9kpwjT+lvwnxkzqFfU/O1s9v3yB/ABcIuCu8I2hGmgIAdmBvhj3Q6ia7q4IVRHiG/ZrXpZSVmEnpK93jqduQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:20 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-38dd30b0-8dd9-43aa-8ecc-8b953a6df9c2', 'x-compute-request-id': 'req-38dd30b0-8dd9-43aa-8ecc-8b953a6df9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-550757681", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1M8JX5mzdzhfEgJ8GLCGEEnEUMW+EOZIFPzJ/GnB1olK9kpwjT+lvwnxkzqFfU/O1s9v3yB/ABcIuCu8I2hGmgIAdmBvhj3Q6ia7q4IVRHiG/ZrXpZSVmEnpK93jqduQ==", "fingerprint": "20:d1:6e:01:e5:90:f6:d3:20:f3:92:0a:cc:2a:b5:af", "user_id": "67f1b44834f84be9915554e881195cc2"}}' 2022-10-12 13:29:20,837 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-550757681 created 2022-10-12 13:29:21,351 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.506s 2022-10-12 13:29:21,351 121895 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--2020266818", "description": "tempest-description--1092566437"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-758bf862-eaac-47a0-a544-10fac794848d', 'date': 'Wed, 12 Oct 2022 13:29:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "name": "tempest-securitygroup--2020266818", "stateful": true, "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "description": "tempest-description--1092566437", "shared": false, "security_group_rules": [{"id": "538c69a1-8042-40e1-a67f-6f36db52d6e6", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "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": 1194, "description": null, "tags": [], "created_at": "2022-10-12T13:29:21Z", "updated_at": "2022-10-12T13:29:21Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}, {"id": "5498d959-4d0a-4505-9488-8b89d8b1421f", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "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": 1195, "description": null, "tags": [], "created_at": "2022-10-12T13:29:21Z", "updated_at": "2022-10-12T13:29:21Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}], "tags": [], "created_at": "2022-10-12T13:29:20Z", "updated_at": "2022-10-12T13:29:21Z", "revision_number": 1, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:21,862 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.510s 2022-10-12 13:29:21,863 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "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-de9520e1-d340-4e93-a63e-382a96fca1d6', 'date': 'Wed, 12 Oct 2022 13:29:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2153e7de-7a70-48c3-a438-9d2bc5d48c60", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "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-12T13:29:21Z", "updated_at": "2022-10-12T13:29:21Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:22,483 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.620s 2022-10-12 13:29:22,483 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a879b5de-5f2e-4e10-9097-e4351387173c', 'date': 'Wed, 12 Oct 2022 13:29:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5cb4c7ad-a14e-4b48-adfd-e455a40fca31", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "8c7006a3-bac9-405a-bc3d-e6c46ea94d0f", "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-12T13:29:22Z", "updated_at": "2022-10-12T13:29:22Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:22,484 121895 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2020266818 created 2022-10-12 13:29:25,952 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 3.468s 2022-10-12 13:29:25,953 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-702a7f34-5993-47e5-ac55-fdd2384fc69f', 'date': 'Wed, 12 Oct 2022 13:29:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "38b7d830-c263-419c-82a1-624aaf3bd2cc", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "floating_ip_address": "172.25.2.7", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81c9366135cf42f096ef6e0d748fa283", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:29:23Z", "updated_at": "2022-10-12T13:29:23Z", "revision_number": 0}}' 2022-10-12 13:29:25,953 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '38b7d830-c263-419c-82a1-624aaf3bd2cc', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.7', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:23Z', 'updated_at': '2022-10-12T13:29:23Z', 'revision_number': 0, 'ip': '172.25.2.7'} created 2022-10-12 13:29:26,156 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.197s 2022-10-12 13:29:26,156 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:25 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-e1d8fcd0-4d30-4c52-8dca-1296af293205', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "67f1b44834f84be9915554e881195cc2", "name": "tempest-AttachVolumeNegativeTest-144784080-project", "password_expires_at": null}, "audit_ids": ["skX8EfKeRYGrunghYOYf2A"], "expires_at": "2022-10-12T14:29:26.000000Z", "issued_at": "2022-10-12T13:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81c9366135cf42f096ef6e0d748fa283", "name": "tempest-AttachVolumeNegativeTest-144784080"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:26,157 121895 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'dc8ada29-6985-4172-9880-e15344e4c066', 'name': 'tempest-AttachVolumeNegativeTest-422403204-network', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:06Z', 'updated_at': '2022-10-12T13:29:07Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:26,158 121895 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-550757681', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK1M8JX5mzdzhfEgJ8GLCGEEnEUMW+EOZIFPzJ/GnB1olK9kpwjT+lvwnxkzqFfU/O1s9v3yB/ABcIuCu8I2hGmgIAdmBvhj3Q6ia7q4IVRHiG/ZrXpZSVmEnpK93jqduQ==', 'fingerprint': '20:d1:6e:01:e5:90:f6:d3:20:f3:92:0a:cc:2a:b5:af', 'user_id': '67f1b44834f84be9915554e881195cc2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARNrq4CQpqCYmdSNrjfgtaomIJpzx07/37wZ0vd2en6lZfXYSctdnI\n8P2PMIPuiOOgBwYFK4EEACKhZANiAAStTPCV+Zs3c4XxICfBiwhhBJxFDFvhDmSB\nT8yfxpwdaJSvZKcI0/pb8J8ZM6hX1PztbPb98gfwAXCLgrvCNoRpoCAHZgb4Y90O\nomu6uCFUR4hv2a16WUlZhJ6Svd46nbk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8c7006a3-bac9-405a-bc3d-e6c46ea94d0f', 'name': 'tempest-securitygroup--2020266818', 'stateful': True, 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'description': 'tempest-description--1092566437', 'shared': False, 'security_group_rules': [{'id': '538c69a1-8042-40e1-a67f-6f36db52d6e6', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': '8c7006a3-bac9-405a-bc3d-e6c46ea94d0f', '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': 1194, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:21Z', 'updated_at': '2022-10-12T13:29:21Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, {'id': '5498d959-4d0a-4505-9488-8b89d8b1421f', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': '8c7006a3-bac9-405a-bc3d-e6c46ea94d0f', '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': 1195, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:21Z', 'updated_at': '2022-10-12T13:29:21Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}], 'tags': [], 'created_at': '2022-10-12T13:29:20Z', 'updated_at': '2022-10-12T13:29:21Z', 'revision_number': 1, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, 'floating_ip': {'id': '38b7d830-c263-419c-82a1-624aaf3bd2cc', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.7', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:23Z', 'updated_at': '2022-10-12T13:29:23Z', 'revision_number': 0, 'ip': '172.25.2.7'}} 2022-10-12 13:29:28,402 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://10.222.0.52/compute/v2.1/servers 2.243s 2022-10-12 13:29:28,402 121895 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-1192764592", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "dc8ada29-6985-4172-9880-e15344e4c066"}], "security_groups": [{"name": "tempest-securitygroup--2020266818"}], "key_name": "tempest-keypair-550757681", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-996c3c2c-a9c8-4268-bb9e-27b9a6660d4d', 'x-compute-request-id': 'req-996c3c2c-a9c8-4268-bb9e-27b9a6660d4d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:28,514 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-550757681 0.109s 2022-10-12 13:29:28,517 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02451cc1-983a-4c48-80bd-afae08fcd68d', 'x-compute-request-id': 'req-02451cc1-983a-4c48-80bd-afae08fcd68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-550757681'} Body: b'' 2022-10-12 13:29:29,319 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/8c7006a3-bac9-405a-bc3d-e6c46ea94d0f 0.800s 2022-10-12 13:29:29,320 121895 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-2948498d-bc20-44bb-ad59-a48f9b760c49', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8c7006a3-bac9-405a-bc3d-e6c46ea94d0f'} Body: b'' 2022-10-12 13:29:29,375 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/8c7006a3-bac9-405a-bc3d-e6c46ea94d0f 0.055s 2022-10-12 13:29:29,376 121895 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-233d6e8c-8634-4b48-9e20-518eb6170bf5', 'date': 'Wed, 12 Oct 2022 13:29:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/8c7006a3-bac9-405a-bc3d-e6c46ea94d0f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8c7006a3-bac9-405a-bc3d-e6c46ea94d0f does not exist", "detail": ""}}' 2022-10-12 13:29:31,834 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/38b7d830-c263-419c-82a1-624aaf3bd2cc 2.458s 2022-10-12 13:29:31,834 121895 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-4f0de122-4a7b-472c-8e1f-c76d7a6b1d22', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/38b7d830-c263-419c-82a1-624aaf3bd2cc'} 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-12 13:29:31,837 121895 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:29:31,837 121895 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:29:32,068 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.227s 2022-10-12 13:29:32,068 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-313321026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHxHEwSF0IqWJaRVUJIbMEiQrfM4Ombqh9Ml8oqX7b2amgcVGzwolr66agdoRF0cm0M2yxzqV0l8tEQGPpSq0JVuMIUmJY07MLBq3My9W/BqVUkgXSJEyb0KHHJHnkClbQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:31 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-bee64759-1192-429c-93c4-8491d79e352b', 'x-compute-request-id': 'req-bee64759-1192-429c-93c4-8491d79e352b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-313321026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHxHEwSF0IqWJaRVUJIbMEiQrfM4Ombqh9Ml8oqX7b2amgcVGzwolr66agdoRF0cm0M2yxzqV0l8tEQGPpSq0JVuMIUmJY07MLBq3My9W/BqVUkgXSJEyb0KHHJHnkClbQ==", "fingerprint": "6d:2e:cd:2e:ba:f9:19:73:ea:dc:a7:13:fc:16:eb:1a", "user_id": "67f1b44834f84be9915554e881195cc2"}}' 2022-10-12 13:29:32,071 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-313321026 created 2022-10-12 13:29:33,567 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.495s 2022-10-12 13:29:33,567 121895 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--1017211174", "description": "tempest-description--1690746191"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-dc138df7-ef97-45a4-bc90-c5434f5ec67c', 'date': 'Wed, 12 Oct 2022 13:29:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "be2bce85-b555-40b8-af59-771b551fd09b", "name": "tempest-securitygroup--1017211174", "stateful": true, "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "description": "tempest-description--1690746191", "shared": false, "security_group_rules": [{"id": "435646e0-9dbb-4a63-8fbf-d8cf127d368d", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "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": 1223, "description": null, "tags": [], "created_at": "2022-10-12T13:29:32Z", "updated_at": "2022-10-12T13:29:32Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}, {"id": "cc1f5dc8-33dc-46e8-b3d4-0be5a2443401", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "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": 1222, "description": null, "tags": [], "created_at": "2022-10-12T13:29:32Z", "updated_at": "2022-10-12T13:29:32Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}], "tags": [], "created_at": "2022-10-12T13:29:32Z", "updated_at": "2022-10-12T13:29:32Z", "revision_number": 1, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:34,274 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.706s 2022-10-12 13:29:34,274 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "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-83f8c57d-662d-4b1b-be0b-8ded4c41fbea', 'date': 'Wed, 12 Oct 2022 13:29:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2804cbcb-b501-4cb1-bff6-49c5cbe820b9", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "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-12T13:29:33Z", "updated_at": "2022-10-12T13:29:33Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:35,199 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.924s 2022-10-12 13:29:35,199 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2f73a5d7-bd6a-4c13-9227-f4ebab99785a', 'date': 'Wed, 12 Oct 2022 13:29:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4db2d8d-ee3c-4726-86a9-048b7ad74732", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "be2bce85-b555-40b8-af59-771b551fd09b", "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-12T13:29:34Z", "updated_at": "2022-10-12T13:29:34Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:35,200 121895 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1017211174 created 2022-10-12 13:29:40,834 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 5.633s 2022-10-12 13:29:40,834 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-a7813747-9bb5-4c67-a2c4-0cf0400b4910', 'date': 'Wed, 12 Oct 2022 13:29:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b30284d5-3a02-41bc-adaa-5e5eba58f4a9", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "floating_ip_address": "172.25.2.210", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81c9366135cf42f096ef6e0d748fa283", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:29:38Z", "updated_at": "2022-10-12T13:29:38Z", "revision_number": 0}}' 2022-10-12 13:29:40,834 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b30284d5-3a02-41bc-adaa-5e5eba58f4a9', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.210', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:38Z', 'updated_at': '2022-10-12T13:29:38Z', 'revision_number': 0, 'ip': '172.25.2.210'} created 2022-10-12 13:29:41,035 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.195s 2022-10-12 13:29:41,036 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:40 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-a5747cdc-74c8-47d9-bdd4-94a292ef3b36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "67f1b44834f84be9915554e881195cc2", "name": "tempest-AttachVolumeNegativeTest-144784080-project", "password_expires_at": null}, "audit_ids": ["2QB4VWBcQ42XOVEsDYnoKg"], "expires_at": "2022-10-12T14:29:40.000000Z", "issued_at": "2022-10-12T13:29:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81c9366135cf42f096ef6e0d748fa283", "name": "tempest-AttachVolumeNegativeTest-144784080"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:41,036 121895 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'dc8ada29-6985-4172-9880-e15344e4c066', 'name': 'tempest-AttachVolumeNegativeTest-422403204-network', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:06Z', 'updated_at': '2022-10-12T13:29:07Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:41,037 121895 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-313321026', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHxHEwSF0IqWJaRVUJIbMEiQrfM4Ombqh9Ml8oqX7b2amgcVGzwolr66agdoRF0cm0M2yxzqV0l8tEQGPpSq0JVuMIUmJY07MLBq3My9W/BqVUkgXSJEyb0KHHJHnkClbQ==', 'fingerprint': '6d:2e:cd:2e:ba:f9:19:73:ea:dc:a7:13:fc:16:eb:1a', 'user_id': '67f1b44834f84be9915554e881195cc2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBXoWzZjBLfy6U2ONZxnIkJ54kjEpEt6c9vhSb6HR67ludqs5FrIGdh\neerSIiSwjQagBwYFK4EEACKhZANiAAR8RxMEhdCKliWkVVCSGzBIkK3zODpm6ofT\nJfKKl+29mpoHFRs8KJa+umoHaERdHJtDNssc6ldJfLREBj6UqtCVbjCFJiWNOzCw\natzMvVvwalVJIF0iRMm9ChxyR55ApW0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'be2bce85-b555-40b8-af59-771b551fd09b', 'name': 'tempest-securitygroup--1017211174', 'stateful': True, 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'description': 'tempest-description--1690746191', 'shared': False, 'security_group_rules': [{'id': '435646e0-9dbb-4a63-8fbf-d8cf127d368d', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': 'be2bce85-b555-40b8-af59-771b551fd09b', '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': 1223, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:32Z', 'updated_at': '2022-10-12T13:29:32Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, {'id': 'cc1f5dc8-33dc-46e8-b3d4-0be5a2443401', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': 'be2bce85-b555-40b8-af59-771b551fd09b', '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': 1222, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:32Z', 'updated_at': '2022-10-12T13:29:32Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}], 'tags': [], 'created_at': '2022-10-12T13:29:32Z', 'updated_at': '2022-10-12T13:29:32Z', 'revision_number': 1, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, 'floating_ip': {'id': 'b30284d5-3a02-41bc-adaa-5e5eba58f4a9', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.210', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:38Z', 'updated_at': '2022-10-12T13:29:38Z', 'revision_number': 0, 'ip': '172.25.2.210'}} 2022-10-12 13:29:42,570 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://10.222.0.52/compute/v2.1/servers 1.532s 2022-10-12 13:29:42,570 121895 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-1769566307", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "dc8ada29-6985-4172-9880-e15344e4c066"}], "security_groups": [{"name": "tempest-securitygroup--1017211174"}], "key_name": "tempest-keypair-313321026", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29: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-30a6fb22-958f-4ea9-a0de-eb7f3cfe51d6', 'x-compute-request-id': 'req-30a6fb22-958f-4ea9-a0de-eb7f3cfe51d6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:29:42,685 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-313321026 0.113s 2022-10-12 13:29:42,685 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc47d28f-dd17-4653-a95d-2758a92c876b', 'x-compute-request-id': 'req-dc47d28f-dd17-4653-a95d-2758a92c876b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-313321026'} Body: b'' 2022-10-12 13:29:43,464 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/be2bce85-b555-40b8-af59-771b551fd09b 0.778s 2022-10-12 13:29:43,465 121895 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-1c6004eb-99ca-4fb0-9448-d540925fa4bd', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/be2bce85-b555-40b8-af59-771b551fd09b'} Body: b'' 2022-10-12 13:29:43,940 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/be2bce85-b555-40b8-af59-771b551fd09b 0.474s 2022-10-12 13:29:43,940 121895 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-aa27255f-e49e-4d96-8de8-25a9338b8406', 'date': 'Wed, 12 Oct 2022 13:29:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/be2bce85-b555-40b8-af59-771b551fd09b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group be2bce85-b555-40b8-af59-771b551fd09b does not exist", "detail": ""}}' 2022-10-12 13:29:45,911 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/b30284d5-3a02-41bc-adaa-5e5eba58f4a9 1.970s 2022-10-12 13:29:45,912 121895 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-b2865787-7043-4d3f-8f24-1bd71defc9dd', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:29:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/b30284d5-3a02-41bc-adaa-5e5eba58f4a9'} 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-12 13:29:45,914 121895 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-10-12 13:29:45,914 121895 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-10-12 13:29:46,124 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.207s 2022-10-12 13:29:46,125 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-63207398", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKExvC+jAOTILIEwSgZnIbw0tuZMLGP9PpG8O0b5UAF+F1eymGwz72pUcS1aQD36v+K65vrU5z87L2XfAoH/uSfvhQ/Y6yThWavcIWXhjh4Ttjm7AJLJp4kValoX/yokTQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f504a68f-3a50-4095-b015-42c023cc1c07', 'x-compute-request-id': 'req-f504a68f-3a50-4095-b015-42c023cc1c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-63207398", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKExvC+jAOTILIEwSgZnIbw0tuZMLGP9PpG8O0b5UAF+F1eymGwz72pUcS1aQD36v+K65vrU5z87L2XfAoH/uSfvhQ/Y6yThWavcIWXhjh4Ttjm7AJLJp4kValoX/yokTQ==", "fingerprint": "22:4e:7c:c6:19:43:6d:a7:7e:f2:66:f4:b8:f2:66:8c", "user_id": "67f1b44834f84be9915554e881195cc2"}}' 2022-10-12 13:29:46,128 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-63207398 created 2022-10-12 13:29:47,232 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.100s 2022-10-12 13:29:47,232 121895 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--78310438", "description": "tempest-description--220047091"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7312ab0e-ac47-4dfa-a426-33396a4e11fd', 'date': 'Wed, 12 Oct 2022 13:29:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "819ee682-8110-4aec-ae98-e0c169aee552", "name": "tempest-securitygroup--78310438", "stateful": true, "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "description": "tempest-description--220047091", "shared": false, "security_group_rules": [{"id": "000dd857-3ceb-4413-bdec-132b9c554a67", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "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": 1282, "description": null, "tags": [], "created_at": "2022-10-12T13:29:46Z", "updated_at": "2022-10-12T13:29:46Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}, {"id": "6158cb9b-3ab2-4bad-8a1d-9611854019d4", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "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": 1281, "description": null, "tags": [], "created_at": "2022-10-12T13:29:46Z", "updated_at": "2022-10-12T13:29:46Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}], "tags": [], "created_at": "2022-10-12T13:29:46Z", "updated_at": "2022-10-12T13:29:46Z", "revision_number": 1, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:49,246 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 2.013s 2022-10-12 13:29:49,246 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "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-ca04d9f0-d392-4a2c-ad94-8a12003e3cab', 'date': 'Wed, 12 Oct 2022 13:29:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a3de4ac-643c-4ccb-ab89-f31290417faf", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "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-12T13:29:48Z", "updated_at": "2022-10-12T13:29:48Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:51,354 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 2.107s 2022-10-12 13:29:51,355 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8a3b5ae9-4f4f-4db2-8d54-a198956dba38', 'date': 'Wed, 12 Oct 2022 13:29:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecc4a41e-d237-4b38-ac60-335d29621610", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "security_group_id": "819ee682-8110-4aec-ae98-e0c169aee552", "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-12T13:29:49Z", "updated_at": "2022-10-12T13:29:49Z", "revision_number": 0, "project_id": "81c9366135cf42f096ef6e0d748fa283"}}' 2022-10-12 13:29:51,355 121895 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--78310438 created 2022-10-12 13:29:58,479 121895 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/floatingips 7.124s 2022-10-12 13:29:58,480 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-513b8a97-998f-4349-a961-7db1d26ea339', 'date': 'Wed, 12 Oct 2022 13:29:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "201ec91d-bcb1-4a4d-a628-611ac43ede9b", "tenant_id": "81c9366135cf42f096ef6e0d748fa283", "floating_ip_address": "172.25.2.253", "floating_network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81c9366135cf42f096ef6e0d748fa283", "description": "", "port_details": null, "tags": [], "created_at": "2022-10-12T13:29:55Z", "updated_at": "2022-10-12T13:29:55Z", "revision_number": 0}}' 2022-10-12 13:29:58,480 121895 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '201ec91d-bcb1-4a4d-a628-611ac43ede9b', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.253', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:55Z', 'updated_at': '2022-10-12T13:29:55Z', 'revision_number': 0, 'ip': '172.25.2.253'} created 2022-10-12 13:29:58,906 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.419s 2022-10-12 13:29:58,906 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:58 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-28aea1b9-ebae-48bc-b1cc-989d8e047139', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "67f1b44834f84be9915554e881195cc2", "name": "tempest-AttachVolumeNegativeTest-144784080-project", "password_expires_at": null}, "audit_ids": ["WaqssbQISxyJNdJMef3FBw"], "expires_at": "2022-10-12T14:29:58.000000Z", "issued_at": "2022-10-12T13:29:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81c9366135cf42f096ef6e0d748fa283", "name": "tempest-AttachVolumeNegativeTest-144784080"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/81c9366135cf42f096ef6e0d748fa283", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:29:58,907 121895 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'dc8ada29-6985-4172-9880-e15344e4c066', 'name': 'tempest-AttachVolumeNegativeTest-422403204-network', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:29:06Z', 'updated_at': '2022-10-12T13:29:07Z', 'revision_number': 1} available for tenant 2022-10-12 13:29:58,907 121895 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-63207398', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKExvC+jAOTILIEwSgZnIbw0tuZMLGP9PpG8O0b5UAF+F1eymGwz72pUcS1aQD36v+K65vrU5z87L2XfAoH/uSfvhQ/Y6yThWavcIWXhjh4Ttjm7AJLJp4kValoX/yokTQ==', 'fingerprint': '22:4e:7c:c6:19:43:6d:a7:7e:f2:66:f4:b8:f2:66:8c', 'user_id': '67f1b44834f84be9915554e881195cc2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCMZjQl1y2VDihk1sZK31CXpQ9U0HHP341yohdDZm+J78Puts4YZKsK\nIacqh7DggUmgBwYFK4EEACKhZANiAAShMbwvowDkyCyBMEoGZyG8NLbmTCxj/T6R\nvDtG+VABfhdXsphsM+9qVHEtWkA9+r/iuub61Oc/Oy9l3wKB/7kn74UP2Osk4Vmr\n3CFl4Y4eE7Y5uwCSyaeJFWpaF/8qJE0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '819ee682-8110-4aec-ae98-e0c169aee552', 'name': 'tempest-securitygroup--78310438', 'stateful': True, 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'description': 'tempest-description--220047091', 'shared': False, 'security_group_rules': [{'id': '000dd857-3ceb-4413-bdec-132b9c554a67', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': '819ee682-8110-4aec-ae98-e0c169aee552', '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': 1282, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:46Z', 'updated_at': '2022-10-12T13:29:46Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, {'id': '6158cb9b-3ab2-4bad-8a1d-9611854019d4', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'security_group_id': '819ee682-8110-4aec-ae98-e0c169aee552', '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': 1281, 'description': None, 'tags': [], 'created_at': '2022-10-12T13:29:46Z', 'updated_at': '2022-10-12T13:29:46Z', 'revision_number': 0, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}], 'tags': [], 'created_at': '2022-10-12T13:29:46Z', 'updated_at': '2022-10-12T13:29:46Z', 'revision_number': 1, 'project_id': '81c9366135cf42f096ef6e0d748fa283'}, 'floating_ip': {'id': '201ec91d-bcb1-4a4d-a628-611ac43ede9b', 'tenant_id': '81c9366135cf42f096ef6e0d748fa283', 'floating_ip_address': '172.25.2.253', 'floating_network_id': '9fb04cb9-bc64-4763-ad48-e24392a2a610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81c9366135cf42f096ef6e0d748fa283', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-10-12T13:29:55Z', 'updated_at': '2022-10-12T13:29:55Z', 'revision_number': 0, 'ip': '172.25.2.253'}} 2022-10-12 13:30:01,982 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 3.074s 2022-10-12 13:30:01,982 121895 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-701996503", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "dc8ada29-6985-4172-9880-e15344e4c066"}], "security_groups": [{"name": "tempest-securitygroup--78310438"}], "key_name": "tempest-keypair-63207398", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:29:58 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-d725ba97-1311-4573-9478-f05c528998ff', 'x-compute-request-id': 'req-d725ba97-1311-4573-9478-f05c528998ff', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:30:01,983 121895 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-12 13:30:02,102 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-63207398 0.118s 2022-10-12 13:30:02,102 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:30: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-040ee3b2-cc9d-4caa-b966-e2c0d0ac2208', 'x-compute-request-id': 'req-040ee3b2-cc9d-4caa-b966-e2c0d0ac2208', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-63207398'} Body: b'' 2022-10-12 13:30:02,639 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/819ee682-8110-4aec-ae98-e0c169aee552 0.536s 2022-10-12 13:30:02,639 121895 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-42144e33-b29e-460a-a633-5c6c06e15314', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:30:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/819ee682-8110-4aec-ae98-e0c169aee552'} Body: b'' 2022-10-12 13:30:02,936 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.52:9696/networking/v2.0/security-groups/819ee682-8110-4aec-ae98-e0c169aee552 0.296s 2022-10-12 13:30:02,937 121895 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-a20fb0c5-cd28-4383-bb9f-13dc8b6cfac7', 'date': 'Wed, 12 Oct 2022 13:30:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/819ee682-8110-4aec-ae98-e0c169aee552'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 819ee682-8110-4aec-ae98-e0c169aee552 does not exist", "detail": ""}}' 2022-10-12 13:30:08,559 121895 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/floatingips/201ec91d-bcb1-4a4d-a628-611ac43ede9b 5.621s 2022-10-12 13:30:08,559 121895 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-a39ebf91-0619-4ebe-ad5f-1aab82d16e80', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:30:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/floatingips/201ec91d-bcb1-4a4d-a628-611ac43ede9b'} 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-12 13:38:56,715 121905 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.360s 2022-10-12 13:38:56,715 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:56 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-cb7952d1-188b-4399-9649-b6c23d68ad52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "162c9bd0ae0e4ea18a7bbeedf6dc6e8f", "name": "tempest-VolumesActionsTest-567831947-project", "password_expires_at": null}, "audit_ids": ["JFT-y6e8SUqn_c2AAwMwBQ"], "expires_at": "2022-10-12T14:38:56.000000Z", "issued_at": "2022-10-12T13:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "02ea94e70ad546f492cddaf0a92d9ace", "name": "tempest-VolumesActionsTest-567831947"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/02ea94e70ad546f492cddaf0a92d9ace", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_02ea94e70ad546f492cddaf0a92d9ace", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/02ea94e70ad546f492cddaf0a92d9ace", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/02ea94e70ad546f492cddaf0a92d9ace", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:38:56,716 121905 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '4bfd9b69-d4a8-4be8-8259-afa5587a5cb7', 'name': 'tempest-VolumesActionsTest-1738093126-network', 'tenant_id': '02ea94e70ad546f492cddaf0a92d9ace', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '02ea94e70ad546f492cddaf0a92d9ace', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 310, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:38:49Z', 'updated_at': '2022-10-12T13:38:49Z', 'revision_number': 1} available for tenant 2022-10-12 13:38:58,724 121905 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 2.007s 2022-10-12 13:38:58,724 121905 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-1536173810", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "4bfd9b69-d4a8-4be8-8259-afa5587a5cb7"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-eb465543-8def-4865-91e8-45ce5985132e', 'x-compute-request-id': 'req-eb465543-8def-4865-91e8-45ce5985132e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:46:33,749 121897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.083s 2022-10-12 13:46:33,749 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:33 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-a2a113c4-a948-43e4-9677-99675cdfee8b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "38336e6573174fada63c8cba33177b76", "name": "tempest-VolumesActionsTest-2026672675-project", "password_expires_at": null}, "audit_ids": ["YBX3Ogb9RBye-Gj9LmH97A"], "expires_at": "2022-10-12T14:46:33.000000Z", "issued_at": "2022-10-12T13:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f056493347664f379cf1c3bf7623f44b", "name": "tempest-VolumesActionsTest-2026672675"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:46:33,750 121897 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '313480eb-9a02-42b6-8203-2b962c0c53b9', 'name': 'tempest-VolumesActionsTest-1223905421-network', 'tenant_id': 'f056493347664f379cf1c3bf7623f44b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f056493347664f379cf1c3bf7623f44b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 311, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:46:27Z', 'updated_at': '2022-10-12T13:46:27Z', 'revision_number': 1} available for tenant 2022-10-12 13:46:34,305 121897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://10.222.0.52/compute/v2.1/servers 0.554s 2022-10-12 13:46:34,305 121897 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-1231271836", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "313480eb-9a02-42b6-8203-2b962c0c53b9"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46: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-22afcb19-283e-4173-921a-c6999886716b', 'x-compute-request-id': 'req-22afcb19-283e-4173-921a-c6999886716b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:46:34,413 121897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.091s 2022-10-12 13:46:34,413 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:34 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-8828af80-0392-48b8-a70d-cb3dd18022e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "38336e6573174fada63c8cba33177b76", "name": "tempest-VolumesActionsTest-2026672675-project", "password_expires_at": null}, "audit_ids": ["ar_0sDtUTRiaU4SCCv8UFA"], "expires_at": "2022-10-12T14:46:34.000000Z", "issued_at": "2022-10-12T13:46:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f056493347664f379cf1c3bf7623f44b", "name": "tempest-VolumesActionsTest-2026672675"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f056493347664f379cf1c3bf7623f44b", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:46:34,414 121897 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '313480eb-9a02-42b6-8203-2b962c0c53b9', 'name': 'tempest-VolumesActionsTest-1223905421-network', 'tenant_id': 'f056493347664f379cf1c3bf7623f44b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f056493347664f379cf1c3bf7623f44b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 311, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:46:27Z', 'updated_at': '2022-10-12T13:46:27Z', 'revision_number': 1} available for tenant 2022-10-12 13:46:34,920 121897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://10.222.0.52/compute/v2.1/servers 0.505s 2022-10-12 13:46:34,920 121897 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-1393403532", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "313480eb-9a02-42b6-8203-2b962c0c53b9"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-90518b56-be6c-484b-b948-1913e2b0110f', 'x-compute-request-id': 'req-90518b56-be6c-484b-b948-1913e2b0110f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:44:44,773 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.295s 2022-10-12 13:44:44,774 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:44 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-5b6d5513-f919-41cb-9c15-d45eecfcb968', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5e364a80a0946c594c996b319e799ab", "name": "tempest-VolumesSnapshotTestJSON-367680922-project", "password_expires_at": null}, "audit_ids": ["bpiO1R-BTyKW1Uq2aD-jSw"], "expires_at": "2022-10-12T14:44:44.000000Z", "issued_at": "2022-10-12T13:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97f544ffeb44097a4ad8b2e41ace754", "name": "tempest-VolumesSnapshotTestJSON-367680922"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:44:44,774 121895 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '247488f5-aedb-4a51-a03e-ddc20b0de85f', 'name': 'tempest-VolumesSnapshotTestJSON-773806159-network', 'tenant_id': 'a97f544ffeb44097a4ad8b2e41ace754', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a97f544ffeb44097a4ad8b2e41ace754', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 336, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:42:01Z', 'updated_at': '2022-10-12T13:42:02Z', 'revision_number': 1} available for tenant 2022-10-12 13:44:45,762 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 500 POST http://10.222.0.52/compute/v2.1/servers 0.987s 2022-10-12 13:44:45,762 121895 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-1673179270", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "247488f5-aedb-4a51-a03e-ddc20b0de85f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-da5fb822-bd7e-4c32-831f-4fd690bee04b', 'x-compute-request-id': 'req-da5fb822-bd7e-4c32-831f-4fd690bee04b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:44:57,150 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots 0.576s 2022-10-12 13:44:57,151 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e1b12b-5436-43cc-ab6e-52cb9269caf2', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e1b12b-5436-43cc-ab6e-52cb9269caf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:56.826551", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "creating", "size": 1, "metadata": {}}}' 2022-10-12 13:44:57,189 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd 0.034s 2022-10-12 13:44:57,190 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d54af3e-cc4f-4d42-8b48-29dac4472b33', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d54af3e-cc4f-4d42-8b48-29dac4472b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a97f544ffeb44097a4ad8b2e41ace754", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:44:58,263 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd 0.068s 2022-10-12 13:44:58,264 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55def911-3458-4c1e-a282-6b1133354196', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55def911-3458-4c1e-a282-6b1133354196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a97f544ffeb44097a4ad8b2e41ace754", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:44:59,319 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd 0.050s 2022-10-12 13:44:59,320 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c303d90-cc46-4a96-84a1-3f16cb5e584c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c303d90-cc46-4a96-84a1-3f16cb5e584c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a97f544ffeb44097a4ad8b2e41ace754", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:45:00,379 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd 0.054s 2022-10-12 13:45:00,384 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a92f6b-1a5b-40a8-be4a-8fcd72e2bbd0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a92f6b-1a5b-40a8-be4a-8fcd72e2bbd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:57.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a97f544ffeb44097a4ad8b2e41ace754", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:45:01,444 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd 0.056s 2022-10-12 13:45:01,445 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f121577-9ca7-420c-8e94-729d7b89e569', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f121577-9ca7-420c-8e94-729d7b89e569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754/snapshots/dc3d9384-f3b0-4f52-8404-a0afbee2e1dd'} Body: b'{"snapshot": {"id": "dc3d9384-f3b0-4f52-8404-a0afbee2e1dd", "created_at": "2022-10-12T13:44:57.000000", "updated_at": "2022-10-12T13:45:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2143179529", "description": null, "volume_id": "8ae52eb6-df8d-4dfc-b9c3-44c692e54ba4", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a97f544ffeb44097a4ad8b2e41ace754", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-12 13:45:01,449 121895 INFO [tempest.common.waiters] snapshot dc3d9384-f3b0-4f52-8404-a0afbee2e1dd reached available after waiting for 4.449412 seconds 2022-10-12 13:45:01,619 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.164s 2022-10-12 13:45:01,620 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:01 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-ba617b0c-00ba-4a07-bae5-db8ae70b3907', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5e364a80a0946c594c996b319e799ab", "name": "tempest-VolumesSnapshotTestJSON-367680922-project", "password_expires_at": null}, "audit_ids": ["TDJ3tOO2QpSRCTB3HKxLoQ"], "expires_at": "2022-10-12T14:45:01.000000Z", "issued_at": "2022-10-12T13:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a97f544ffeb44097a4ad8b2e41ace754", "name": "tempest-VolumesSnapshotTestJSON-367680922"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a97f544ffeb44097a4ad8b2e41ace754", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:45:01,620 121895 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '247488f5-aedb-4a51-a03e-ddc20b0de85f', 'name': 'tempest-VolumesSnapshotTestJSON-773806159-network', 'tenant_id': 'a97f544ffeb44097a4ad8b2e41ace754', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a97f544ffeb44097a4ad8b2e41ace754', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 336, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:42:01Z', 'updated_at': '2022-10-12T13:42:02Z', 'revision_number': 1} available for tenant 2022-10-12 13:45:02,435 121895 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST http://10.222.0.52/compute/v2.1/servers 0.814s 2022-10-12 13:45:02,436 121895 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-788326706", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "247488f5-aedb-4a51-a03e-ddc20b0de85f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45: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-a434498f-702b-4aef-8c30-d9e22c87e28d', 'x-compute-request-id': 'req-a434498f-702b-4aef-8c30-d9e22c87e28d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:58:20,346 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.289s 2022-10-12 13:58:20,346 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-241020221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEj7fn895bssqHErSJpRVjYkJPdjrmditONKDYDhOaLL28h9JMnuS6qhgi6MPb7laJo0LtKkICiAHiHHvkGOJtxkKUJFusC6P67zCMTd0iuk0HvieNuKLdSpM8eC1JBnXg=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:20 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-5cc6a98c-e1bd-4369-a55c-ffd4bd7babf6', 'x-compute-request-id': 'req-5cc6a98c-e1bd-4369-a55c-ffd4bd7babf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-241020221", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEj7fn895bssqHErSJpRVjYkJPdjrmditONKDYDhOaLL28h9JMnuS6qhgi6MPb7laJo0LtKkICiAHiHHvkGOJtxkKUJFusC6P67zCMTd0iuk0HvieNuKLdSpM8eC1JBnXg==", "fingerprint": "f6:a0:ac:4a:98:79:d6:2a:e1:87:83:b7:40:c4:72:13", "user_id": "74fe621ded0147ffabfb42d52dddf76e"}}' 2022-10-12 13:58:20,388 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 13:58:20,388 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:20 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-f3346e3b-faf8-4f54-aa86-f9d62a9f257e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "74fe621ded0147ffabfb42d52dddf76e", "name": "tempest-TestEncryptedCinderVolumes-623821179-project", "password_expires_at": null}, "audit_ids": ["umJ7IgXDQfKbrthe07OW3w"], "expires_at": "2022-10-12T14:58:20.000000Z", "issued_at": "2022-10-12T13:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d78f258c71f94ab29a2104f43e619d75", "name": "tempest-TestEncryptedCinderVolumes-623821179"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:58:20,389 177819 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': '873155a6-94eb-4f3a-b637-2863ed4c859a', 'name': 'tempest-TestEncryptedCinderVolumes-880725384-network', 'tenant_id': 'd78f258c71f94ab29a2104f43e619d75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd78f258c71f94ab29a2104f43e619d75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:58:08Z', 'updated_at': '2022-10-12T13:58:08Z', 'revision_number': 1} available for tenant 2022-10-12 13:58:20,665 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 500 POST http://10.222.0.52/compute/v2.1/servers 0.275s 2022-10-12 13:58:20,665 177819 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-1828298930", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-241020221", "networks": [{"uuid": "873155a6-94eb-4f3a-b637-2863ed4c859a"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-562f8a4c-e4fd-4d0d-b668-53f533210127', 'x-compute-request-id': 'req-562f8a4c-e4fd-4d0d-b668-53f533210127', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:58:20,769 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-241020221 0.092s 2022-10-12 13:58:20,769 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-028ab733-a783-472b-8289-f924d7547907', 'x-compute-request-id': 'req-028ab733-a783-472b-8289-f924d7547907', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-241020221'} 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-12 13:58:20,897 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.123s 2022-10-12 13:58:20,897 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1557699134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKfoXJX7BYRBrQfKH5LV5ctqzZemK/SfyAkwt2u6XRl3bmGi1v1ZoeyBPim5oFKCkXptitpc30v+Gc2ENsxjW2vAHhDfMnaVaAVGRiFrDYDO3svYlpIIWvJCO+wmLyvY7w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-439d0128-0c63-4276-993a-5e718ea59d4e', 'x-compute-request-id': 'req-439d0128-0c63-4276-993a-5e718ea59d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1557699134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKfoXJX7BYRBrQfKH5LV5ctqzZemK/SfyAkwt2u6XRl3bmGi1v1ZoeyBPim5oFKCkXptitpc30v+Gc2ENsxjW2vAHhDfMnaVaAVGRiFrDYDO3svYlpIIWvJCO+wmLyvY7w==", "fingerprint": "3d:71:78:67:e3:3a:24:14:7b:31:33:db:b2:7a:56:37", "user_id": "74fe621ded0147ffabfb42d52dddf76e"}}' 2022-10-12 13:58:20,940 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 13:58:20,941 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:20 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-0c49b87e-0af5-4e07-8daf-67eaa41b67b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "74fe621ded0147ffabfb42d52dddf76e", "name": "tempest-TestEncryptedCinderVolumes-623821179-project", "password_expires_at": null}, "audit_ids": ["jfDA4ZQgQzSiuAQbum3D1A"], "expires_at": "2022-10-12T14:58:20.000000Z", "issued_at": "2022-10-12T13:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d78f258c71f94ab29a2104f43e619d75", "name": "tempest-TestEncryptedCinderVolumes-623821179"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:58:20,941 177819 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': '873155a6-94eb-4f3a-b637-2863ed4c859a', 'name': 'tempest-TestEncryptedCinderVolumes-880725384-network', 'tenant_id': 'd78f258c71f94ab29a2104f43e619d75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd78f258c71f94ab29a2104f43e619d75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:58:08Z', 'updated_at': '2022-10-12T13:58:08Z', 'revision_number': 1} available for tenant 2022-10-12 13:58:21,572 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 500 POST http://10.222.0.52/compute/v2.1/servers 0.624s 2022-10-12 13:58:21,573 177819 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-474035183", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1557699134", "networks": [{"uuid": "873155a6-94eb-4f3a-b637-2863ed4c859a"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-6990e5fb-c41d-4a95-9930-d5c995dcfb51', 'x-compute-request-id': 'req-6990e5fb-c41d-4a95-9930-d5c995dcfb51', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:58:21,657 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1557699134 0.082s 2022-10-12 13:58:21,657 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-a5e95747-dddd-4e53-9073-8acac2b4cc67', 'x-compute-request-id': 'req-a5e95747-dddd-4e53-9073-8acac2b4cc67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1557699134'} 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-12 13:58:21,780 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.117s 2022-10-12 13:58:21,780 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-839260919", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO/zF9zNKnvSJ8HdyuOV5h5GbgoTe2tlJ0gMu9ie7KW0b2uUduOsjgDB97hpF8Ogs4K+uCO8savrOGOB3C4zn9XAHZPkKDBgkae/qvRnOmbkYrhcF6L6wrEcGF3ZRSMCNg=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-0676c58d-d387-4d31-9fe0-f2271b5c98b5', 'x-compute-request-id': 'req-0676c58d-d387-4d31-9fe0-f2271b5c98b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-839260919", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO/zF9zNKnvSJ8HdyuOV5h5GbgoTe2tlJ0gMu9ie7KW0b2uUduOsjgDB97hpF8Ogs4K+uCO8savrOGOB3C4zn9XAHZPkKDBgkae/qvRnOmbkYrhcF6L6wrEcGF3ZRSMCNg==", "fingerprint": "01:08:4a:40:d7:4d:b9:68:26:a9:18:dd:2e:13:7b:16", "user_id": "74fe621ded0147ffabfb42d52dddf76e"}}' 2022-10-12 13:58:21,822 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 13:58:21,822 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:21 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-abb26261-8a66-424e-853c-4761632ec82d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "74fe621ded0147ffabfb42d52dddf76e", "name": "tempest-TestEncryptedCinderVolumes-623821179-project", "password_expires_at": null}, "audit_ids": ["czSIFcd-TTyc8FBH_HGLVw"], "expires_at": "2022-10-12T14:58:21.000000Z", "issued_at": "2022-10-12T13:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d78f258c71f94ab29a2104f43e619d75", "name": "tempest-TestEncryptedCinderVolumes-623821179"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/d78f258c71f94ab29a2104f43e619d75", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:58:21,823 177819 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '873155a6-94eb-4f3a-b637-2863ed4c859a', 'name': 'tempest-TestEncryptedCinderVolumes-880725384-network', 'tenant_id': 'd78f258c71f94ab29a2104f43e619d75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd78f258c71f94ab29a2104f43e619d75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:58:08Z', 'updated_at': '2022-10-12T13:58:08Z', 'revision_number': 1} available for tenant 2022-10-12 13:58:22,104 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 POST http://10.222.0.52/compute/v2.1/servers 0.279s 2022-10-12 13:58:22,104 177819 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-182019105", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-839260919", "networks": [{"uuid": "873155a6-94eb-4f3a-b637-2863ed4c859a"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-fb79c41a-0ddd-48cd-8eac-32971ad2de5e', 'x-compute-request-id': 'req-fb79c41a-0ddd-48cd-8eac-32971ad2de5e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:58:22,214 177819 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-839260919 0.108s 2022-10-12 13:58:22,214 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-3976ba83-0cda-4ca6-a7cc-fe9585f625dd', 'x-compute-request-id': 'req-3976ba83-0cda-4ca6-a7cc-fe9585f625dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-839260919'} 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-12 13:58:43,720 177819 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-12 13:58:44,051 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.52/image/v2/images 0.330s 2022-10-12 13:58:44,051 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1140326922", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-98826935-0236-4ba7-a441-8e46bdd28c36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1140326922", "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": "f9c8e52b44154075a28616bc54353d26", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4bfdf71-ee00-41ed-a7c3-3022141424f3", "created_at": "2022-10-12T13:58:44Z", "updated_at": "2022-10-12T13:58:44Z", "tags": [], "self": "/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3", "file": "/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:58:54,915 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.52/image/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3/file 10.863s 2022-10-12 13:58:54,915 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f6fdea2a670> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9144f0a0-a8ce-47a2-af8b-8d824fa4e771', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3/file'} Body: b'' 2022-10-12 13:58:54,915 177819 DEBUG [tempest.scenario.manager] image:a4bfdf71-ee00-41ed-a7c3-3022141424f3 2022-10-12 13:58:55,026 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.108s 2022-10-12 13:58:55,027 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1931581824", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSp0bTum9N0XEJoK3wK3aFlkAyfFVMUDx+ju9uCFGIHnjykzrLVIOkOozVZw/ilJySPxex/j4v7j5JdU1b64v1rryvVMipBA3zgnTidmP/iGOQRfY1NPzySQWArLiovqQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37bd7a2b-47ec-4e13-adf7-3534c833879d', 'x-compute-request-id': 'req-37bd7a2b-47ec-4e13-adf7-3534c833879d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1931581824", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSp0bTum9N0XEJoK3wK3aFlkAyfFVMUDx+ju9uCFGIHnjykzrLVIOkOozVZw/ilJySPxex/j4v7j5JdU1b64v1rryvVMipBA3zgnTidmP/iGOQRfY1NPzySQWArLiovqQ==", "fingerprint": "7c:20:72:3c:38:bf:2e:07:ad:a0:f2:36:ff:0a:b0:35", "user_id": "f84889b627274d9e81b3d32dfa537a4c"}}' 2022-10-12 13:58:55,066 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:58:55,067 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:55 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-85f5003c-4e42-4feb-b4a3-843a2525affa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f84889b627274d9e81b3d32dfa537a4c", "name": "tempest-TestMinimumBasicScenario-1659850134-project", "password_expires_at": null}, "audit_ids": ["n-bX3HVZSsasv9C6tkaYmg"], "expires_at": "2022-10-12T14:58:55.000000Z", "issued_at": "2022-10-12T13:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9c8e52b44154075a28616bc54353d26", "name": "tempest-TestMinimumBasicScenario-1659850134"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:58:55,067 177819 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '1227ae0f-309c-4a12-b7c0-d6d0938831a3', 'name': 'tempest-TestMinimumBasicScenario-945393112-network', 'tenant_id': 'f9c8e52b44154075a28616bc54353d26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f9c8e52b44154075a28616bc54353d26', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 340, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:58:32Z', 'updated_at': '2022-10-12T13:58:32Z', 'revision_number': 1} available for tenant 2022-10-12 13:58:55,332 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 POST http://10.222.0.52/compute/v2.1/servers 0.263s 2022-10-12 13:58:55,332 177819 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-431643668", "imageRef": "a4bfdf71-ee00-41ed-a7c3-3022141424f3", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1931581824", "networks": [{"uuid": "1227ae0f-309c-4a12-b7c0-d6d0938831a3"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-0b10115a-efcc-4b99-92a4-17f5bf810f9c', 'x-compute-request-id': 'req-0b10115a-efcc-4b99-92a4-17f5bf810f9c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:58:55,464 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1931581824 0.130s 2022-10-12 13:58:55,464 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58: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-f818179e-048c-4c84-8a23-b4de27f354c0', 'x-compute-request-id': 'req-f818179e-048c-4c84-8a23-b4de27f354c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1931581824'} Body: b'' 2022-10-12 13:58:56,290 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.52/image/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3 0.825s 2022-10-12 13:58:56,290 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-22fdfcd2-abdc-4cd3-81a7-0fb2f2195c6d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/a4bfdf71-ee00-41ed-a7c3-3022141424f3'} 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-12 13:58:56,293 177819 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-12 13:58:56,456 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.52/image/v2/images 0.162s 2022-10-12 13:58:56,456 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--2069459675", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a548d744-6651-4dc7-9867-fe586e841400', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2069459675", "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": "f9c8e52b44154075a28616bc54353d26", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "dabbb8e0-feeb-48b2-bec7-0f064e0683df", "created_at": "2022-10-12T13:58:56Z", "updated_at": "2022-10-12T13:58:56Z", "tags": [], "self": "/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df", "file": "/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:59:06,380 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.52/image/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df/file 9.923s 2022-10-12 13:59:06,380 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f6fde314070> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-af15bdd1-16e6-4373-b60a-45b6a53b996f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df/file'} Body: b'' 2022-10-12 13:59:06,380 177819 DEBUG [tempest.scenario.manager] image:dabbb8e0-feeb-48b2-bec7-0f064e0683df 2022-10-12 13:59:06,513 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.129s 2022-10-12 13:59:06,513 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-700600364", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCdMCtxLAZKNlRh7GMsNzQyL2Yq6rcG9y5x5PPIV0VoWwnlYC5N+0mM+VM+Jsn8RSCOGKahzFDTQBDTv0wJnnC40jWngKDgzcG+vCqjuc7cpNhgGqJb6uYqTTSZxX0Ue8g=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:06 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-9b65800f-e4a7-438a-b5b5-38af24aed335', 'x-compute-request-id': 'req-9b65800f-e4a7-438a-b5b5-38af24aed335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-700600364", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCdMCtxLAZKNlRh7GMsNzQyL2Yq6rcG9y5x5PPIV0VoWwnlYC5N+0mM+VM+Jsn8RSCOGKahzFDTQBDTv0wJnnC40jWngKDgzcG+vCqjuc7cpNhgGqJb6uYqTTSZxX0Ue8g==", "fingerprint": "b9:65:9a:44:2f:f9:ef:77:95:34:ab:9f:48:dc:5d:58", "user_id": "f84889b627274d9e81b3d32dfa537a4c"}}' 2022-10-12 13:59:06,554 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:59:06,554 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:06 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-e56659dd-dbcb-4616-acff-70466980f3fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f84889b627274d9e81b3d32dfa537a4c", "name": "tempest-TestMinimumBasicScenario-1659850134-project", "password_expires_at": null}, "audit_ids": ["DFVQP-0cR3qtujqX7cb13A"], "expires_at": "2022-10-12T14:59:06.000000Z", "issued_at": "2022-10-12T13:59:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9c8e52b44154075a28616bc54353d26", "name": "tempest-TestMinimumBasicScenario-1659850134"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/f9c8e52b44154075a28616bc54353d26", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:59:06,555 177819 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '1227ae0f-309c-4a12-b7c0-d6d0938831a3', 'name': 'tempest-TestMinimumBasicScenario-945393112-network', 'tenant_id': 'f9c8e52b44154075a28616bc54353d26', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f9c8e52b44154075a28616bc54353d26', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 340, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:58:32Z', 'updated_at': '2022-10-12T13:58:32Z', 'revision_number': 1} available for tenant 2022-10-12 13:59:06,821 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://10.222.0.52/compute/v2.1/servers 0.265s 2022-10-12 13:59:06,822 177819 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-862608784", "imageRef": "dabbb8e0-feeb-48b2-bec7-0f064e0683df", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-700600364", "networks": [{"uuid": "1227ae0f-309c-4a12-b7c0-d6d0938831a3"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59: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-527048df-65fc-40d1-a547-68957e187818', 'x-compute-request-id': 'req-527048df-65fc-40d1-a547-68957e187818', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:59:06,914 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-700600364 0.091s 2022-10-12 13:59:06,915 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:06 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-852dd513-e804-4c1f-a3d8-687a7529c96c', 'x-compute-request-id': 'req-852dd513-e804-4c1f-a3d8-687a7529c96c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-700600364'} Body: b'' 2022-10-12 13:59:07,948 177819 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.52/image/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df 1.032s 2022-10-12 13:59:07,948 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6b568522-6527-4711-b0c6-2eacd982cb01', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/image/v2/images/dabbb8e0-feeb-48b2-bec7-0f064e0683df'} 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-12 13:48:57,850 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.331s 2022-10-12 13:48:57,850 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-248354700", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAIOVhlH4fMYGY/gfnDoWXL6o3AqZSCqLMC5d3Jz+qfYtT/Q2mib7KKCzIfqbKbU7JEyJ1VL6qYoaemk2xySHMVZCo88PdYVblHvKndDQ93laUNIjDjbYmZlRrcR26ENqg=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:57 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-dd989b82-63b9-4127-8b06-9d42cce73339', 'x-compute-request-id': 'req-dd989b82-63b9-4127-8b06-9d42cce73339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-248354700", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAIOVhlH4fMYGY/gfnDoWXL6o3AqZSCqLMC5d3Jz+qfYtT/Q2mib7KKCzIfqbKbU7JEyJ1VL6qYoaemk2xySHMVZCo88PdYVblHvKndDQ93laUNIjDjbYmZlRrcR26ENqg==", "fingerprint": "fd:8e:a7:1f:df:9d:c9:0b:58:e2:68:9d:6a:95:ae:5e", "user_id": "b0f9349e8ff047b69858fdd75989f145"}}' 2022-10-12 13:48:58,539 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.685s 2022-10-12 13:48:58,539 121901 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-817654675", "description": "tempest-secgroup-smoke-817654675 description", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-d22479fe-f484-4dde-a367-bee2f4cb8fff', 'date': 'Wed, 12 Oct 2022 13:48:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "name": "tempest-secgroup-smoke-817654675", "stateful": true, "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "description": "tempest-secgroup-smoke-817654675 description", "shared": false, "security_group_rules": [{"id": "c560680a-0845-420f-bf88-ac18c156e71e", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3915, "description": null, "tags": [], "created_at": "2022-10-12T13:48:58Z", "updated_at": "2022-10-12T13:48:58Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}, {"id": "eca9a634-1fb2-4379-b521-2968a7b7f8cf", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3914, "description": null, "tags": [], "created_at": "2022-10-12T13:48:58Z", "updated_at": "2022-10-12T13:48:58Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}], "tags": [], "created_at": "2022-10-12T13:48:58Z", "updated_at": "2022-10-12T13:48:58Z", "revision_number": 1, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:48:58,918 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.378s 2022-10-12 13:48:58,918 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-ed795ef9-a9aa-4b0f-9df2-d4344ed75764', 'date': 'Wed, 12 Oct 2022 13:48:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5e744efc-f8ea-4272-86d5-782a434cdb52", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:48:58Z", "updated_at": "2022-10-12T13:48:58Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:48:59,288 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.368s 2022-10-12 13:48:59,288 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-6fb2104b-ad55-4edf-bef2-cfbb5fa0a4c7', 'date': 'Wed, 12 Oct 2022 13:48:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ce4874ab-0c6c-4800-86fc-8b9965a8ba5b", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:48:59Z", "updated_at": "2022-10-12T13:48:59Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:48:59,616 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.327s 2022-10-12 13:48:59,617 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-eebff839-1dc0-4cd9-92a8-58fe0e251921', 'date': 'Wed, 12 Oct 2022 13:48:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47be8da3-9b17-413f-b4f4-a25a0918e4f4", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:48:59Z", "updated_at": "2022-10-12T13:48:59Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:48:59,997 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.380s 2022-10-12 13:48:59,997 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-78345896-345f-459a-9620-771d3f99450a', 'date': 'Wed, 12 Oct 2022 13:48:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d806ef4f-515c-455f-b5fe-9997991fe1ce", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:48:59Z", "updated_at": "2022-10-12T13:48:59Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:00,479 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.481s 2022-10-12 13:49:00,479 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bd2b7620-c617-4325-bec1-6369e1727af8', 'date': 'Wed, 12 Oct 2022 13:49:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "44d3de1a-02bb-4d00-a4e4-f355997b2e5b", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:49:00Z", "updated_at": "2022-10-12T13:49:00Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:00,883 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.403s 2022-10-12 13:49:00,883 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-575b218c-26ce-4785-89b5-d77ca0f579e9', 'date': 'Wed, 12 Oct 2022 13:49:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "874ff1c7-08ee-4c53-a108-4fd8a3428779", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "b77deebc-b1f5-407f-81a7-e8d1d1beff6f", "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-12T13:49:00Z", "updated_at": "2022-10-12T13:49:00Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:01,314 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.430s 2022-10-12 13:49:01,314 121901 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--771101294", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-51a8348f-06ef-41f6-9df7-819e83777adf', 'date': 'Wed, 12 Oct 2022 13:49:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"44244765-33b6-4734-9e86-6607ccedacdc","name":"tempest-network-smoke--771101294","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c","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-12T13:49:01Z","updated_at":"2022-10-12T13:49:01Z","revision_number":1}}' 2022-10-12 13:49:03,303 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 1.987s 2022-10-12 13:49:03,303 121901 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-760639081", "admin_state_up": true, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-83aaf566-8550-4cc3-b362-5ecd5e1313fb', 'date': 'Wed, 12 Oct 2022 13:49:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7ce998d8-f3ba-4b3c-85f3-e464d971238c", "name": "tempest-TestNetworkAdvancedServerOps-router-760639081", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.55"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:01Z", "updated_at": "2022-10-12T13:49:02Z", "revision_number": 3, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:03,541 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28 0.237s 2022-10-12 13:49:03,541 121901 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-771c438b-dc17-4428-868f-7afcf8fb7a9a', 'date': 'Wed, 12 Oct 2022 13:49:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:03,716 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.174s 2022-10-12 13:49:03,722 121901 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-664219dc-434c-48cf-96b7-353ccfe45cb6', 'date': 'Wed, 12 Oct 2022 13:49:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:49:03,764 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.041s 2022-10-12 13:49:03,764 121901 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-f38053c0-0259-42ec-a30a-0e73709313a2', 'date': 'Wed, 12 Oct 2022 13:49:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:04,609 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.844s 2022-10-12 13:49:04,609 121901 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-762264786", "network_id": "44244765-33b6-4734-9e86-6607ccedacdc", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-23abfcba-2d9a-437e-8548-18133091246c', 'date': 'Wed, 12 Oct 2022 13:49:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"932f4c81-a17a-49af-a1aa-38b255f64a02","name":"tempest-subnet-smoke-762264786","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","network_id":"44244765-33b6-4734-9e86-6607ccedacdc","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-12T13:49:04Z","updated_at":"2022-10-12T13:49:04Z","revision_number":0,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:07,546 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c/add_router_interface 2.936s 2022-10-12 13:49:07,546 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "932f4c81-a17a-49af-a1aa-38b255f64a02"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c6ef1195-f0f6-46ff-a9b2-2ee21f12fce8', 'date': 'Wed, 12 Oct 2022 13:49:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c/add_router_interface'} Body: b'{"id": "7ce998d8-f3ba-4b3c-85f3-e464d971238c", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "275bb6c7-487a-45a6-bed6-3df0ec1317fd", "network_id": "44244765-33b6-4734-9e86-6607ccedacdc", "subnet_id": "932f4c81-a17a-49af-a1aa-38b255f64a02", "subnet_ids": ["932f4c81-a17a-49af-a1aa-38b255f64a02"]}' 2022-10-12 13:49:07,669 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.117s 2022-10-12 13:49:07,670 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:07 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-711d0f67-a690-4750-86b5-24680d1ad612', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0f9349e8ff047b69858fdd75989f145", "name": "tempest-TestNetworkAdvancedServerOps-1503045648-project", "password_expires_at": null}, "audit_ids": ["BUiv_LKNToyFtTg9xh6TtQ"], "expires_at": "2022-10-12T14:49:07.000000Z", "issued_at": "2022-10-12T13:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e35b8ba339f2443fb9a0291f93bdff9c", "name": "tempest-TestNetworkAdvancedServerOps-1503045648"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:49:07,670 121901 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-10-12 13:49:08,156 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 0.485s 2022-10-12 13:49:08,156 121901 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-1939406601", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "44244765-33b6-4734-9e86-6607ccedacdc"}], "key_name": "tempest-TestNetworkAdvancedServerOps-248354700", "security_groups": [{"name": "tempest-secgroup-smoke-817654675"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49: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-91335278-3a9d-4779-b714-8564b16e2e3c', 'x-compute-request-id': 'req-91335278-3a9d-4779-b714-8564b16e2e3c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:49:10,251 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c/remove_router_interface 2.082s 2022-10-12 13:49:10,251 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "932f4c81-a17a-49af-a1aa-38b255f64a02"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8438e805-72e7-4685-9ca5-959798ebdc0d', 'date': 'Wed, 12 Oct 2022 13:49:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c/remove_router_interface'} Body: b'{"id": "7ce998d8-f3ba-4b3c-85f3-e464d971238c", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "275bb6c7-487a-45a6-bed6-3df0ec1317fd", "network_id": "44244765-33b6-4734-9e86-6607ccedacdc", "subnet_id": "932f4c81-a17a-49af-a1aa-38b255f64a02", "subnet_ids": ["932f4c81-a17a-49af-a1aa-38b255f64a02"]}' 2022-10-12 13:49:10,768 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/932f4c81-a17a-49af-a1aa-38b255f64a02 0.516s 2022-10-12 13:49:10,768 121901 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-022c7a69-fc8e-4491-81ba-441e1591f6be', 'date': 'Wed, 12 Oct 2022 13:49:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/932f4c81-a17a-49af-a1aa-38b255f64a02'} Body: b'' 2022-10-12 13:49:12,696 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c 1.927s 2022-10-12 13:49:12,697 121901 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-b00d0cb7-6e73-41de-a74a-0bdc9faa585e', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7ce998d8-f3ba-4b3c-85f3-e464d971238c'} Body: b'' 2022-10-12 13:49:13,248 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/44244765-33b6-4734-9e86-6607ccedacdc 0.550s 2022-10-12 13:49:13,248 121901 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-4f11565d-b48c-4229-9b34-3a00e089ba22', 'date': 'Wed, 12 Oct 2022 13:49:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/44244765-33b6-4734-9e86-6607ccedacdc'} Body: b'' 2022-10-12 13:49:13,515 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/b77deebc-b1f5-407f-81a7-e8d1d1beff6f 0.266s 2022-10-12 13:49:13,516 121901 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-806bb33b-d303-4224-a4b6-8967caecafde', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/b77deebc-b1f5-407f-81a7-e8d1d1beff6f'} Body: b'' 2022-10-12 13:49:13,647 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-248354700 0.131s 2022-10-12 13:49:13,648 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9d345af-2467-47fd-b5c7-2b997d9e96cc', 'x-compute-request-id': 'req-e9d345af-2467-47fd-b5c7-2b997d9e96cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-248354700'} 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-12 13:49:13,779 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.125s 2022-10-12 13:49:13,779 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1149697857", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYo6Ls9amOIchhDgdKyCDI4ItkUk1VuCXB1DffJBF20GakA9PLCvh9NrhHLZSdq9dOCrEcmggkStgoGB2S47BSi4hZu/e8luFUVUeoJQrevXXEjgR1BWAST/SQhID9Buw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:13 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-b8e47e9e-9ca0-4429-86ec-30a3e81d830c', 'x-compute-request-id': 'req-b8e47e9e-9ca0-4429-86ec-30a3e81d830c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1149697857", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKYo6Ls9amOIchhDgdKyCDI4ItkUk1VuCXB1DffJBF20GakA9PLCvh9NrhHLZSdq9dOCrEcmggkStgoGB2S47BSi4hZu/e8luFUVUeoJQrevXXEjgR1BWAST/SQhID9Buw==", "fingerprint": "56:13:61:e3:56:5b:98:e1:0c:4d:d8:29:96:0f:6d:34", "user_id": "b0f9349e8ff047b69858fdd75989f145"}}' 2022-10-12 13:49:14,115 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.333s 2022-10-12 13:49:14,115 121901 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-664738423", "description": "tempest-secgroup-smoke-664738423 description", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9548abb1-38e8-4e05-b002-e85ab031baf6', 'date': 'Wed, 12 Oct 2022 13:49:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42abb77a-b249-4626-830a-2967ff4d4d42", "name": "tempest-secgroup-smoke-664738423", "stateful": true, "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "description": "tempest-secgroup-smoke-664738423 description", "shared": false, "security_group_rules": [{"id": "0d4cac14-b464-487f-8695-6ad52f18c2cf", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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": 3941, "description": null, "tags": [], "created_at": "2022-10-12T13:49:13Z", "updated_at": "2022-10-12T13:49:13Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}, {"id": "7d9a80c4-e826-4cc8-a2e6-b4df4b232d3a", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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": 3940, "description": null, "tags": [], "created_at": "2022-10-12T13:49:13Z", "updated_at": "2022-10-12T13:49:13Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}], "tags": [], "created_at": "2022-10-12T13:49:13Z", "updated_at": "2022-10-12T13:49:13Z", "revision_number": 1, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:14,484 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.368s 2022-10-12 13:49:14,486 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-ff31b720-c358-431e-ac04-995f14171adf', 'date': 'Wed, 12 Oct 2022 13:49:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b78ab1ad-175b-4bcf-865e-2715d687f8b1", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:14Z", "updated_at": "2022-10-12T13:49:14Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:14,854 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.367s 2022-10-12 13:49:14,854 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-b9aa08bb-8c29-4608-9e73-5a341be84223', 'date': 'Wed, 12 Oct 2022 13:49:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8114729-7070-46f1-87f6-a9498b885238", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:14Z", "updated_at": "2022-10-12T13:49:14Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:15,201 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.346s 2022-10-12 13:49:15,202 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c46b5055-16cc-4b70-a90b-ca0b48711c24', 'date': 'Wed, 12 Oct 2022 13:49:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60f5eaa6-0837-4351-8743-d1300f3eeb4b", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:15Z", "updated_at": "2022-10-12T13:49:15Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:15,583 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.380s 2022-10-12 13:49:15,583 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7cda6af8-4f42-4105-bcf7-b99913c047a1', 'date': 'Wed, 12 Oct 2022 13:49:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77893207-07a1-4d15-a058-256b46c0593e", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:15Z", "updated_at": "2022-10-12T13:49:15Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:15,939 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.355s 2022-10-12 13:49:15,940 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-92035a73-0bca-4c47-a8bd-752a35d33514', 'date': 'Wed, 12 Oct 2022 13:49:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0da29821-de69-4510-bfa5-9f34e8e92e23", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:15Z", "updated_at": "2022-10-12T13:49:15Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:16,208 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.267s 2022-10-12 13:49:16,208 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-92fbc8db-8ea8-42e3-807c-fd3748fb6e69', 'date': 'Wed, 12 Oct 2022 13:49:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99b6306d-3c8a-4f3e-b324-f3af4e2c3961", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "42abb77a-b249-4626-830a-2967ff4d4d42", "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-12T13:49:16Z", "updated_at": "2022-10-12T13:49:16Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:16,631 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.421s 2022-10-12 13:49:16,631 121901 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--1813402573", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b98349cd-0ecb-47f8-9d04-70dd4a8cf494', 'date': 'Wed, 12 Oct 2022 13:49:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"90e9c11c-f44a-4fd6-be20-0f8df16ed16f","name":"tempest-network-smoke--1813402573","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c","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-12T13:49:16Z","updated_at":"2022-10-12T13:49:16Z","revision_number":1}}' 2022-10-12 13:49:18,843 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.211s 2022-10-12 13:49:18,843 121901 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-1635061217", "admin_state_up": true, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-a1d6e266-1b7b-4773-a508-c065f6d9fb35', 'date': 'Wed, 12 Oct 2022 13:49:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "b2e7812b-cfb7-44c1-b3d6-1542ff868e9c", "name": "tempest-TestNetworkAdvancedServerOps-router-1635061217", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.97"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:16Z", "updated_at": "2022-10-12T13:49:17Z", "revision_number": 3, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:18,896 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28 0.052s 2022-10-12 13:49:18,896 121901 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-2266bdd9-11d8-478d-a0af-4de66dba8ee7', 'date': 'Wed, 12 Oct 2022 13:49:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:18,995 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.098s 2022-10-12 13:49:18,995 121901 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-0ab2ccb0-5e7b-4534-803f-0533d5465425', 'date': 'Wed, 12 Oct 2022 13:49:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:49:19,029 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.033s 2022-10-12 13:49:19,029 121901 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-41eda55c-2693-49f3-a329-792521d178f1', 'date': 'Wed, 12 Oct 2022 13:49:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:20,004 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.974s 2022-10-12 13:49:20,005 121901 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-791012726", "network_id": "90e9c11c-f44a-4fd6-be20-0f8df16ed16f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-1a80e156-425c-42bb-a239-8b01c889a895', 'date': 'Wed, 12 Oct 2022 13:49:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ed0e44e8-d776-40f8-a399-140a96e7f4b6","name":"tempest-subnet-smoke-791012726","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","network_id":"90e9c11c-f44a-4fd6-be20-0f8df16ed16f","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-12T13:49:19Z","updated_at":"2022-10-12T13:49:19Z","revision_number":0,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:23,231 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c/add_router_interface 3.226s 2022-10-12 13:49:23,232 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ed0e44e8-d776-40f8-a399-140a96e7f4b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-387657da-9daf-4fc8-837c-85c25a2300d5', 'date': 'Wed, 12 Oct 2022 13:49:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c/add_router_interface'} Body: b'{"id": "b2e7812b-cfb7-44c1-b3d6-1542ff868e9c", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "6fa646ad-eb2e-4207-ae99-528916a24188", "network_id": "90e9c11c-f44a-4fd6-be20-0f8df16ed16f", "subnet_id": "ed0e44e8-d776-40f8-a399-140a96e7f4b6", "subnet_ids": ["ed0e44e8-d776-40f8-a399-140a96e7f4b6"]}' 2022-10-12 13:49:23,373 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.135s 2022-10-12 13:49:23,373 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:23 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-b778fbcb-d0f4-4d25-b27d-5f4831566289', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0f9349e8ff047b69858fdd75989f145", "name": "tempest-TestNetworkAdvancedServerOps-1503045648-project", "password_expires_at": null}, "audit_ids": ["d0LwnwQjTRyIhxabtc8Jaw"], "expires_at": "2022-10-12T14:49:23.000000Z", "issued_at": "2022-10-12T13:49:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e35b8ba339f2443fb9a0291f93bdff9c", "name": "tempest-TestNetworkAdvancedServerOps-1503045648"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:49:23,374 121901 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert) Found network None available for tenant 2022-10-12 13:49:23,821 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 500 POST http://10.222.0.52/compute/v2.1/servers 0.446s 2022-10-12 13:49:23,822 121901 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-1202739761", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "90e9c11c-f44a-4fd6-be20-0f8df16ed16f"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1149697857", "security_groups": [{"name": "tempest-secgroup-smoke-664738423"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13: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-fc28e992-5ea4-47e2-9b86-a4490c12aa40', 'x-compute-request-id': 'req-fc28e992-5ea4-47e2-9b86-a4490c12aa40', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:49:25,576 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c/remove_router_interface 1.753s 2022-10-12 13:49:25,576 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ed0e44e8-d776-40f8-a399-140a96e7f4b6"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-6326d8c4-f878-4cd3-ae92-92e4e455c32d', 'date': 'Wed, 12 Oct 2022 13:49:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c/remove_router_interface'} Body: b'{"id": "b2e7812b-cfb7-44c1-b3d6-1542ff868e9c", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "6fa646ad-eb2e-4207-ae99-528916a24188", "network_id": "90e9c11c-f44a-4fd6-be20-0f8df16ed16f", "subnet_id": "ed0e44e8-d776-40f8-a399-140a96e7f4b6", "subnet_ids": ["ed0e44e8-d776-40f8-a399-140a96e7f4b6"]}' 2022-10-12 13:49:26,177 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/ed0e44e8-d776-40f8-a399-140a96e7f4b6 0.600s 2022-10-12 13:49:26,178 121901 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-98ac3205-604d-47f8-a7dc-b0def333be4f', 'date': 'Wed, 12 Oct 2022 13:49:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/ed0e44e8-d776-40f8-a399-140a96e7f4b6'} Body: b'' 2022-10-12 13:49:27,706 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c 1.528s 2022-10-12 13:49:27,706 121901 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-289bc48d-8118-44b7-98f5-d13675bda6e0', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/b2e7812b-cfb7-44c1-b3d6-1542ff868e9c'} Body: b'' 2022-10-12 13:49:28,169 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/90e9c11c-f44a-4fd6-be20-0f8df16ed16f 0.461s 2022-10-12 13:49:28,169 121901 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-14e15864-4f6d-4854-b7af-61d0f0b52d55', 'date': 'Wed, 12 Oct 2022 13:49:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/90e9c11c-f44a-4fd6-be20-0f8df16ed16f'} Body: b'' 2022-10-12 13:49:28,482 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/42abb77a-b249-4626-830a-2967ff4d4d42 0.313s 2022-10-12 13:49:28,483 121901 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-32b714f9-e373-4d56-99de-5b50054c1645', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/42abb77a-b249-4626-830a-2967ff4d4d42'} Body: b'' 2022-10-12 13:49:28,614 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1149697857 0.131s 2022-10-12 13:49:28,615 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056f8564-cbcb-4c7b-8364-52787361903b', 'x-compute-request-id': 'req-056f8564-cbcb-4c7b-8364-52787361903b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1149697857'} 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-12 13:49:28,733 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.113s 2022-10-12 13:49:28,733 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-591458364", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDGfspa1OceWEE1bUbgdT9YDVuie2jVX2mJt+hfyBfqjdo9szvPwdOS7b2ba48Nt9UPiX0PsUS7NpYuePpR2o9MVMEMnw7qwQtT0dC3/BXre/uSbQJsg1aW0KWQlBC5TAQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:28 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-d305534f-ac29-4f88-8669-f5e6b968f591', 'x-compute-request-id': 'req-d305534f-ac29-4f88-8669-f5e6b968f591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-591458364", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDGfspa1OceWEE1bUbgdT9YDVuie2jVX2mJt+hfyBfqjdo9szvPwdOS7b2ba48Nt9UPiX0PsUS7NpYuePpR2o9MVMEMnw7qwQtT0dC3/BXre/uSbQJsg1aW0KWQlBC5TAQ==", "fingerprint": "20:93:98:2b:d9:30:73:36:e3:7d:07:da:88:72:7f:26", "user_id": "b0f9349e8ff047b69858fdd75989f145"}}' 2022-10-12 13:49:29,104 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.367s 2022-10-12 13:49:29,104 121901 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-693043459", "description": "tempest-secgroup-smoke-693043459 description", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-0aff43a0-c4d1-48fc-8d8a-07dd14e47a59', 'date': 'Wed, 12 Oct 2022 13:49:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "name": "tempest-secgroup-smoke-693043459", "stateful": true, "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "description": "tempest-secgroup-smoke-693043459 description", "shared": false, "security_group_rules": [{"id": "10b3328a-aeca-4b92-94c1-d90540e887d5", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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": 3967, "description": null, "tags": [], "created_at": "2022-10-12T13:49:28Z", "updated_at": "2022-10-12T13:49:28Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}, {"id": "f890f09e-38c7-4897-877d-0f97fc2125f6", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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": 3966, "description": null, "tags": [], "created_at": "2022-10-12T13:49:28Z", "updated_at": "2022-10-12T13:49:28Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}], "tags": [], "created_at": "2022-10-12T13:49:28Z", "updated_at": "2022-10-12T13:49:28Z", "revision_number": 1, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:29,472 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.367s 2022-10-12 13:49:29,473 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-12f64bd7-a171-4397-b49a-f0f425993dc5', 'date': 'Wed, 12 Oct 2022 13:49:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f8121d5-7f44-427a-be3b-7b46e7ff86f2", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:29Z", "updated_at": "2022-10-12T13:49:29Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:29,842 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.368s 2022-10-12 13:49:29,842 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-e928465e-898b-46d8-ac54-6a348a5787c3', 'date': 'Wed, 12 Oct 2022 13:49:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f11b067d-61fb-4a14-8b30-d74717b7fb60", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:29Z", "updated_at": "2022-10-12T13:49:29Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:30,244 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.401s 2022-10-12 13:49:30,244 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ea0085ad-1fe0-4506-8c8f-227f245a712f', 'date': 'Wed, 12 Oct 2022 13:49:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a59200a-5fb9-4036-a8ff-279480e8c32e", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:30Z", "updated_at": "2022-10-12T13:49:30Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:30,616 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.371s 2022-10-12 13:49:30,616 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-64c5d494-07eb-4f7e-a470-27b08870f489', 'date': 'Wed, 12 Oct 2022 13:49:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05fdb6b4-bcde-4e44-8452-9296bd460cdb", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:30Z", "updated_at": "2022-10-12T13:49:30Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:31,027 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.410s 2022-10-12 13:49:31,027 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8d4a8218-6b0a-493b-962f-6b203f2a2e44', 'date': 'Wed, 12 Oct 2022 13:49:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b881660-4266-445a-988e-691d26c9b03d", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:30Z", "updated_at": "2022-10-12T13:49:30Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:31,393 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.365s 2022-10-12 13:49:31,393 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ae041465-4441-44ae-be32-ed4e4b207f88', 'date': 'Wed, 12 Oct 2022 13:49:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09c72b68-11f6-4e20-8a1d-39dc544fabfd", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "04585931-c5f3-433f-a0cf-b0c9d26677d0", "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-12T13:49:31Z", "updated_at": "2022-10-12T13:49:31Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:32,173 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.779s 2022-10-12 13:49:32,173 121901 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--1537468281", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ea06b907-add8-4a51-b049-1f20cbca12e8', 'date': 'Wed, 12 Oct 2022 13:49:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5","name":"tempest-network-smoke--1537468281","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c","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-12T13:49:31Z","updated_at":"2022-10-12T13:49:31Z","revision_number":1}}' 2022-10-12 13:49:34,181 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.007s 2022-10-12 13:49:34,181 121901 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-400502377", "admin_state_up": true, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-d02a1428-b18d-4bc5-9e8e-d1f77b1ce8d9', 'date': 'Wed, 12 Oct 2022 13:49:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "9dddfd0b-36d2-4e1b-b697-971e456e994f", "name": "tempest-TestNetworkAdvancedServerOps-router-400502377", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.135"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:32Z", "updated_at": "2022-10-12T13:49:33Z", "revision_number": 3, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:34,223 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28 0.040s 2022-10-12 13:49:34,223 121901 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-37989cf6-5215-4a2b-aad3-05af818d5428', 'date': 'Wed, 12 Oct 2022 13:49:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:34,345 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.121s 2022-10-12 13:49:34,345 121901 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-baabd9e6-98af-47b4-99da-96555bee76ae', 'date': 'Wed, 12 Oct 2022 13:49:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:49:34,380 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.034s 2022-10-12 13:49:34,380 121901 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-b96ab59b-e20d-41cc-ad6d-11dae8267129', 'date': 'Wed, 12 Oct 2022 13:49:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:36,138 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.757s 2022-10-12 13:49:36,139 121901 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-2053095600", "network_id": "98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-78119cd3-88dc-4f27-8387-dbab942209d5', 'date': 'Wed, 12 Oct 2022 13:49:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"582dc8dd-b525-486b-a1eb-70450f20e99e","name":"tempest-subnet-smoke-2053095600","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","network_id":"98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5","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-12T13:49:35Z","updated_at":"2022-10-12T13:49:35Z","revision_number":0,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:39,964 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f/add_router_interface 3.825s 2022-10-12 13:49:39,965 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "582dc8dd-b525-486b-a1eb-70450f20e99e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-78bbb71e-3fe8-4229-b895-52f305cb7ec4', 'date': 'Wed, 12 Oct 2022 13:49:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f/add_router_interface'} Body: b'{"id": "9dddfd0b-36d2-4e1b-b697-971e456e994f", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "63ace6a5-a32f-49c2-9f4a-8b445ed454f2", "network_id": "98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5", "subnet_id": "582dc8dd-b525-486b-a1eb-70450f20e99e", "subnet_ids": ["582dc8dd-b525-486b-a1eb-70450f20e99e"]}' 2022-10-12 13:49:40,361 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.390s 2022-10-12 13:49:40,362 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:39 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-01970e50-0574-4d12-8568-59da76a9441b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0f9349e8ff047b69858fdd75989f145", "name": "tempest-TestNetworkAdvancedServerOps-1503045648-project", "password_expires_at": null}, "audit_ids": ["o16nPSGwT-SXvA5li9kkuQ"], "expires_at": "2022-10-12T14:49:40.000000Z", "issued_at": "2022-10-12T13:49:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e35b8ba339f2443fb9a0291f93bdff9c", "name": "tempest-TestNetworkAdvancedServerOps-1503045648"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:49:40,362 121901 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-10-12 13:49:41,090 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 500 POST http://10.222.0.52/compute/v2.1/servers 0.727s 2022-10-12 13:49:41,091 121901 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-1364525996", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5"}], "key_name": "tempest-TestNetworkAdvancedServerOps-591458364", "security_groups": [{"name": "tempest-secgroup-smoke-693043459"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49: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-da4764e8-80c1-41b2-a170-64f23f7c3496', 'x-compute-request-id': 'req-da4764e8-80c1-41b2-a170-64f23f7c3496', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:49:43,415 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f/remove_router_interface 2.323s 2022-10-12 13:49:43,415 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "582dc8dd-b525-486b-a1eb-70450f20e99e"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fd9242ac-9cc2-42db-bc18-03701ccba465', 'date': 'Wed, 12 Oct 2022 13:49:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f/remove_router_interface'} Body: b'{"id": "9dddfd0b-36d2-4e1b-b697-971e456e994f", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "63ace6a5-a32f-49c2-9f4a-8b445ed454f2", "network_id": "98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5", "subnet_id": "582dc8dd-b525-486b-a1eb-70450f20e99e", "subnet_ids": ["582dc8dd-b525-486b-a1eb-70450f20e99e"]}' 2022-10-12 13:49:43,871 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/582dc8dd-b525-486b-a1eb-70450f20e99e 0.455s 2022-10-12 13:49:43,871 121901 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-282f1b42-7541-4f60-845c-702727273b44', 'date': 'Wed, 12 Oct 2022 13:49:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/582dc8dd-b525-486b-a1eb-70450f20e99e'} Body: b'' 2022-10-12 13:49:45,151 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f 1.279s 2022-10-12 13:49:45,151 121901 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-4b9d7bc2-d4ca-49a5-b515-f003bd180e39', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/9dddfd0b-36d2-4e1b-b697-971e456e994f'} Body: b'' 2022-10-12 13:49:45,630 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5 0.478s 2022-10-12 13:49:45,630 121901 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-ccdad8f5-91cf-4ac9-a10a-575b0ad46dfd', 'date': 'Wed, 12 Oct 2022 13:49:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/98c0c9a3-e39d-421e-a1d4-4d65f8b83cf5'} Body: b'' 2022-10-12 13:49:45,980 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/04585931-c5f3-433f-a0cf-b0c9d26677d0 0.348s 2022-10-12 13:49:45,980 121901 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-e0bbb781-85ab-41eb-b375-6537ca30b721', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:49:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/04585931-c5f3-433f-a0cf-b0c9d26677d0'} Body: b'' 2022-10-12 13:49:46,095 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-591458364 0.114s 2022-10-12 13:49:46,095 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:45 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-f18d3d8e-1b7a-431c-92cc-2f33856174d4', 'x-compute-request-id': 'req-f18d3d8e-1b7a-431c-92cc-2f33856174d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-591458364'} 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-12 13:49:46,223 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.123s 2022-10-12 13:49:46,224 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1379110322", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhc3r/iZXRLOzniIG7JpM1M9rqd7vb2zQB3NOIpVG63fF9bB4d1y+b51oe73+eTa6HM7P2xM5OEFbqgm+mQ9nVjXIerqyEDV/ZIVXlnCYe7hRwfjEYGvDDur3e6WLMDOw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49: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-b1f23c2a-30af-467b-8d3c-7a3806e8f37c', 'x-compute-request-id': 'req-b1f23c2a-30af-467b-8d3c-7a3806e8f37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1379110322", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhc3r/iZXRLOzniIG7JpM1M9rqd7vb2zQB3NOIpVG63fF9bB4d1y+b51oe73+eTa6HM7P2xM5OEFbqgm+mQ9nVjXIerqyEDV/ZIVXlnCYe7hRwfjEYGvDDur3e6WLMDOw==", "fingerprint": "57:7e:f2:15:d8:15:e0:77:9b:b0:68:ec:8c:f2:38:9e", "user_id": "b0f9349e8ff047b69858fdd75989f145"}}' 2022-10-12 13:49:46,609 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.382s 2022-10-12 13:49:46,610 121901 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-307901636", "description": "tempest-secgroup-smoke-307901636 description", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-e5671448-2fe9-4b1f-98cd-f5f93d4de64a', 'date': 'Wed, 12 Oct 2022 13:49:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "name": "tempest-secgroup-smoke-307901636", "stateful": true, "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "description": "tempest-secgroup-smoke-307901636 description", "shared": false, "security_group_rules": [{"id": "49e36013-bc42-4d8f-a803-143b2fc46d18", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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": 3983, "description": null, "tags": [], "created_at": "2022-10-12T13:49:46Z", "updated_at": "2022-10-12T13:49:46Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}, {"id": "8a5865f1-7977-4b01-a10a-9e1e0c0637a1", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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": 3982, "description": null, "tags": [], "created_at": "2022-10-12T13:49:46Z", "updated_at": "2022-10-12T13:49:46Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}], "tags": [], "created_at": "2022-10-12T13:49:46Z", "updated_at": "2022-10-12T13:49:46Z", "revision_number": 1, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:47,103 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.492s 2022-10-12 13:49:47,103 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-8091f447-83ae-4e23-8338-22608f50c06a', 'date': 'Wed, 12 Oct 2022 13:49:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1118c541-19ce-4cc4-9237-bee637f19071", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:46Z", "updated_at": "2022-10-12T13:49:46Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:47,467 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.363s 2022-10-12 13:49:47,467 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "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-12b8d4ad-d7cd-4a1f-ae48-6d611bf25f8d', 'date': 'Wed, 12 Oct 2022 13:49:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5f7ba901-cdef-4c36-b352-246ecb93d85b", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:47Z", "updated_at": "2022-10-12T13:49:47Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:47,852 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.384s 2022-10-12 13:49:47,853 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-423743fe-fe35-4408-b112-5bc2778ecaa5', 'date': 'Wed, 12 Oct 2022 13:49:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa4dcc8e-74cc-4b35-990e-e02d744a06f3", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:47Z", "updated_at": "2022-10-12T13:49:47Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:48,219 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.365s 2022-10-12 13:49:48,219 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c4412c8b-8dd2-4d50-8d35-b007b57a60be', 'date': 'Wed, 12 Oct 2022 13:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e790cf4f-9f01-47f9-94a7-8d15b04f51ad", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:48Z", "updated_at": "2022-10-12T13:49:48Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:48,612 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.392s 2022-10-12 13:49:48,613 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a4a7545c-e23a-4f0c-aed3-843aa474b982', 'date': 'Wed, 12 Oct 2022 13:49:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cf213e0a-0756-4819-8e8a-9f683f696c33", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:48Z", "updated_at": "2022-10-12T13:49:48Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:49,045 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.431s 2022-10-12 13:49:49,045 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-df229e05-a5cf-4ada-bd11-dc0ce77671d0', 'date': 'Wed, 12 Oct 2022 13:49:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32f5b603-31ea-458e-8991-344a5d3ed643", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "security_group_id": "36c34463-a593-47f4-a1c1-a2cb985aeccf", "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-12T13:49:48Z", "updated_at": "2022-10-12T13:49:48Z", "revision_number": 0, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:49,507 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.461s 2022-10-12 13:49:49,508 121901 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--1598441709", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-df8c5400-7c29-414d-8a02-5814c3ca622b', 'date': 'Wed, 12 Oct 2022 13:49:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3832abb4-1562-4efc-8a28-38fab631d73f","name":"tempest-network-smoke--1598441709","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c","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-12T13:49:49Z","updated_at":"2022-10-12T13:49:49Z","revision_number":1}}' 2022-10-12 13:49:51,971 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.463s 2022-10-12 13:49:51,971 121901 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-1212502236", "admin_state_up": true, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-72345da3-f3aa-46da-801f-85d9fc803731', 'date': 'Wed, 12 Oct 2022 13:49:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "ba80126a-36cb-42df-be56-e8d4744e53fe", "name": "tempest-TestNetworkAdvancedServerOps-router-1212502236", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.116"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:49Z", "updated_at": "2022-10-12T13:49:50Z", "revision_number": 3, "project_id": "e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:52,013 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28 0.040s 2022-10-12 13:49:52,013 121901 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-f431a23e-74ed-4786-8c79-122ba7e8bc78', 'date': 'Wed, 12 Oct 2022 13:49:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=e35b8ba339f2443fb9a0291f93bdff9c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:52,161 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.147s 2022-10-12 13:49:52,161 121901 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-4e208742-c6d5-4ae9-ad94-d3f840709d0a', 'date': 'Wed, 12 Oct 2022 13:49:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:49:52,205 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.044s 2022-10-12 13:49:52,206 121901 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-e95151c9-a50e-4d63-ac8f-76eafc6f85b3', 'date': 'Wed, 12 Oct 2022 13:49:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:53,059 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.853s 2022-10-12 13:49:53,060 121901 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-2004114715", "network_id": "3832abb4-1562-4efc-8a28-38fab631d73f", "project_id": "e35b8ba339f2443fb9a0291f93bdff9c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-6b527e32-6420-49f3-8ca7-36cb298d241b', 'date': 'Wed, 12 Oct 2022 13:49:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc","name":"tempest-subnet-smoke-2004114715","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","network_id":"3832abb4-1562-4efc-8a28-38fab631d73f","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-12T13:49:52Z","updated_at":"2022-10-12T13:49:52Z","revision_number":0,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c"}}' 2022-10-12 13:49:55,808 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe/add_router_interface 2.747s 2022-10-12 13:49:55,808 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-28b482b5-2956-4c0c-9d0a-39311a67ce07', 'date': 'Wed, 12 Oct 2022 13:49:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe/add_router_interface'} Body: b'{"id": "ba80126a-36cb-42df-be56-e8d4744e53fe", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "395767af-747d-4f48-bd11-a8e94803e8a6", "network_id": "3832abb4-1562-4efc-8a28-38fab631d73f", "subnet_id": "b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc", "subnet_ids": ["b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc"]}' 2022-10-12 13:49:55,963 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.150s 2022-10-12 13:49:55,964 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49:55 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-c7307413-a687-4cac-8316-c1209e4c88ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0f9349e8ff047b69858fdd75989f145", "name": "tempest-TestNetworkAdvancedServerOps-1503045648-project", "password_expires_at": null}, "audit_ids": ["mE1RyLh0R-2gZKK-sKgjSw"], "expires_at": "2022-10-12T14:49:55.000000Z", "issued_at": "2022-10-12T13:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e35b8ba339f2443fb9a0291f93bdff9c", "name": "tempest-TestNetworkAdvancedServerOps-1503045648"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e35b8ba339f2443fb9a0291f93bdff9c", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:49:55,964 121901 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-10-12 13:49:57,227 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.52/compute/v2.1/servers 1.261s 2022-10-12 13:49:57,227 121901 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-954043066", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "3832abb4-1562-4efc-8a28-38fab631d73f"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1379110322", "security_groups": [{"name": "tempest-secgroup-smoke-307901636"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:49: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-8a1c5e79-ae32-450a-8a19-f71c9f7fb62a', 'x-compute-request-id': 'req-8a1c5e79-ae32-450a-8a19-f71c9f7fb62a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:49:59,568 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe/remove_router_interface 2.340s 2022-10-12 13:49:59,569 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ee1ad1c9-932f-4ead-8af4-d31441a278e5', 'date': 'Wed, 12 Oct 2022 13:49:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe/remove_router_interface'} Body: b'{"id": "ba80126a-36cb-42df-be56-e8d4744e53fe", "tenant_id": "e35b8ba339f2443fb9a0291f93bdff9c", "port_id": "395767af-747d-4f48-bd11-a8e94803e8a6", "network_id": "3832abb4-1562-4efc-8a28-38fab631d73f", "subnet_id": "b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc", "subnet_ids": ["b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc"]}' 2022-10-12 13:50:00,458 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc 0.889s 2022-10-12 13:50:00,459 121901 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-579b17de-be2a-4e93-887f-17bc49913998', 'date': 'Wed, 12 Oct 2022 13:50:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/b4a5f3c7-126e-4ced-b6ac-e8cd4fdf83fc'} Body: b'' 2022-10-12 13:50:01,930 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe 1.470s 2022-10-12 13:50:01,930 121901 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-f2dc116b-fc38-4c6c-b4ff-9fb44efc6c20', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/ba80126a-36cb-42df-be56-e8d4744e53fe'} Body: b'' 2022-10-12 13:50:03,166 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/3832abb4-1562-4efc-8a28-38fab631d73f 1.235s 2022-10-12 13:50:03,166 121901 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-dcc95d03-9a42-4f7f-bd7d-1cb51e615447', 'date': 'Wed, 12 Oct 2022 13:50:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/3832abb4-1562-4efc-8a28-38fab631d73f'} Body: b'' 2022-10-12 13:50:03,565 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/36c34463-a593-47f4-a1c1-a2cb985aeccf 0.398s 2022-10-12 13:50:03,565 121901 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-b0e42eee-3880-4984-9d0c-fb98b8ffc7b5', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/36c34463-a593-47f4-a1c1-a2cb985aeccf'} Body: b'' 2022-10-12 13:50:03,680 121901 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1379110322 0.114s 2022-10-12 13:50:03,681 121901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed93d6f4-4aed-44d0-aa3d-cca727303095', 'x-compute-request-id': 'req-ed93d6f4-4aed-44d0-aa3d-cca727303095', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1379110322'} 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-12 13:59:18,491 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.275s 2022-10-12 13:59:18,492 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-234071539", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFzkv1dnyzjTGFlGm6fJkesBlk5fc34yWz225hskufCZ1VOTek9YJyWIhpTBNEnaX7WjdEOPO25El3DTPxcCY/wimgeH5W2o3rW9wF20E6Q522Edtd7WoPMGkMmnmUxD4A=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:18 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-c219cbbb-4216-4465-8759-8fb7d2d61af4', 'x-compute-request-id': 'req-c219cbbb-4216-4465-8759-8fb7d2d61af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-234071539", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFzkv1dnyzjTGFlGm6fJkesBlk5fc34yWz225hskufCZ1VOTek9YJyWIhpTBNEnaX7WjdEOPO25El3DTPxcCY/wimgeH5W2o3rW9wF20E6Q522Edtd7WoPMGkMmnmUxD4A==", "fingerprint": "83:9f:0c:0a:f1:dd:57:d5:c2:cb:f8:84:9e:0b:6e:7c", "user_id": "742fc533938e46ab957eeedc07b6ced4"}}' 2022-10-12 13:59:19,011 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.516s 2022-10-12 13:59:19,011 177819 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-1774330396", "description": "tempest-secgroup-smoke-1774330396 description", "project_id": "bb24515db83646be9ff5e2382540a15a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-5eee5aad-08c3-4383-8e2f-3de0b30f1d16', 'date': 'Wed, 12 Oct 2022 13:59:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0780a63-0857-44c0-a225-8f0c98b31811", "name": "tempest-secgroup-smoke-1774330396", "stateful": true, "tenant_id": "bb24515db83646be9ff5e2382540a15a", "description": "tempest-secgroup-smoke-1774330396 description", "shared": false, "security_group_rules": [{"id": "8c898a72-1ab3-4096-9e3c-c0107fb820ea", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4263, "description": null, "tags": [], "created_at": "2022-10-12T13:59:18Z", "updated_at": "2022-10-12T13:59:18Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}, {"id": "99891ecf-c8f8-4a47-856a-1da5d9b6f954", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4264, "description": null, "tags": [], "created_at": "2022-10-12T13:59:18Z", "updated_at": "2022-10-12T13:59:18Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}], "tags": [], "created_at": "2022-10-12T13:59:18Z", "updated_at": "2022-10-12T13:59:18Z", "revision_number": 1, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:19,331 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.319s 2022-10-12 13:59:19,332 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-0f221ab3-5e8d-4cff-abfa-12a641351229', 'date': 'Wed, 12 Oct 2022 13:59:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "263809b1-3e16-4113-8f19-8839386c42f9", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:19Z", "updated_at": "2022-10-12T13:59:19Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:19,772 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.439s 2022-10-12 13:59:19,772 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-d826f1a3-269b-4544-bd0c-04c5e3022b11', 'date': 'Wed, 12 Oct 2022 13:59:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bf16e5e-1088-4af5-b20b-f3c1fb3b6b17", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:19Z", "updated_at": "2022-10-12T13:59:19Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:20,069 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.296s 2022-10-12 13:59:20,070 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1c4f95d6-965a-4122-85cc-2ea0cf1277e2', 'date': 'Wed, 12 Oct 2022 13:59:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "87ac4136-373d-44d1-9978-ce21ffb0d0cf", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:19Z", "updated_at": "2022-10-12T13:59:19Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:20,427 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.357s 2022-10-12 13:59:20,428 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-361fe6ef-80c2-4114-8b6c-ebc90e74bdeb', 'date': 'Wed, 12 Oct 2022 13:59:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36adb031-cc4c-4b70-a4e3-6c6c5fd4cc8e", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:20Z", "updated_at": "2022-10-12T13:59:20Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:20,703 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.274s 2022-10-12 13:59:20,703 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5b5a1078-bef9-4311-81b6-7e8925a85c47', 'date': 'Wed, 12 Oct 2022 13:59:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b1b9c8a5-9517-4690-8e36-9f73a49481ce", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:20Z", "updated_at": "2022-10-12T13:59:20Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:21,036 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.332s 2022-10-12 13:59:21,036 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-622a9710-6fc3-4798-9026-b0465765b1ef', 'date': 'Wed, 12 Oct 2022 13:59:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "febe656a-6163-43e1-b6d3-aac4944bef99", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "d0780a63-0857-44c0-a225-8f0c98b31811", "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-12T13:59:20Z", "updated_at": "2022-10-12T13:59:20Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:21,477 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.440s 2022-10-12 13:59:21,477 177819 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--2129277294", "project_id": "bb24515db83646be9ff5e2382540a15a", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-41357cf4-7038-4caf-ab80-b640c46c0df1', 'date': 'Wed, 12 Oct 2022 13:59:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e94544d1-5ae0-4b87-837d-8c20cff3b547","name":"tempest-network-smoke--2129277294","tenant_id":"bb24515db83646be9ff5e2382540a15a","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bb24515db83646be9ff5e2382540a15a","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-12T13:59:21Z","updated_at":"2022-10-12T13:59:21Z","revision_number":1}}' 2022-10-12 13:59:23,509 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.031s 2022-10-12 13:59:23,509 177819 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-792377506", "admin_state_up": true, "project_id": "bb24515db83646be9ff5e2382540a15a", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-9190a724-ef63-4b40-bb04-4d172e2bace2', 'date': 'Wed, 12 Oct 2022 13:59:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "41e0b0c7-5706-43ef-bf91-baebdb4dd691", "name": "tempest-TestNetworkAdvancedServerOps-router-792377506", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.95"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:59:21Z", "updated_at": "2022-10-12T13:59:22Z", "revision_number": 3, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:23,640 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28 0.129s 2022-10-12 13:59:23,640 177819 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-67db7da0-a98d-4ecb-b319-908082824b73', 'date': 'Wed, 12 Oct 2022 13:59:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:23,736 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.095s 2022-10-12 13:59:23,736 177819 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-86f003a6-ce1e-40cb-a076-e8094224c147', 'date': 'Wed, 12 Oct 2022 13:59:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:59:23,767 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.030s 2022-10-12 13:59:23,767 177819 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-60285dbc-9eaf-4c61-b014-fcfde16b2203', 'date': 'Wed, 12 Oct 2022 13:59:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:24,534 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.767s 2022-10-12 13:59:24,535 177819 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-107107683", "network_id": "e94544d1-5ae0-4b87-837d-8c20cff3b547", "project_id": "bb24515db83646be9ff5e2382540a15a", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-14686160-3080-4ecf-a82a-5917b22ee6c0', 'date': 'Wed, 12 Oct 2022 13:59:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5941fd1f-8997-47a9-8f6e-43c8307700cf","name":"tempest-subnet-smoke-107107683","tenant_id":"bb24515db83646be9ff5e2382540a15a","network_id":"e94544d1-5ae0-4b87-837d-8c20cff3b547","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-12T13:59:24Z","updated_at":"2022-10-12T13:59:24Z","revision_number":0,"project_id":"bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:26,706 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691/add_router_interface 2.171s 2022-10-12 13:59:26,707 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5941fd1f-8997-47a9-8f6e-43c8307700cf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-549c6424-ce10-4407-a3bc-25043271f49f', 'date': 'Wed, 12 Oct 2022 13:59:26 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691/add_router_interface'} Body: b'{"id": "41e0b0c7-5706-43ef-bf91-baebdb4dd691", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "6d29e8be-2404-41b6-906b-b0150e992172", "network_id": "e94544d1-5ae0-4b87-837d-8c20cff3b547", "subnet_id": "5941fd1f-8997-47a9-8f6e-43c8307700cf", "subnet_ids": ["5941fd1f-8997-47a9-8f6e-43c8307700cf"]}' 2022-10-12 13:59:26,758 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.045s 2022-10-12 13:59:26,758 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:26 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-0d840250-5085-4776-ab33-0c8b972e6a34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "742fc533938e46ab957eeedc07b6ced4", "name": "tempest-TestNetworkAdvancedServerOps-1734618362-project", "password_expires_at": null}, "audit_ids": ["xQBhcohvQ7iHba_ZGwLbuQ"], "expires_at": "2022-10-12T14:59:26.000000Z", "issued_at": "2022-10-12T13:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb24515db83646be9ff5e2382540a15a", "name": "tempest-TestNetworkAdvancedServerOps-1734618362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:59:26,759 177819 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-10-12 13:59:27,147 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.52/compute/v2.1/servers 0.388s 2022-10-12 13:59:27,148 177819 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-1258296499", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "e94544d1-5ae0-4b87-837d-8c20cff3b547"}], "key_name": "tempest-TestNetworkAdvancedServerOps-234071539", "security_groups": [{"name": "tempest-secgroup-smoke-1774330396"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59: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-760eb27f-6cab-4bd0-8c59-600beece7366', 'x-compute-request-id': 'req-760eb27f-6cab-4bd0-8c59-600beece7366', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:59:28,847 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691/remove_router_interface 1.698s 2022-10-12 13:59:28,847 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5941fd1f-8997-47a9-8f6e-43c8307700cf"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b360559f-cf27-42fd-9f3a-666631767628', 'date': 'Wed, 12 Oct 2022 13:59:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691/remove_router_interface'} Body: b'{"id": "41e0b0c7-5706-43ef-bf91-baebdb4dd691", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "6d29e8be-2404-41b6-906b-b0150e992172", "network_id": "e94544d1-5ae0-4b87-837d-8c20cff3b547", "subnet_id": "5941fd1f-8997-47a9-8f6e-43c8307700cf", "subnet_ids": ["5941fd1f-8997-47a9-8f6e-43c8307700cf"]}' 2022-10-12 13:59:29,270 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/5941fd1f-8997-47a9-8f6e-43c8307700cf 0.422s 2022-10-12 13:59:29,270 177819 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-f531243f-fae7-4092-b5dd-03c727819656', 'date': 'Wed, 12 Oct 2022 13:59:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/5941fd1f-8997-47a9-8f6e-43c8307700cf'} Body: b'' 2022-10-12 13:59:30,671 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691 1.401s 2022-10-12 13:59:30,672 177819 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-f712c886-863d-4545-baa5-ea3ced1f409e', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/41e0b0c7-5706-43ef-bf91-baebdb4dd691'} Body: b'' 2022-10-12 13:59:31,101 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/e94544d1-5ae0-4b87-837d-8c20cff3b547 0.428s 2022-10-12 13:59:31,101 177819 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-33f74f4b-dcf0-42a4-b19a-51825a40ef32', 'date': 'Wed, 12 Oct 2022 13:59:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/e94544d1-5ae0-4b87-837d-8c20cff3b547'} Body: b'' 2022-10-12 13:59:31,331 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/d0780a63-0857-44c0-a225-8f0c98b31811 0.229s 2022-10-12 13:59:31,331 177819 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-e94fbf23-38be-45a3-9f5d-c2f242558e8c', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/d0780a63-0857-44c0-a225-8f0c98b31811'} Body: b'' 2022-10-12 13:59:31,440 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-234071539 0.108s 2022-10-12 13:59:31,441 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59: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-932d12a3-afb6-42ef-be7d-79bd60836a35', 'x-compute-request-id': 'req-932d12a3-afb6-42ef-be7d-79bd60836a35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-234071539'} 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-12 13:59:31,554 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.107s 2022-10-12 13:59:31,554 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-644299320", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPCEMHFJe6bPeBaG5KXFL9L5R0CXk2qAvQxmcmW9xpeqT3Jzc6zjwOWYRDOjUHBxyo7tQ25muREW4+gB1XcPoWH7jVPVqsmtrw1MHFVt1Ht1W1417keRF7OudS5gsTHegw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:31 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-c9fe5586-c3a5-4361-878c-b456c1af0687', 'x-compute-request-id': 'req-c9fe5586-c3a5-4361-878c-b456c1af0687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-644299320", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPCEMHFJe6bPeBaG5KXFL9L5R0CXk2qAvQxmcmW9xpeqT3Jzc6zjwOWYRDOjUHBxyo7tQ25muREW4+gB1XcPoWH7jVPVqsmtrw1MHFVt1Ht1W1417keRF7OudS5gsTHegw==", "fingerprint": "5e:9b:29:40:97:e4:23:f2:a3:48:ae:b1:4d:c3:c5:31", "user_id": "742fc533938e46ab957eeedc07b6ced4"}}' 2022-10-12 13:59:31,857 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.299s 2022-10-12 13:59:31,857 177819 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-45634412", "description": "tempest-secgroup-smoke-45634412 description", "project_id": "bb24515db83646be9ff5e2382540a15a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-64f2e762-dfca-4ca4-901a-5dfe59a6f776', 'date': 'Wed, 12 Oct 2022 13:59:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "name": "tempest-secgroup-smoke-45634412", "stateful": true, "tenant_id": "bb24515db83646be9ff5e2382540a15a", "description": "tempest-secgroup-smoke-45634412 description", "shared": false, "security_group_rules": [{"id": "2510247f-1400-4400-853f-e8b361778e84", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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": 4280, "description": null, "tags": [], "created_at": "2022-10-12T13:59:31Z", "updated_at": "2022-10-12T13:59:31Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}, {"id": "8727435c-eb74-4e85-befb-eabf36539649", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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": 4279, "description": null, "tags": [], "created_at": "2022-10-12T13:59:31Z", "updated_at": "2022-10-12T13:59:31Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}], "tags": [], "created_at": "2022-10-12T13:59:31Z", "updated_at": "2022-10-12T13:59:31Z", "revision_number": 1, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:32,160 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.302s 2022-10-12 13:59:32,160 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-037bf086-3d55-4a48-b73d-29deea8b1a12', 'date': 'Wed, 12 Oct 2022 13:59:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3d384cd3-81f9-45ed-80b1-c75a1298234a", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:31Z", "updated_at": "2022-10-12T13:59:31Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:32,455 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.294s 2022-10-12 13:59:32,455 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-12f18de0-65a9-4e30-9f24-1b4f6270dd0d', 'date': 'Wed, 12 Oct 2022 13:59:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7d0d18bd-6389-422f-96c7-8b51c168c7a7", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:32Z", "updated_at": "2022-10-12T13:59:32Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:32,811 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.355s 2022-10-12 13:59:32,811 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8498aec7-41c4-4b7e-8f22-9bb66691d680', 'date': 'Wed, 12 Oct 2022 13:59:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "960415e2-f419-4780-ac77-4ea9adc5dbd2", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:32Z", "updated_at": "2022-10-12T13:59:32Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:33,137 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.325s 2022-10-12 13:59:33,137 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6122f83e-2e3f-48ad-bd4d-7c4549785a1d', 'date': 'Wed, 12 Oct 2022 13:59:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1526e4e2-5b0d-4bce-b138-0d0fada9c148", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:32Z", "updated_at": "2022-10-12T13:59:32Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:33,524 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.386s 2022-10-12 13:59:33,524 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5395f61d-2b4a-414b-844a-f67e1d2fc186', 'date': 'Wed, 12 Oct 2022 13:59:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8fbd8a53-1483-4071-aa09-492668eab4cb", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:33Z", "updated_at": "2022-10-12T13:59:33Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:33,855 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.330s 2022-10-12 13:59:33,856 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c8b1a6de-6efb-47c0-b0a6-da871839b935', 'date': 'Wed, 12 Oct 2022 13:59:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2072f47b-ef61-4abf-9cea-53985ea7f1c5", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "cca0d28a-4c2d-4069-aa61-7932025f7ef2", "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-12T13:59:33Z", "updated_at": "2022-10-12T13:59:33Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:34,204 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.348s 2022-10-12 13:59:34,205 177819 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--1327413966", "project_id": "bb24515db83646be9ff5e2382540a15a", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f70014dc-7d1e-4b1d-a2c1-723a51822ed0', 'date': 'Wed, 12 Oct 2022 13:59:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"1559d8cf-afea-415d-b1c6-7a2917ce0c67","name":"tempest-network-smoke--1327413966","tenant_id":"bb24515db83646be9ff5e2382540a15a","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bb24515db83646be9ff5e2382540a15a","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-12T13:59:33Z","updated_at":"2022-10-12T13:59:33Z","revision_number":1}}' 2022-10-12 13:59:36,034 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 1.828s 2022-10-12 13:59:36,034 177819 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-1481931908", "admin_state_up": true, "project_id": "bb24515db83646be9ff5e2382540a15a", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-99c1539e-9398-4c5e-9e0a-733942df7dab', 'date': 'Wed, 12 Oct 2022 13:59:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "2ad4c62b-2ffd-4f4c-b1e4-44c46d730312", "name": "tempest-TestNetworkAdvancedServerOps-router-1481931908", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.197"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:59:34Z", "updated_at": "2022-10-12T13:59:35Z", "revision_number": 3, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:36,066 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28 0.030s 2022-10-12 13:59:36,066 177819 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-db06ab53-4637-4f21-99ce-b19f2b8f1fd1', 'date': 'Wed, 12 Oct 2022 13:59:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:36,164 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.097s 2022-10-12 13:59:36,165 177819 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-8709eea6-7d04-4873-89ae-4660d4c2eeb8', 'date': 'Wed, 12 Oct 2022 13:59:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:59:36,195 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.030s 2022-10-12 13:59:36,196 177819 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-093dd238-e85b-4af8-a002-018b9cf8252f', 'date': 'Wed, 12 Oct 2022 13:59:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:36,988 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.791s 2022-10-12 13:59:36,989 177819 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-105969949", "network_id": "1559d8cf-afea-415d-b1c6-7a2917ce0c67", "project_id": "bb24515db83646be9ff5e2382540a15a", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-707d6e15-9449-4a0f-80fa-11c0e0f53459', 'date': 'Wed, 12 Oct 2022 13:59:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3f929771-417c-4796-b03b-0557b35b7487","name":"tempest-subnet-smoke-105969949","tenant_id":"bb24515db83646be9ff5e2382540a15a","network_id":"1559d8cf-afea-415d-b1c6-7a2917ce0c67","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-12T13:59:36Z","updated_at":"2022-10-12T13:59:36Z","revision_number":0,"project_id":"bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:39,334 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312/add_router_interface 2.345s 2022-10-12 13:59:39,335 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3f929771-417c-4796-b03b-0557b35b7487"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a94528f4-3218-476c-a4b4-01e211f19ea3', 'date': 'Wed, 12 Oct 2022 13:59:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312/add_router_interface'} Body: b'{"id": "2ad4c62b-2ffd-4f4c-b1e4-44c46d730312", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "82de91d8-78b2-4f4a-9042-e7432861b781", "network_id": "1559d8cf-afea-415d-b1c6-7a2917ce0c67", "subnet_id": "3f929771-417c-4796-b03b-0557b35b7487", "subnet_ids": ["3f929771-417c-4796-b03b-0557b35b7487"]}' 2022-10-12 13:59:39,377 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.036s 2022-10-12 13:59:39,377 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:39 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-e70716ed-9574-4b68-a30a-83d5e583a530', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "742fc533938e46ab957eeedc07b6ced4", "name": "tempest-TestNetworkAdvancedServerOps-1734618362-project", "password_expires_at": null}, "audit_ids": ["2muv2shcTwqxq3_CTWkB1Q"], "expires_at": "2022-10-12T14:59:39.000000Z", "issued_at": "2022-10-12T13:59:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb24515db83646be9ff5e2382540a15a", "name": "tempest-TestNetworkAdvancedServerOps-1734618362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:59:39,378 177819 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-10-12 13:59:39,875 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.52/compute/v2.1/servers 0.496s 2022-10-12 13:59:39,876 177819 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-59790690", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "1559d8cf-afea-415d-b1c6-7a2917ce0c67"}], "key_name": "tempest-TestNetworkAdvancedServerOps-644299320", "security_groups": [{"name": "tempest-secgroup-smoke-45634412"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-d5149318-4580-43fd-96ed-3c060e7dda97', 'x-compute-request-id': 'req-d5149318-4580-43fd-96ed-3c060e7dda97', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:59:41,489 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312/remove_router_interface 1.612s 2022-10-12 13:59:41,490 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3f929771-417c-4796-b03b-0557b35b7487"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-72fa36d3-cd7f-44ed-8f52-b8c9652ce500', 'date': 'Wed, 12 Oct 2022 13:59:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312/remove_router_interface'} Body: b'{"id": "2ad4c62b-2ffd-4f4c-b1e4-44c46d730312", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "82de91d8-78b2-4f4a-9042-e7432861b781", "network_id": "1559d8cf-afea-415d-b1c6-7a2917ce0c67", "subnet_id": "3f929771-417c-4796-b03b-0557b35b7487", "subnet_ids": ["3f929771-417c-4796-b03b-0557b35b7487"]}' 2022-10-12 13:59:41,904 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/3f929771-417c-4796-b03b-0557b35b7487 0.414s 2022-10-12 13:59:41,905 177819 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-6c4b0e9c-9849-4b19-9e70-c87eea3b36a3', 'date': 'Wed, 12 Oct 2022 13:59:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/3f929771-417c-4796-b03b-0557b35b7487'} Body: b'' 2022-10-12 13:59:42,921 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312 1.016s 2022-10-12 13:59:42,922 177819 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-5e4637b6-3e89-4c88-93d3-5c420bfd60d9', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/2ad4c62b-2ffd-4f4c-b1e4-44c46d730312'} Body: b'' 2022-10-12 13:59:43,325 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/1559d8cf-afea-415d-b1c6-7a2917ce0c67 0.403s 2022-10-12 13:59:43,325 177819 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-9dd7a587-529d-4be3-b4e9-bef497eebad4', 'date': 'Wed, 12 Oct 2022 13:59:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/1559d8cf-afea-415d-b1c6-7a2917ce0c67'} Body: b'' 2022-10-12 13:59:43,556 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/cca0d28a-4c2d-4069-aa61-7932025f7ef2 0.230s 2022-10-12 13:59:43,556 177819 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-269b1b9f-901e-4954-91ad-81c672693888', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/cca0d28a-4c2d-4069-aa61-7932025f7ef2'} Body: b'' 2022-10-12 13:59:43,640 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-644299320 0.083s 2022-10-12 13:59:43,641 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59: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-3fcca947-fd94-40dd-8daf-6e72441ba905', 'x-compute-request-id': 'req-3fcca947-fd94-40dd-8daf-6e72441ba905', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-644299320'} 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-12 13:59:43,760 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.113s 2022-10-12 13:59:43,760 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-242209266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOuToWS55sPgulxPsmezT0Kfw5m86eFOZ0KTsedrerePwQoqVzpSSXgmEKDU3H/CwQPTT2dUfz9RKP2Z1+utcalWZK0i0FzDN4idhIM7X82MYIKnUX4lOBWtSVII6nv2/w=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:43 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-6a9025e7-844e-4a92-abf6-260400f1371f', 'x-compute-request-id': 'req-6a9025e7-844e-4a92-abf6-260400f1371f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-242209266", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOuToWS55sPgulxPsmezT0Kfw5m86eFOZ0KTsedrerePwQoqVzpSSXgmEKDU3H/CwQPTT2dUfz9RKP2Z1+utcalWZK0i0FzDN4idhIM7X82MYIKnUX4lOBWtSVII6nv2/w==", "fingerprint": "b0:a5:4d:09:03:8a:cd:1d:bb:2f:26:a3:9b:65:ff:e9", "user_id": "742fc533938e46ab957eeedc07b6ced4"}}' 2022-10-12 13:59:44,119 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.355s 2022-10-12 13:59:44,120 177819 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-1922309769", "description": "tempest-secgroup-smoke-1922309769 description", "project_id": "bb24515db83646be9ff5e2382540a15a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-3dceb89d-1452-4ec9-be14-5bd913d32bde', 'date': 'Wed, 12 Oct 2022 13:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "name": "tempest-secgroup-smoke-1922309769", "stateful": true, "tenant_id": "bb24515db83646be9ff5e2382540a15a", "description": "tempest-secgroup-smoke-1922309769 description", "shared": false, "security_group_rules": [{"id": "5704ed3b-7319-43da-92ef-b5f45f634d0a", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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": 4296, "description": null, "tags": [], "created_at": "2022-10-12T13:59:43Z", "updated_at": "2022-10-12T13:59:43Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}, {"id": "6f3bf12f-5dcd-4827-aef2-db2a887b496b", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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": 4295, "description": null, "tags": [], "created_at": "2022-10-12T13:59:43Z", "updated_at": "2022-10-12T13:59:43Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}], "tags": [], "created_at": "2022-10-12T13:59:43Z", "updated_at": "2022-10-12T13:59:43Z", "revision_number": 1, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:44,449 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.328s 2022-10-12 13:59:44,449 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-7672754d-f6f6-497b-81fe-8d9ccfb65079', 'date': 'Wed, 12 Oct 2022 13:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0bcca647-630f-4506-8618-c07737ed7072", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:44Z", "updated_at": "2022-10-12T13:59:44Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:44,765 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.315s 2022-10-12 13:59:44,765 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-b25ea80c-cc62-43f3-a8c3-48eb0aa4e49e', 'date': 'Wed, 12 Oct 2022 13:59:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "686a2086-a58b-4410-a5ec-7dfbc1cccb59", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:44Z", "updated_at": "2022-10-12T13:59:44Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:45,062 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.296s 2022-10-12 13:59:45,062 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3373ede6-7568-44f3-8e4f-80996f8663ed', 'date': 'Wed, 12 Oct 2022 13:59:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5fea80d8-72af-4182-b36c-6900d5589c8d", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:44Z", "updated_at": "2022-10-12T13:59:44Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:45,411 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.348s 2022-10-12 13:59:45,411 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-48cd2011-cab4-4f65-8cbd-fe3c5551d29e', 'date': 'Wed, 12 Oct 2022 13:59:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea929eb2-5a05-4154-ab8f-7b8cc4c45a6a", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:45Z", "updated_at": "2022-10-12T13:59:45Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:45,736 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.324s 2022-10-12 13:59:45,737 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fd799910-cee2-481a-99a0-d122a6c2ce79', 'date': 'Wed, 12 Oct 2022 13:59:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3665cc0c-4057-413a-b097-c56246b019a0", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:45Z", "updated_at": "2022-10-12T13:59:45Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:46,039 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.301s 2022-10-12 13:59:46,039 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7c267740-7b74-4bb1-b014-c6e4c885042a', 'date': 'Wed, 12 Oct 2022 13:59:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cdc55458-5681-4a3f-ba6f-8d6f6e9a90ec", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f", "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-12T13:59:45Z", "updated_at": "2022-10-12T13:59:45Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:46,414 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.374s 2022-10-12 13:59:46,415 177819 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--1497041075", "project_id": "bb24515db83646be9ff5e2382540a15a", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f99cbddc-58a5-4bcb-ae1c-18b933578649', 'date': 'Wed, 12 Oct 2022 13:59:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8a319b53-c94b-497f-a037-fe68983eba49","name":"tempest-network-smoke--1497041075","tenant_id":"bb24515db83646be9ff5e2382540a15a","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bb24515db83646be9ff5e2382540a15a","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-12T13:59:46Z","updated_at":"2022-10-12T13:59:46Z","revision_number":1}}' 2022-10-12 13:59:48,495 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.079s 2022-10-12 13:59:48,495 177819 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-1570652778", "admin_state_up": true, "project_id": "bb24515db83646be9ff5e2382540a15a", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-dcc8b839-529e-4b1d-8d79-4582037de9f5', 'date': 'Wed, 12 Oct 2022 13:59:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "1ca334d2-572f-4c90-b4a9-413d6eb27d64", "name": "tempest-TestNetworkAdvancedServerOps-router-1570652778", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.130"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:59:46Z", "updated_at": "2022-10-12T13:59:47Z", "revision_number": 3, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:48,526 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28 0.030s 2022-10-12 13:59:48,527 177819 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-61831266-665b-42c7-9c63-f5ae8f81430e', 'date': 'Wed, 12 Oct 2022 13:59:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:48,631 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.103s 2022-10-12 13:59:48,631 177819 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-4a5494c1-08a2-4229-a4fd-be320792d491', 'date': 'Wed, 12 Oct 2022 13:59:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:59:48,665 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.032s 2022-10-12 13:59:48,665 177819 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-26dd46d6-8da2-40cc-8354-7ad6ac6466c5', 'date': 'Wed, 12 Oct 2022 13:59:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:59:49,330 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.664s 2022-10-12 13:59:49,331 177819 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-2104901570", "network_id": "8a319b53-c94b-497f-a037-fe68983eba49", "project_id": "bb24515db83646be9ff5e2382540a15a", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-6f181e76-e803-466a-a1b0-5267d6c7f855', 'date': 'Wed, 12 Oct 2022 13:59:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"1aec1c3a-4b57-4148-8ef0-50f94b80a645","name":"tempest-subnet-smoke-2104901570","tenant_id":"bb24515db83646be9ff5e2382540a15a","network_id":"8a319b53-c94b-497f-a037-fe68983eba49","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-12T13:59:48Z","updated_at":"2022-10-12T13:59:48Z","revision_number":0,"project_id":"bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:51,754 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64/add_router_interface 2.422s 2022-10-12 13:59:51,754 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "1aec1c3a-4b57-4148-8ef0-50f94b80a645"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d7a2ae8a-95c9-439c-903c-43e5889384b8', 'date': 'Wed, 12 Oct 2022 13:59:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64/add_router_interface'} Body: b'{"id": "1ca334d2-572f-4c90-b4a9-413d6eb27d64", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "ad74ed23-7876-4416-80e2-3503246010d0", "network_id": "8a319b53-c94b-497f-a037-fe68983eba49", "subnet_id": "1aec1c3a-4b57-4148-8ef0-50f94b80a645", "subnet_ids": ["1aec1c3a-4b57-4148-8ef0-50f94b80a645"]}' 2022-10-12 13:59:51,797 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.037s 2022-10-12 13:59:51,798 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:51 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-0aeda434-a3a1-40c1-b733-c0a11c26e97c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "742fc533938e46ab957eeedc07b6ced4", "name": "tempest-TestNetworkAdvancedServerOps-1734618362-project", "password_expires_at": null}, "audit_ids": ["rDrMj0aBQxeTO4sxctIrAQ"], "expires_at": "2022-10-12T14:59:51.000000Z", "issued_at": "2022-10-12T13:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb24515db83646be9ff5e2382540a15a", "name": "tempest-TestNetworkAdvancedServerOps-1734618362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:59:51,798 177819 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-10-12 13:59:52,149 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.52/compute/v2.1/servers 0.350s 2022-10-12 13:59:52,149 177819 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-2064331182", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "8a319b53-c94b-497f-a037-fe68983eba49"}], "key_name": "tempest-TestNetworkAdvancedServerOps-242209266", "security_groups": [{"name": "tempest-secgroup-smoke-1922309769"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59: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-4250abe4-6cd2-40d3-879f-d9cfbf617518', 'x-compute-request-id': 'req-4250abe4-6cd2-40d3-879f-d9cfbf617518', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:59:54,036 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64/remove_router_interface 1.885s 2022-10-12 13:59:54,036 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "1aec1c3a-4b57-4148-8ef0-50f94b80a645"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-03c5510c-3df4-4ff4-971f-ef0ebfa5b68f', 'date': 'Wed, 12 Oct 2022 13:59:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64/remove_router_interface'} Body: b'{"id": "1ca334d2-572f-4c90-b4a9-413d6eb27d64", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "ad74ed23-7876-4416-80e2-3503246010d0", "network_id": "8a319b53-c94b-497f-a037-fe68983eba49", "subnet_id": "1aec1c3a-4b57-4148-8ef0-50f94b80a645", "subnet_ids": ["1aec1c3a-4b57-4148-8ef0-50f94b80a645"]}' 2022-10-12 13:59:54,392 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/1aec1c3a-4b57-4148-8ef0-50f94b80a645 0.355s 2022-10-12 13:59:54,393 177819 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-6e334701-ca08-450e-ac19-2822cc83c583', 'date': 'Wed, 12 Oct 2022 13:59:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/1aec1c3a-4b57-4148-8ef0-50f94b80a645'} Body: b'' 2022-10-12 13:59:55,404 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64 1.011s 2022-10-12 13:59:55,405 177819 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-011a44ee-fc44-4bc8-87c5-609add39f837', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/1ca334d2-572f-4c90-b4a9-413d6eb27d64'} Body: b'' 2022-10-12 13:59:55,782 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/8a319b53-c94b-497f-a037-fe68983eba49 0.376s 2022-10-12 13:59:55,782 177819 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-d2ebfa92-2a6e-448f-82f7-12cb6e7687fd', 'date': 'Wed, 12 Oct 2022 13:59:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/8a319b53-c94b-497f-a037-fe68983eba49'} Body: b'' 2022-10-12 13:59:55,998 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f 0.216s 2022-10-12 13:59:55,999 177819 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-80674d96-d5a4-425a-86e1-6030074c2b32', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:59:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/2e8cc66a-3d2d-453d-9cfa-5f36c7ae776f'} Body: b'' 2022-10-12 13:59:56,092 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-242209266 0.092s 2022-10-12 13:59:56,092 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af215c4f-f5d3-426a-8b67-0ad5b8e09552', 'x-compute-request-id': 'req-af215c4f-f5d3-426a-8b67-0ad5b8e09552', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-242209266'} 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-12 13:59:56,218 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.119s 2022-10-12 13:59:56,218 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1486006184", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI2//VKdEgE0MXbg0kEBEQRb5SdjPtnNVYqOlsJ7JSUOblOAuDbMwIwasMAhDHmAXwgcsI1inODcr+iEonLbZeVdJnaVU8hG3NXcjGX4eYThB/7Ga+z/uLX4q3bkGDsQ3Q=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:59:56 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-029ab4f2-bba9-4709-afa6-cae45f26b7b7', 'x-compute-request-id': 'req-029ab4f2-bba9-4709-afa6-cae45f26b7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1486006184", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI2//VKdEgE0MXbg0kEBEQRb5SdjPtnNVYqOlsJ7JSUOblOAuDbMwIwasMAhDHmAXwgcsI1inODcr+iEonLbZeVdJnaVU8hG3NXcjGX4eYThB/7Ga+z/uLX4q3bkGDsQ3Q==", "fingerprint": "bd:28:1b:88:b7:db:ac:fe:49:51:58:13:fa:ef:50:fe", "user_id": "742fc533938e46ab957eeedc07b6ced4"}}' 2022-10-12 13:59:56,565 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.343s 2022-10-12 13:59:56,565 177819 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-772161886", "description": "tempest-secgroup-smoke-772161886 description", "project_id": "bb24515db83646be9ff5e2382540a15a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b23270d8-9341-488a-80f3-4f20db10136b', 'date': 'Wed, 12 Oct 2022 13:59:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "name": "tempest-secgroup-smoke-772161886", "stateful": true, "tenant_id": "bb24515db83646be9ff5e2382540a15a", "description": "tempest-secgroup-smoke-772161886 description", "shared": false, "security_group_rules": [{"id": "ab37c014-381f-4e45-a835-28538dd578f9", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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": 4311, "description": null, "tags": [], "created_at": "2022-10-12T13:59:56Z", "updated_at": "2022-10-12T13:59:56Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}, {"id": "feb539fb-9729-427d-aacf-67d543ecea0f", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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": 4312, "description": null, "tags": [], "created_at": "2022-10-12T13:59:56Z", "updated_at": "2022-10-12T13:59:56Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}], "tags": [], "created_at": "2022-10-12T13:59:56Z", "updated_at": "2022-10-12T13:59:56Z", "revision_number": 1, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:56,920 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.353s 2022-10-12 13:59:56,920 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-ce1b3b84-b4a5-4e36-ab2c-52f60a18fb31', 'date': 'Wed, 12 Oct 2022 13:59:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bcbde06-fdac-4cb4-a31d-ef1264512a37", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:56Z", "updated_at": "2022-10-12T13:59:56Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:57,301 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.380s 2022-10-12 13:59:57,302 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-350cad33-a3e5-4342-95c7-43bc910108b0', 'date': 'Wed, 12 Oct 2022 13:59:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1c683379-774e-4ee4-886c-cc22d36c05ea", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:57Z", "updated_at": "2022-10-12T13:59:57Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:57,620 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.318s 2022-10-12 13:59:57,621 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a0538490-4337-46ea-a4f7-4b3fb21e40bc', 'date': 'Wed, 12 Oct 2022 13:59:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "493d3d70-473a-42b2-910a-bcdfa3994036", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:57Z", "updated_at": "2022-10-12T13:59:57Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:57,959 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.338s 2022-10-12 13:59:57,960 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-63b211f8-2214-48b6-b243-408e799d2679', 'date': 'Wed, 12 Oct 2022 13:59:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "024af39f-90f5-4bf1-944d-2df7f4b62bd3", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:57Z", "updated_at": "2022-10-12T13:59:57Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:58,300 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.340s 2022-10-12 13:59:58,301 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-48183d46-38ce-42f3-afd0-91cde82c4178', 'date': 'Wed, 12 Oct 2022 13:59:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "efe37732-695a-4a63-bf04-2eebeaf43a26", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:58Z", "updated_at": "2022-10-12T13:59:58Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:58,633 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.331s 2022-10-12 13:59:58,634 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6de3eb60-2fe4-40c0-a800-e490677251a4', 'date': 'Wed, 12 Oct 2022 13:59:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "71572e4e-940c-43e1-8056-79ffd130b1d6", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "53fdac30-2fd7-4e6f-816c-7cd350706c2a", "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-12T13:59:58Z", "updated_at": "2022-10-12T13:59:58Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 13:59:59,010 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.376s 2022-10-12 13:59:59,011 177819 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--863685868", "project_id": "bb24515db83646be9ff5e2382540a15a", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b92426f7-1328-4f7d-ad36-483aba6905e6', 'date': 'Wed, 12 Oct 2022 13:59:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a74ccb3f-6619-44fb-b97d-7c6be2406b05","name":"tempest-network-smoke--863685868","tenant_id":"bb24515db83646be9ff5e2382540a15a","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bb24515db83646be9ff5e2382540a15a","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-12T13:59:58Z","updated_at":"2022-10-12T13:59:58Z","revision_number":1}}' 2022-10-12 14:00:00,845 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 1.834s 2022-10-12 14:00:00,845 177819 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-750246377", "admin_state_up": true, "project_id": "bb24515db83646be9ff5e2382540a15a", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-1481bf2c-acd8-481d-be1b-4d2bb701389c', 'date': 'Wed, 12 Oct 2022 14:00:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "e0993d3a-574d-4709-bbe6-ecf621893de1", "name": "tempest-TestNetworkAdvancedServerOps-router-750246377", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.215"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:59:59Z", "updated_at": "2022-10-12T14:00:00Z", "revision_number": 3, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:00,878 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28 0.031s 2022-10-12 14:00:00,878 177819 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-56329ca5-71a4-4f11-8527-e1a4b52703e5', 'date': 'Wed, 12 Oct 2022 14:00:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 14:00:00,980 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.101s 2022-10-12 14:00:00,980 177819 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-b23784a9-b284-4e26-accb-9f0d660dd2d2', 'date': 'Wed, 12 Oct 2022 14:00:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 14:00:01,010 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.029s 2022-10-12 14:00:01,015 177819 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-86607212-856d-4d03-90a8-dafbb10e9bd3', 'date': 'Wed, 12 Oct 2022 14:00:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 14:00:01,700 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.684s 2022-10-12 14:00:01,700 177819 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-391627751", "network_id": "a74ccb3f-6619-44fb-b97d-7c6be2406b05", "project_id": "bb24515db83646be9ff5e2382540a15a", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-f9553f8b-babc-44d6-bf2e-b9a21ff5b58d', 'date': 'Wed, 12 Oct 2022 14:00:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cfbcb11e-3501-457c-9a40-d0b8ff0fba35","name":"tempest-subnet-smoke-391627751","tenant_id":"bb24515db83646be9ff5e2382540a15a","network_id":"a74ccb3f-6619-44fb-b97d-7c6be2406b05","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-12T14:00:01Z","updated_at":"2022-10-12T14:00:01Z","revision_number":0,"project_id":"bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:04,042 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1/add_router_interface 2.341s 2022-10-12 14:00:04,043 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "cfbcb11e-3501-457c-9a40-d0b8ff0fba35"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0c081778-9676-4ffd-9ebc-7525c4a57b15', 'date': 'Wed, 12 Oct 2022 14:00:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1/add_router_interface'} Body: b'{"id": "e0993d3a-574d-4709-bbe6-ecf621893de1", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "7f793619-8f18-4dfd-af6f-b07b6503fe34", "network_id": "a74ccb3f-6619-44fb-b97d-7c6be2406b05", "subnet_id": "cfbcb11e-3501-457c-9a40-d0b8ff0fba35", "subnet_ids": ["cfbcb11e-3501-457c-9a40-d0b8ff0fba35"]}' 2022-10-12 14:00:04,081 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.033s 2022-10-12 14:00:04,082 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:04 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-f9e0a964-0b62-4bfb-87ab-8fbc3e93f08f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "742fc533938e46ab957eeedc07b6ced4", "name": "tempest-TestNetworkAdvancedServerOps-1734618362-project", "password_expires_at": null}, "audit_ids": ["JCKkHfPcQfOt3SsKIXYnPg"], "expires_at": "2022-10-12T15:00:04.000000Z", "issued_at": "2022-10-12T14:00:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb24515db83646be9ff5e2382540a15a", "name": "tempest-TestNetworkAdvancedServerOps-1734618362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 14:00:04,082 177819 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-10-12 14:00:04,471 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.52/compute/v2.1/servers 0.388s 2022-10-12 14:00:04,472 177819 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-581424353", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "a74ccb3f-6619-44fb-b97d-7c6be2406b05"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1486006184", "security_groups": [{"name": "tempest-secgroup-smoke-772161886"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00: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-80628065-a5d0-46bf-aac3-4821402bf4f8', 'x-compute-request-id': 'req-80628065-a5d0-46bf-aac3-4821402bf4f8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:00:06,189 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1/remove_router_interface 1.716s 2022-10-12 14:00:06,189 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "cfbcb11e-3501-457c-9a40-d0b8ff0fba35"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ef5be4a3-8a79-4cd8-a7f8-ee425a80cabb', 'date': 'Wed, 12 Oct 2022 14:00:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1/remove_router_interface'} Body: b'{"id": "e0993d3a-574d-4709-bbe6-ecf621893de1", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "7f793619-8f18-4dfd-af6f-b07b6503fe34", "network_id": "a74ccb3f-6619-44fb-b97d-7c6be2406b05", "subnet_id": "cfbcb11e-3501-457c-9a40-d0b8ff0fba35", "subnet_ids": ["cfbcb11e-3501-457c-9a40-d0b8ff0fba35"]}' 2022-10-12 14:00:06,586 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/cfbcb11e-3501-457c-9a40-d0b8ff0fba35 0.396s 2022-10-12 14:00:06,586 177819 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-7f540ec5-cb8e-4b40-8563-1828bf19e061', 'date': 'Wed, 12 Oct 2022 14:00:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/cfbcb11e-3501-457c-9a40-d0b8ff0fba35'} Body: b'' 2022-10-12 14:00:07,965 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1 1.378s 2022-10-12 14:00:07,965 177819 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-1e917347-88bb-46f8-8c57-3c636241425f', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:00:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/e0993d3a-574d-4709-bbe6-ecf621893de1'} Body: b'' 2022-10-12 14:00:08,360 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/a74ccb3f-6619-44fb-b97d-7c6be2406b05 0.394s 2022-10-12 14:00:08,360 177819 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-b2376d01-cd7d-42a5-83d9-64c862944b80', 'date': 'Wed, 12 Oct 2022 14:00:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/a74ccb3f-6619-44fb-b97d-7c6be2406b05'} Body: b'' 2022-10-12 14:00:08,581 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/53fdac30-2fd7-4e6f-816c-7cd350706c2a 0.220s 2022-10-12 14:00:08,582 177819 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-d66f2aa0-d6fa-43ce-a2bb-015adc8a64f3', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:00:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/53fdac30-2fd7-4e6f-816c-7cd350706c2a'} Body: b'' 2022-10-12 14:00:08,680 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1486006184 0.097s 2022-10-12 14:00:08,680 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:08 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-7a62b174-f67a-44f0-ba1a-c5141be40cd9', 'x-compute-request-id': 'req-7a62b174-f67a-44f0-ba1a-c5141be40cd9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1486006184'} 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-12 14:00:08,810 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.124s 2022-10-12 14:00:08,810 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-145533952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvY7HvslrcV+aJ7l29L+hgGcKBIN4LY39Y7lz3oUAKRMUPI3jMO/ThfCe/3thjbG/qKeOcSamoEcLPi5H4rV38Wsb0jbiq4NwUPPrfV3LXREMA9zMS19Fm/27njtqaPPw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:08 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-656d3ad5-601e-41ad-abdb-7b523a477432', 'x-compute-request-id': 'req-656d3ad5-601e-41ad-abdb-7b523a477432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-145533952", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvY7HvslrcV+aJ7l29L+hgGcKBIN4LY39Y7lz3oUAKRMUPI3jMO/ThfCe/3thjbG/qKeOcSamoEcLPi5H4rV38Wsb0jbiq4NwUPPrfV3LXREMA9zMS19Fm/27njtqaPPw==", "fingerprint": "89:7a:10:1a:a4:a2:ba:d8:f1:fd:e8:9b:bb:50:ee:ce", "user_id": "742fc533938e46ab957eeedc07b6ced4"}}' 2022-10-12 14:00:09,249 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.436s 2022-10-12 14:00:09,250 177819 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-1735483851", "description": "tempest-secgroup-smoke-1735483851 description", "project_id": "bb24515db83646be9ff5e2382540a15a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-091b7275-6579-4280-a9ac-dd0bbbb0a817', 'date': 'Wed, 12 Oct 2022 14:00:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "name": "tempest-secgroup-smoke-1735483851", "stateful": true, "tenant_id": "bb24515db83646be9ff5e2382540a15a", "description": "tempest-secgroup-smoke-1735483851 description", "shared": false, "security_group_rules": [{"id": "7cf87268-40a7-4554-980a-3671d53076aa", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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": 4328, "description": null, "tags": [], "created_at": "2022-10-12T14:00:09Z", "updated_at": "2022-10-12T14:00:09Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}, {"id": "b70b0bb8-648e-4e31-a4ae-d2af782bdb5a", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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": 4327, "description": null, "tags": [], "created_at": "2022-10-12T14:00:09Z", "updated_at": "2022-10-12T14:00:09Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}], "tags": [], "created_at": "2022-10-12T14:00:08Z", "updated_at": "2022-10-12T14:00:09Z", "revision_number": 1, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:09,576 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.325s 2022-10-12 14:00:09,576 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-35a6e414-1705-4f8a-ad51-ca543d30bf1b', 'date': 'Wed, 12 Oct 2022 14:00:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "502a4868-cc54-4e5a-8e4a-dcb173283f88", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:09Z", "updated_at": "2022-10-12T14:00:09Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:09,969 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.392s 2022-10-12 14:00:09,969 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "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-7d5a5b94-06d6-4e68-a28a-889899335461', 'date': 'Wed, 12 Oct 2022 14:00:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "708a078f-4baa-40cc-a1fd-c2e6c5f06464", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:09Z", "updated_at": "2022-10-12T14:00:09Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:10,260 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.290s 2022-10-12 14:00:10,260 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ddfce93-f897-4878-98e6-6ef9c532c3ac', 'date': 'Wed, 12 Oct 2022 14:00:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5197d6c-11a0-4426-95f5-552a77d6c857", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:10Z", "updated_at": "2022-10-12T14:00:10Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:10,609 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.348s 2022-10-12 14:00:10,610 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-25e1c759-f2cd-49a3-841c-161c09b5b78a', 'date': 'Wed, 12 Oct 2022 14:00:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67d07562-72ef-4d16-a969-c45b965708eb", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:10Z", "updated_at": "2022-10-12T14:00:10Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:10,923 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.312s 2022-10-12 14:00:10,923 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-05d39882-90a8-4bc1-b88e-65a9856c1fbd', 'date': 'Wed, 12 Oct 2022 14:00:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7355fa0a-32d7-4f42-9512-085fa365f768", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:10Z", "updated_at": "2022-10-12T14:00:10Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:11,199 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.275s 2022-10-12 14:00:11,200 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "project_id": "bb24515db83646be9ff5e2382540a15a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4b1ad73f-1e11-4c38-baf6-c93ff9201400', 'date': 'Wed, 12 Oct 2022 14:00:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7456b23e-676c-44ad-aba4-3df8f5e07a74", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "security_group_id": "9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a", "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-12T14:00:11Z", "updated_at": "2022-10-12T14:00:11Z", "revision_number": 0, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:11,580 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.379s 2022-10-12 14:00:11,580 177819 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--154782578", "project_id": "bb24515db83646be9ff5e2382540a15a", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-80dff682-2d85-4197-ac82-bdbf38dbe5f9', 'date': 'Wed, 12 Oct 2022 14:00:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"33f1ec4a-6270-4689-b82f-7c3dfebaa8db","name":"tempest-network-smoke--154782578","tenant_id":"bb24515db83646be9ff5e2382540a15a","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bb24515db83646be9ff5e2382540a15a","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-12T14:00:11Z","updated_at":"2022-10-12T14:00:11Z","revision_number":1}}' 2022-10-12 14:00:13,656 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.075s 2022-10-12 14:00:13,657 177819 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-1907405291", "admin_state_up": true, "project_id": "bb24515db83646be9ff5e2382540a15a", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-c9d8b2c7-a111-4636-9d8e-02e0144ed9af', 'date': 'Wed, 12 Oct 2022 14:00:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7f072622-23bb-4450-89e2-c15ec7a8623e", "name": "tempest-TestNetworkAdvancedServerOps-router-1907405291", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.179"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T14:00:11Z", "updated_at": "2022-10-12T14:00:12Z", "revision_number": 3, "project_id": "bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:13,692 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28 0.034s 2022-10-12 14:00:13,692 177819 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-eaa8868b-5c3a-4bdd-9f1b-2456fb427f8f', 'date': 'Wed, 12 Oct 2022 14:00:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=bb24515db83646be9ff5e2382540a15a&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 14:00:13,791 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.098s 2022-10-12 14:00:13,791 177819 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-a2611a45-b68c-4b33-9de8-43a730ca1eb4', 'date': 'Wed, 12 Oct 2022 14:00:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 14:00:13,824 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.032s 2022-10-12 14:00:13,828 177819 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-f066dbb7-1f67-43f5-9c7a-fe5ec4d541b1', 'date': 'Wed, 12 Oct 2022 14:00:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 14:00:14,633 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.804s 2022-10-12 14:00:14,633 177819 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-334432955", "network_id": "33f1ec4a-6270-4689-b82f-7c3dfebaa8db", "project_id": "bb24515db83646be9ff5e2382540a15a", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-d452be66-b017-4903-afde-140114e3c4cb', 'date': 'Wed, 12 Oct 2022 14:00:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a548641e-6300-4e87-9b3b-fb4adc3ea75b","name":"tempest-subnet-smoke-334432955","tenant_id":"bb24515db83646be9ff5e2382540a15a","network_id":"33f1ec4a-6270-4689-b82f-7c3dfebaa8db","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-12T14:00:14Z","updated_at":"2022-10-12T14:00:14Z","revision_number":0,"project_id":"bb24515db83646be9ff5e2382540a15a"}}' 2022-10-12 14:00:16,745 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e/add_router_interface 2.111s 2022-10-12 14:00:16,745 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a548641e-6300-4e87-9b3b-fb4adc3ea75b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f8822117-b258-469d-a583-56006b6ae9d7', 'date': 'Wed, 12 Oct 2022 14:00:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e/add_router_interface'} Body: b'{"id": "7f072622-23bb-4450-89e2-c15ec7a8623e", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "b3171b59-4f97-445f-9844-8930f926c7c0", "network_id": "33f1ec4a-6270-4689-b82f-7c3dfebaa8db", "subnet_id": "a548641e-6300-4e87-9b3b-fb4adc3ea75b", "subnet_ids": ["a548641e-6300-4e87-9b3b-fb4adc3ea75b"]}' 2022-10-12 14:00:16,800 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.049s 2022-10-12 14:00:16,800 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:16 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-932afd5b-5cb2-48ca-a6d8-674b8f34b9cf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "742fc533938e46ab957eeedc07b6ced4", "name": "tempest-TestNetworkAdvancedServerOps-1734618362-project", "password_expires_at": null}, "audit_ids": ["ZjrW6YXwQUmLnP0ZkyBnZQ"], "expires_at": "2022-10-12T15:00:16.000000Z", "issued_at": "2022-10-12T14:00:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb24515db83646be9ff5e2382540a15a", "name": "tempest-TestNetworkAdvancedServerOps-1734618362"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/bb24515db83646be9ff5e2382540a15a", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 14:00:16,801 177819 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-10-12 14:00:17,201 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.52/compute/v2.1/servers 0.399s 2022-10-12 14:00:17,202 177819 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-2075932215", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "33f1ec4a-6270-4689-b82f-7c3dfebaa8db"}], "key_name": "tempest-TestNetworkAdvancedServerOps-145533952", "security_groups": [{"name": "tempest-secgroup-smoke-1735483851"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-946b9a73-1e38-4a06-a116-1545a2f582e5', 'x-compute-request-id': 'req-946b9a73-1e38-4a06-a116-1545a2f582e5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:00:18,935 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e/remove_router_interface 1.732s 2022-10-12 14:00:18,935 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "a548641e-6300-4e87-9b3b-fb4adc3ea75b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d6572f4d-a28f-47f0-bcd4-ad53d9f8920a', 'date': 'Wed, 12 Oct 2022 14:00:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e/remove_router_interface'} Body: b'{"id": "7f072622-23bb-4450-89e2-c15ec7a8623e", "tenant_id": "bb24515db83646be9ff5e2382540a15a", "port_id": "b3171b59-4f97-445f-9844-8930f926c7c0", "network_id": "33f1ec4a-6270-4689-b82f-7c3dfebaa8db", "subnet_id": "a548641e-6300-4e87-9b3b-fb4adc3ea75b", "subnet_ids": ["a548641e-6300-4e87-9b3b-fb4adc3ea75b"]}' 2022-10-12 14:00:19,291 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/a548641e-6300-4e87-9b3b-fb4adc3ea75b 0.356s 2022-10-12 14:00:19,292 177819 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-3a4911dd-2eb5-45bb-87ee-91fa94710a1c', 'date': 'Wed, 12 Oct 2022 14:00:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/a548641e-6300-4e87-9b3b-fb4adc3ea75b'} Body: b'' 2022-10-12 14:00:20,363 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e 1.071s 2022-10-12 14:00:20,364 177819 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-847fe1b6-b07d-48df-b330-b03ac3dbbcfe', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:00:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7f072622-23bb-4450-89e2-c15ec7a8623e'} Body: b'' 2022-10-12 14:00:20,721 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/33f1ec4a-6270-4689-b82f-7c3dfebaa8db 0.357s 2022-10-12 14:00:20,721 177819 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-0fd2100c-685b-4a4b-acfd-7397d4b2af6c', 'date': 'Wed, 12 Oct 2022 14:00:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/33f1ec4a-6270-4689-b82f-7c3dfebaa8db'} Body: b'' 2022-10-12 14:00:20,965 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a 0.243s 2022-10-12 14:00:20,966 177819 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-46e8c41b-7ea6-4c21-9bcc-45eaded517fe', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:00:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/9aee2672-ae1d-4aaf-bc1c-55bfd0944d6a'} Body: b'' 2022-10-12 14:00:21,045 177819 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-145533952 0.078s 2022-10-12 14:00:21,045 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00: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-23b65e9a-84e5-4042-a82e-ef706824ca76', 'x-compute-request-id': 'req-23b65e9a-84e5-4042-a82e-ef706824ca76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-145533952'} 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-12 13:49:53,390 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.858s 2022-10-12 13:49:53,390 121907 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--1929601265", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5050941e-5eec-4f49-bbdc-a030104b7fc8', 'date': 'Wed, 12 Oct 2022 13:49:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"226ed7f8-98f7-4c99-889a-6726be229653","name":"tempest-network-smoke--1929601265","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c5896b87cc824d368d35c9c15bdf6121","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-12T13:49:53Z","updated_at":"2022-10-12T13:49:53Z","revision_number":1}}' 2022-10-12 13:49:56,039 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 2.647s 2022-10-12 13:49:56,039 121907 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-1784304229", "admin_state_up": true, "project_id": "c5896b87cc824d368d35c9c15bdf6121", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-ed828161-64eb-4e6b-b866-86eecf3ca2b1', 'date': 'Wed, 12 Oct 2022 13:49:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "7a7ba0a0-6270-4097-9066-e0b36d59c47a", "name": "tempest-TestNetworkBasicOps-router-1784304229", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.66"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:53Z", "updated_at": "2022-10-12T13:49:55Z", "revision_number": 3, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:49:56,533 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=c5896b87cc824d368d35c9c15bdf6121&cidr=172.20.0.0%2F28 0.493s 2022-10-12 13:49:56,533 121907 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-814c6ea9-4a2c-4dc3-b296-0a4f8d490e8f', 'date': 'Wed, 12 Oct 2022 13:49:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=c5896b87cc824d368d35c9c15bdf6121&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:56,748 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.214s 2022-10-12 13:49:56,749 121907 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-a84f0171-0a83-40e9-a44d-bf162669fb5a', 'date': 'Wed, 12 Oct 2022 13:49:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:49:56,851 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.102s 2022-10-12 13:49:56,851 121907 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-316330bc-5f03-44fc-b9f9-28c64654e608', 'date': 'Wed, 12 Oct 2022 13:49:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:49:58,361 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.508s 2022-10-12 13:49:58,361 121907 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-1759275006", "network_id": "226ed7f8-98f7-4c99-889a-6726be229653", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-a486b87a-2d01-455f-8906-74360c514a82', 'date': 'Wed, 12 Oct 2022 13:49:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8e326a23-88ae-4241-81f4-f3c5a9d28d57","name":"tempest-subnet-smoke-1759275006","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","network_id":"226ed7f8-98f7-4c99-889a-6726be229653","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-12T13:49:57Z","updated_at":"2022-10-12T13:49:57Z","revision_number":0,"project_id":"c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:02,329 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a/add_router_interface 3.966s 2022-10-12 13:50:02,329 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "8e326a23-88ae-4241-81f4-f3c5a9d28d57"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-549b4b77-a611-4b25-aaa1-23cbe24dc03a', 'date': 'Wed, 12 Oct 2022 13:50:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a/add_router_interface'} Body: b'{"id": "7a7ba0a0-6270-4097-9066-e0b36d59c47a", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "port_id": "e283b061-83d5-4776-b700-81787a507656", "network_id": "226ed7f8-98f7-4c99-889a-6726be229653", "subnet_id": "8e326a23-88ae-4241-81f4-f3c5a9d28d57", "subnet_ids": ["8e326a23-88ae-4241-81f4-f3c5a9d28d57"]}' 2022-10-12 13:50:02,711 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/networks 0.381s 2022-10-12 13:50:02,711 121907 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': '3338', 'x-openstack-request-id': 'req-15b7cf58-a19c-4b00-a402-ea8f6265d38a', 'date': 'Wed, 12 Oct 2022 13:50:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"226ed7f8-98f7-4c99-889a-6726be229653","name":"tempest-network-smoke--1929601265","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["8e326a23-88ae-4241-81f4-f3c5a9d28d57"],"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-12T13:49:53Z","updated_at":"2022-10-12T13:49:57Z","revision_number":2,"project_id":"c5896b87cc824d368d35c9c15bdf6121","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":308},{"id":"3832abb4-1562-4efc-8a28-38fab631d73f","name":"tempest-network-smoke--1598441709","tenant_id":"e35b8ba339f2443fb9a0291f93bdff9c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"tags":[],"created_at":"2022-10-12T13:49:49Z","updated_at":"2022-10-12T13:50:00Z","revision_number":3,"project_id":"e35b8ba339f2443fb9a0291f93bdff9c","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":311},{"id":"5d6fb6fa-9e10-4e8b-ad14-1cb9b6fe47b2","name":"shared","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["98dbb923-8335-4f11-b183-7a2fb27c2c02"],"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-12T13:14:38Z","updated_at":"2022-10-12T13:14:42Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":307},{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"ac8a703c-f5a3-4069-b432-dcd2e0435e2d","name":"private","tenant_id":"c7a20ba827a64b0ca59220a314714b19","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["78a627b9-a3d6-4527-835e-abf80dfeedbd"],"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-12T13:11:26Z","updated_at":"2022-10-12T13:13:38Z","revision_number":3,"project_id":"c7a20ba827a64b0ca59220a314714b19","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":313}]}' 2022-10-12 13:50:02,884 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets 0.172s 2022-10-12 13:50:02,885 121907 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': '2533', 'x-openstack-request-id': 'req-30a89df6-8039-432c-af88-fac645bd7817', 'date': 'Wed, 12 Oct 2022 13:50:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"052b4747-9196-4d09-8347-528c2456a92e","name":"public-subnet","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","network_id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.2.1","cidr":"172.25.2.0/24","allocation_pools":[{"start":"172.25.2.2","end":"172.25.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-12T13:11:55Z","updated_at":"2022-10-12T13:11:55Z","revision_number":0,"project_id":"2760c6bd836b4e008bddfb8cbee11980"},{"id":"78a627b9-a3d6-4527-835e-abf80dfeedbd","name":"private-subnet","tenant_id":"c7a20ba827a64b0ca59220a314714b19","network_id":"ac8a703c-f5a3-4069-b432-dcd2e0435e2d","ip_version":4,"subnetpool_id":"647275a4-9d26-4960-92d4-79a752d59dac","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-12T13:11:30Z","updated_at":"2022-10-12T13:13:38Z","revision_number":1,"project_id":"c7a20ba827a64b0ca59220a314714b19"},{"id":"8e326a23-88ae-4241-81f4-f3c5a9d28d57","name":"tempest-subnet-smoke-1759275006","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","network_id":"226ed7f8-98f7-4c99-889a-6726be229653","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-12T13:49:57Z","updated_at":"2022-10-12T13:49:57Z","revision_number":0,"project_id":"c5896b87cc824d368d35c9c15bdf6121"},{"id":"98dbb923-8335-4f11-b183-7a2fb27c2c02","name":"shared-subnet","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","network_id":"5d6fb6fa-9e10-4e8b-ad14-1cb9b6fe47b2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.233.1","cidr":"192.168.233.0/24","allocation_pools":[{"start":"192.168.233.2","end":"192.168.233.254"}],"host_routes":[],"dns_nameservers":[],"description":"shared-subnet","service_types":[],"tags":[],"created_at":"2022-10-12T13:14:42Z","updated_at":"2022-10-12T13:14:42Z","revision_number":0,"project_id":"2760c6bd836b4e008bddfb8cbee11980"}]}' 2022-10-12 13:50:03,354 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.52:9696/networking/v2.0/routers 0.469s 2022-10-12 13:50:03,355 121907 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': '1411', 'x-openstack-request-id': 'req-46ea2e4c-73da-4137-94d6-e81742672cf6', 'date': 'Wed, 12 Oct 2022 13:50:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "3ed95d3b-fddc-414d-aa6a-7c9d282ccd26", "name": "router1", "tenant_id": "c7a20ba827a64b0ca59220a314714b19", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.24"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:11:40Z", "updated_at": "2022-10-12T13:12:00Z", "revision_number": 4, "project_id": "c7a20ba827a64b0ca59220a314714b19"}, {"id": "7a7ba0a0-6270-4097-9066-e0b36d59c47a", "name": "tempest-TestNetworkBasicOps-router-1784304229", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.66"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:49:53Z", "updated_at": "2022-10-12T13:50:01Z", "revision_number": 4, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}]}' 2022-10-12 13:50:03,563 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.205s 2022-10-12 13:50:03,563 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-2123505363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM9O4Ir9zCA5jonw6TfJqkFlZfsCCUvkHpLSiilxrWV/JznY/gwOF+gI4mY5qr6Jav45PzwBDAtpXEbexKyHc1ellf8fEYtGN7mJ+dFWmfAZ8lZhRLc+sFq6a/xlxs3GmQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:03 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-1309f61e-b7c8-42fb-9ff7-df647f018ac4', 'x-compute-request-id': 'req-1309f61e-b7c8-42fb-9ff7-df647f018ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-2123505363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM9O4Ir9zCA5jonw6TfJqkFlZfsCCUvkHpLSiilxrWV/JznY/gwOF+gI4mY5qr6Jav45PzwBDAtpXEbexKyHc1ellf8fEYtGN7mJ+dFWmfAZ8lZhRLc+sFq6a/xlxs3GmQ==", "fingerprint": "6c:c8:ae:1b:25:54:01:6b:30:41:8e:27:79:5d:7c:98", "user_id": "68957012b7f54daabb2926b09fcd3393"}}' 2022-10-12 13:50:04,022 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.455s 2022-10-12 13:50:04,023 121907 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-1156573024", "description": "tempest-secgroup-smoke-1156573024 description", "project_id": "c5896b87cc824d368d35c9c15bdf6121"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-0ac3a421-5f17-4d36-ada4-7b2bf2d260f4', 'date': 'Wed, 12 Oct 2022 13:50:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "name": "tempest-secgroup-smoke-1156573024", "stateful": true, "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "description": "tempest-secgroup-smoke-1156573024 description", "shared": false, "security_group_rules": [{"id": "1e5469be-7da2-4465-bb82-1b36fe0f52c2", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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": 4021, "description": null, "tags": [], "created_at": "2022-10-12T13:50:03Z", "updated_at": "2022-10-12T13:50:03Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}, {"id": "27d340c4-8552-46cb-8260-3ff7760fd8dd", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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": 4020, "description": null, "tags": [], "created_at": "2022-10-12T13:50:03Z", "updated_at": "2022-10-12T13:50:03Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}], "tags": [], "created_at": "2022-10-12T13:50:03Z", "updated_at": "2022-10-12T13:50:03Z", "revision_number": 1, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:04,477 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.448s 2022-10-12 13:50:04,477 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "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-1b0018ba-f826-472d-b089-4535d72049cc', 'date': 'Wed, 12 Oct 2022 13:50:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7fe1dd4-1253-4677-8951-8fc51919cde1", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:04Z", "updated_at": "2022-10-12T13:50:04Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:04,929 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.451s 2022-10-12 13:50:04,929 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "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-40d90f18-560f-40f7-b58a-7f924b853bbf', 'date': 'Wed, 12 Oct 2022 13:50:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a9c32d6-2137-449b-9c43-f3eec64755fd", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:04Z", "updated_at": "2022-10-12T13:50:04Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:05,293 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.363s 2022-10-12 13:50:05,294 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4a8b1224-28fd-4cc3-8856-8e799211c57b', 'date': 'Wed, 12 Oct 2022 13:50:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c99a5d7-318d-477a-98cc-ca8fe9abab64", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:05Z", "updated_at": "2022-10-12T13:50:05Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:05,647 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.353s 2022-10-12 13:50:05,647 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b76e41af-f051-4345-a191-b823edd6ce7a', 'date': 'Wed, 12 Oct 2022 13:50:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0aee4d2b-ac43-406e-9d0a-ad559ddf8c0e", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:05Z", "updated_at": "2022-10-12T13:50:05Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:06,081 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.433s 2022-10-12 13:50:06,082 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-78303016-b764-4219-8d2b-04fb3e4ed407', 'date': 'Wed, 12 Oct 2022 13:50:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2de318d2-d33c-4f39-ba27-8af5365cf099", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:05Z", "updated_at": "2022-10-12T13:50:05Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:06,440 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.357s 2022-10-12 13:50:06,440 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-70b97d1f-9b97-4956-9a4a-b2aa3e6a6873', 'date': 'Wed, 12 Oct 2022 13:50:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "705a1a0d-b764-48c5-9ed2-8e9b32754a7e", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "da55e1a4-f336-4da6-95b9-8a73139f99a8", "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-12T13:50:06Z", "updated_at": "2022-10-12T13:50:06Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:06,549 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.102s 2022-10-12 13:50:06,549 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:06 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-a5ebd976-ea67-4934-96a1-cb1b5d937e32', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "68957012b7f54daabb2926b09fcd3393", "name": "tempest-TestNetworkBasicOps-1758642590-project", "password_expires_at": null}, "audit_ids": ["JZgGauN0R4W1hVY67fyj2w"], "expires_at": "2022-10-12T14:50:06.000000Z", "issued_at": "2022-10-12T13:50:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5896b87cc824d368d35c9c15bdf6121", "name": "tempest-TestNetworkBasicOps-1758642590"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:50:06,550 121907 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-10-12 13:50:07,127 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.52/compute/v2.1/servers 0.576s 2022-10-12 13:50:07,128 121907 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-1594436114", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "226ed7f8-98f7-4c99-889a-6726be229653"}], "key_name": "tempest-TestNetworkBasicOps-2123505363", "security_groups": [{"name": "tempest-secgroup-smoke-1156573024"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50: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-d42c5cf5-9174-4a50-a742-0e649174bd4a', 'x-compute-request-id': 'req-d42c5cf5-9174-4a50-a742-0e649174bd4a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:50:07,373 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/da55e1a4-f336-4da6-95b9-8a73139f99a8 0.235s 2022-10-12 13:50:07,374 121907 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-0cfaca8e-8b64-408e-ab3a-6a36f90c8843', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/da55e1a4-f336-4da6-95b9-8a73139f99a8'} Body: b'' 2022-10-12 13:50:07,445 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2123505363 0.071s 2022-10-12 13:50:07,446 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:07 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-5e508595-a5b2-48fa-a5a1-b0cc71ddee0b', 'x-compute-request-id': 'req-5e508595-a5b2-48fa-a5a1-b0cc71ddee0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2123505363'} Body: b'' 2022-10-12 13:50:09,266 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a/remove_router_interface 1.820s 2022-10-12 13:50:09,267 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "8e326a23-88ae-4241-81f4-f3c5a9d28d57"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c9fe6767-ee5b-4b9b-a9c1-d7394c5d52bb', 'date': 'Wed, 12 Oct 2022 13:50:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a/remove_router_interface'} Body: b'{"id": "7a7ba0a0-6270-4097-9066-e0b36d59c47a", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "port_id": "e283b061-83d5-4776-b700-81787a507656", "network_id": "226ed7f8-98f7-4c99-889a-6726be229653", "subnet_id": "8e326a23-88ae-4241-81f4-f3c5a9d28d57", "subnet_ids": ["8e326a23-88ae-4241-81f4-f3c5a9d28d57"]}' 2022-10-12 13:50:09,674 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/8e326a23-88ae-4241-81f4-f3c5a9d28d57 0.407s 2022-10-12 13:50:09,675 121907 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-bbd0da6e-d144-4572-b88c-1531febe3da6', 'date': 'Wed, 12 Oct 2022 13:50:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/8e326a23-88ae-4241-81f4-f3c5a9d28d57'} Body: b'' 2022-10-12 13:50:10,865 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a 1.190s 2022-10-12 13:50:10,865 121907 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-3c30b2cb-b2a5-4f06-b82d-4cdfb154f5cf', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/7a7ba0a0-6270-4097-9066-e0b36d59c47a'} Body: b'' 2022-10-12 13:50:11,301 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/226ed7f8-98f7-4c99-889a-6726be229653 0.435s 2022-10-12 13:50:11,301 121907 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-56604e51-cf3d-4ec8-854d-e6eb214d029c', 'date': 'Wed, 12 Oct 2022 13:50:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/226ed7f8-98f7-4c99-889a-6726be229653'} 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-12 13:50:11,723 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 0.416s 2022-10-12 13:50:11,724 121907 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--910848667", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-4354e1f0-b682-4ae3-97cb-3357ca9c3fa7', 'date': 'Wed, 12 Oct 2022 13:50:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"250417a5-5c7d-4c62-9c57-54a633751759","name":"tempest-network-smoke--910848667","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c5896b87cc824d368d35c9c15bdf6121","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-12T13:50:11Z","updated_at":"2022-10-12T13:50:11Z","revision_number":1}}' 2022-10-12 13:50:13,601 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 1.877s 2022-10-12 13:50:13,601 121907 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-7066753", "admin_state_up": true, "project_id": "c5896b87cc824d368d35c9c15bdf6121", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '685', 'x-openstack-request-id': 'req-ed288cf9-a2ce-4880-935d-b3674d6abd57', 'date': 'Wed, 12 Oct 2022 13:50:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "5c8697d1-1ba4-4b70-b550-653da8267dc4", "name": "tempest-TestNetworkBasicOps-router-7066753", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.220"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:50:11Z", "updated_at": "2022-10-12T13:50:12Z", "revision_number": 3, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:13,633 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=c5896b87cc824d368d35c9c15bdf6121&cidr=172.20.0.0%2F28 0.030s 2022-10-12 13:50:13,633 121907 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-6bca5f38-0437-4700-902f-11183aee06e9', 'date': 'Wed, 12 Oct 2022 13:50:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=c5896b87cc824d368d35c9c15bdf6121&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:50:13,733 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.099s 2022-10-12 13:50:13,733 121907 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-eb4a5f60-dd01-4307-87ce-4b15276c00e7', 'date': 'Wed, 12 Oct 2022 13:50:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:50:13,765 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.031s 2022-10-12 13:50:13,766 121907 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-10e70d20-b0ca-459d-831d-386ba165b6ac', 'date': 'Wed, 12 Oct 2022 13:50:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:50:14,476 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 0.710s 2022-10-12 13:50:14,477 121907 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-228325892", "network_id": "250417a5-5c7d-4c62-9c57-54a633751759", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-a2fd82ad-c37f-464d-a44c-be6483ea5127', 'date': 'Wed, 12 Oct 2022 13:50:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"436b1092-046f-4cca-a6d2-79ad71bc24f9","name":"tempest-subnet-smoke-228325892","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","network_id":"250417a5-5c7d-4c62-9c57-54a633751759","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-12T13:50:14Z","updated_at":"2022-10-12T13:50:14Z","revision_number":0,"project_id":"c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:17,260 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4/add_router_interface 2.783s 2022-10-12 13:50:17,261 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "436b1092-046f-4cca-a6d2-79ad71bc24f9"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-2c7e34eb-a2c5-40e8-abd0-dfd9260dc017', 'date': 'Wed, 12 Oct 2022 13:50:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4/add_router_interface'} Body: b'{"id": "5c8697d1-1ba4-4b70-b550-653da8267dc4", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "port_id": "e6e8d7bc-4c25-462d-9674-7f3490dcc7e0", "network_id": "250417a5-5c7d-4c62-9c57-54a633751759", "subnet_id": "436b1092-046f-4cca-a6d2-79ad71bc24f9", "subnet_ids": ["436b1092-046f-4cca-a6d2-79ad71bc24f9"]}' 2022-10-12 13:50:17,812 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/networks 0.551s 2022-10-12 13:50:17,813 121907 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': '2690', 'x-openstack-request-id': 'req-42a33744-fa04-4512-b574-e8633a27a696', 'date': 'Wed, 12 Oct 2022 13:50:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"250417a5-5c7d-4c62-9c57-54a633751759","name":"tempest-network-smoke--910848667","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["436b1092-046f-4cca-a6d2-79ad71bc24f9"],"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-12T13:50:11Z","updated_at":"2022-10-12T13:50:14Z","revision_number":2,"project_id":"c5896b87cc824d368d35c9c15bdf6121","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":343},{"id":"5d6fb6fa-9e10-4e8b-ad14-1cb9b6fe47b2","name":"shared","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["98dbb923-8335-4f11-b183-7a2fb27c2c02"],"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-12T13:14:38Z","updated_at":"2022-10-12T13:14:42Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":307},{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"ac8a703c-f5a3-4069-b432-dcd2e0435e2d","name":"private","tenant_id":"c7a20ba827a64b0ca59220a314714b19","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["78a627b9-a3d6-4527-835e-abf80dfeedbd"],"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-12T13:11:26Z","updated_at":"2022-10-12T13:13:38Z","revision_number":3,"project_id":"c7a20ba827a64b0ca59220a314714b19","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":313}]}' 2022-10-12 13:50:17,891 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets 0.077s 2022-10-12 13:50:17,891 121907 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': '2532', 'x-openstack-request-id': 'req-98103d8b-f5bf-4303-8ef3-eff74d1c4ca9', 'date': 'Wed, 12 Oct 2022 13:50:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"052b4747-9196-4d09-8347-528c2456a92e","name":"public-subnet","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","network_id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.2.1","cidr":"172.25.2.0/24","allocation_pools":[{"start":"172.25.2.2","end":"172.25.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-10-12T13:11:55Z","updated_at":"2022-10-12T13:11:55Z","revision_number":0,"project_id":"2760c6bd836b4e008bddfb8cbee11980"},{"id":"436b1092-046f-4cca-a6d2-79ad71bc24f9","name":"tempest-subnet-smoke-228325892","tenant_id":"c5896b87cc824d368d35c9c15bdf6121","network_id":"250417a5-5c7d-4c62-9c57-54a633751759","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-12T13:50:14Z","updated_at":"2022-10-12T13:50:14Z","revision_number":0,"project_id":"c5896b87cc824d368d35c9c15bdf6121"},{"id":"78a627b9-a3d6-4527-835e-abf80dfeedbd","name":"private-subnet","tenant_id":"c7a20ba827a64b0ca59220a314714b19","network_id":"ac8a703c-f5a3-4069-b432-dcd2e0435e2d","ip_version":4,"subnetpool_id":"647275a4-9d26-4960-92d4-79a752d59dac","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-12T13:11:30Z","updated_at":"2022-10-12T13:13:38Z","revision_number":1,"project_id":"c7a20ba827a64b0ca59220a314714b19"},{"id":"98dbb923-8335-4f11-b183-7a2fb27c2c02","name":"shared-subnet","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","network_id":"5d6fb6fa-9e10-4e8b-ad14-1cb9b6fe47b2","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.233.1","cidr":"192.168.233.0/24","allocation_pools":[{"start":"192.168.233.2","end":"192.168.233.254"}],"host_routes":[],"dns_nameservers":[],"description":"shared-subnet","service_types":[],"tags":[],"created_at":"2022-10-12T13:14:42Z","updated_at":"2022-10-12T13:14:42Z","revision_number":0,"project_id":"2760c6bd836b4e008bddfb8cbee11980"}]}' 2022-10-12 13:50:18,103 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.52:9696/networking/v2.0/routers 0.210s 2022-10-12 13:50:18,103 121907 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': '1409', 'x-openstack-request-id': 'req-1f12e37f-bde4-4603-a8df-70a213187dde', 'date': 'Wed, 12 Oct 2022 13:50:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "3ed95d3b-fddc-414d-aa6a-7c9d282ccd26", "name": "router1", "tenant_id": "c7a20ba827a64b0ca59220a314714b19", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.24"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:11:40Z", "updated_at": "2022-10-12T13:12:00Z", "revision_number": 4, "project_id": "c7a20ba827a64b0ca59220a314714b19"}, {"id": "5c8697d1-1ba4-4b70-b550-653da8267dc4", "name": "tempest-TestNetworkBasicOps-router-7066753", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.220"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:50:11Z", "updated_at": "2022-10-12T13:50:16Z", "revision_number": 4, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}]}' 2022-10-12 13:50:18,283 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.177s 2022-10-12 13:50:18,284 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-852817421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCoA5N87Wq5mpzUNUCWH2PBwuF+dG0x8HLPuykQiKEGwtOQaREHxoULhQBQS/L8s8RznOwEHJ74Dv/980uqNKoKqieCawvDtU8nOP8HZdLOSarEzrqgoIewWVvh7LTyvag=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:18 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-e4aaa7d5-a4bc-4ff2-bea8-67d373b0bfba', 'x-compute-request-id': 'req-e4aaa7d5-a4bc-4ff2-bea8-67d373b0bfba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-852817421", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCoA5N87Wq5mpzUNUCWH2PBwuF+dG0x8HLPuykQiKEGwtOQaREHxoULhQBQS/L8s8RznOwEHJ74Dv/980uqNKoKqieCawvDtU8nOP8HZdLOSarEzrqgoIewWVvh7LTyvag==", "fingerprint": "71:be:e7:82:f1:92:3c:65:00:a8:00:a8:58:16:00:74", "user_id": "68957012b7f54daabb2926b09fcd3393"}}' 2022-10-12 13:50:18,704 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.417s 2022-10-12 13:50:18,704 121907 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-856648382", "description": "tempest-secgroup-smoke-856648382 description", "project_id": "c5896b87cc824d368d35c9c15bdf6121"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-0a0edd2f-d418-4032-bba4-83bbe0b53dec', 'date': 'Wed, 12 Oct 2022 13:50:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "name": "tempest-secgroup-smoke-856648382", "stateful": true, "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "description": "tempest-secgroup-smoke-856648382 description", "shared": false, "security_group_rules": [{"id": "4e263bfe-858f-427b-a1c6-1f1a65b49919", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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": 4042, "description": null, "tags": [], "created_at": "2022-10-12T13:50:18Z", "updated_at": "2022-10-12T13:50:18Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}, {"id": "55634de8-2d11-40af-9479-8b1c48c11dc4", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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": 4041, "description": null, "tags": [], "created_at": "2022-10-12T13:50:18Z", "updated_at": "2022-10-12T13:50:18Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}], "tags": [], "created_at": "2022-10-12T13:50:18Z", "updated_at": "2022-10-12T13:50:18Z", "revision_number": 1, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:19,139 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.435s 2022-10-12 13:50:19,140 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "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-c42852a5-cf7e-4460-9219-0fc3fc17fa99', 'date': 'Wed, 12 Oct 2022 13:50:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f5efc62-2a0c-4718-8bee-1b92dc463ecb", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:18Z", "updated_at": "2022-10-12T13:50:18Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:19,497 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.356s 2022-10-12 13:50:19,497 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "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-71c9ea78-8d3b-4fee-bfcb-5010cea24b06', 'date': 'Wed, 12 Oct 2022 13:50:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "31b52746-fd89-4c55-b50e-4dcd23bd9495", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:19Z", "updated_at": "2022-10-12T13:50:19Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:19,848 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.350s 2022-10-12 13:50:19,848 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0c82993f-84f8-4137-aa7e-6051f5cbaa75', 'date': 'Wed, 12 Oct 2022 13:50:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85cf0275-fef9-4d44-9366-e1c816732262", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:19Z", "updated_at": "2022-10-12T13:50:19Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:20,198 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.349s 2022-10-12 13:50:20,199 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a7cfb383-bca9-4a5f-8811-1c64f1f5b9c4', 'date': 'Wed, 12 Oct 2022 13:50:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c39d6f5-9d86-4a65-8cb4-01425b0d9f9b", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:20Z", "updated_at": "2022-10-12T13:50:20Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:20,607 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.407s 2022-10-12 13:50:20,607 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-354939ca-7b11-4286-aed0-94ddcdea13e0', 'date': 'Wed, 12 Oct 2022 13:50:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7de2ab66-5ff1-4505-b358-5049ef048970", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:20Z", "updated_at": "2022-10-12T13:50:20Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:20,944 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.336s 2022-10-12 13:50:20,944 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "project_id": "c5896b87cc824d368d35c9c15bdf6121", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ade6bf67-9cee-44b7-b44c-97ca541c10d3', 'date': 'Wed, 12 Oct 2022 13:50:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "706a2b97-f581-4393-8b48-ee58d4837ca4", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "security_group_id": "0d6b8c19-4e7c-4ce8-866a-40784ff39ed5", "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-12T13:50:20Z", "updated_at": "2022-10-12T13:50:20Z", "revision_number": 0, "project_id": "c5896b87cc824d368d35c9c15bdf6121"}}' 2022-10-12 13:50:20,984 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 13:50:20,984 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50:20 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-bf465ba2-e064-49a6-959e-649a6fc82ed1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "68957012b7f54daabb2926b09fcd3393", "name": "tempest-TestNetworkBasicOps-1758642590-project", "password_expires_at": null}, "audit_ids": ["Tjs8NU8ISbG4xb5yVPc-Rg"], "expires_at": "2022-10-12T14:50:20.000000Z", "issued_at": "2022-10-12T13:50:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5896b87cc824d368d35c9c15bdf6121", "name": "tempest-TestNetworkBasicOps-1758642590"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/c5896b87cc824d368d35c9c15bdf6121", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:50:20,985 121907 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-10-12 13:50:21,314 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.52/compute/v2.1/servers 0.328s 2022-10-12 13:50:21,314 121907 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-1251178208", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "250417a5-5c7d-4c62-9c57-54a633751759"}], "key_name": "tempest-TestNetworkBasicOps-852817421", "security_groups": [{"name": "tempest-secgroup-smoke-856648382"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50: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-de588545-8e75-4679-9816-cff2245f9930', 'x-compute-request-id': 'req-de588545-8e75-4679-9816-cff2245f9930', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:50:21,535 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/0d6b8c19-4e7c-4ce8-866a-40784ff39ed5 0.219s 2022-10-12 13:50:21,535 121907 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-fb26b3e4-0d2b-41f1-9aba-6194837c9e97', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/0d6b8c19-4e7c-4ce8-866a-40784ff39ed5'} Body: b'' 2022-10-12 13:50:21,618 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-852817421 0.082s 2022-10-12 13:50:21,618 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:50: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-79a92925-2875-4c5f-b377-44e3fdf6ca1c', 'x-compute-request-id': 'req-79a92925-2875-4c5f-b377-44e3fdf6ca1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-852817421'} Body: b'' 2022-10-12 13:50:23,348 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4/remove_router_interface 1.729s 2022-10-12 13:50:23,348 121907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "436b1092-046f-4cca-a6d2-79ad71bc24f9"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9fd14459-a2bb-41ce-b0ff-ccfe1a6ed866', 'date': 'Wed, 12 Oct 2022 13:50:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4/remove_router_interface'} Body: b'{"id": "5c8697d1-1ba4-4b70-b550-653da8267dc4", "tenant_id": "c5896b87cc824d368d35c9c15bdf6121", "port_id": "e6e8d7bc-4c25-462d-9674-7f3490dcc7e0", "network_id": "250417a5-5c7d-4c62-9c57-54a633751759", "subnet_id": "436b1092-046f-4cca-a6d2-79ad71bc24f9", "subnet_ids": ["436b1092-046f-4cca-a6d2-79ad71bc24f9"]}' 2022-10-12 13:50:23,787 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/436b1092-046f-4cca-a6d2-79ad71bc24f9 0.438s 2022-10-12 13:50:23,788 121907 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-1a79c984-2e03-497a-bbb1-7d30ee7c1784', 'date': 'Wed, 12 Oct 2022 13:50:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/436b1092-046f-4cca-a6d2-79ad71bc24f9'} Body: b'' 2022-10-12 13:50:24,850 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4 1.061s 2022-10-12 13:50:24,850 121907 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-dd419be5-13ab-4a20-88fd-236a90da2dfa', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:50:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/5c8697d1-1ba4-4b70-b550-653da8267dc4'} Body: b'' 2022-10-12 13:50:25,261 121907 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/250417a5-5c7d-4c62-9c57-54a633751759 0.410s 2022-10-12 13:50:25,262 121907 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-859832e4-705b-44a1-8b55-aaa9cb64f01a', 'date': 'Wed, 12 Oct 2022 13:50:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/250417a5-5c7d-4c62-9c57-54a633751759'} 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-12 13:41:45,820 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 1.593s 2022-10-12 13:41:45,821 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1889242381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPyE/rGQOvWXcfculwGq3Q/sFnEFmO/0TynL0fop5Vl0/ihQa4kMj/SAHds/MRVvedPMmQ8AFEYdeo8tBXzzMuBRuQQL211YgvYlDSUE/GoMtNb4xs6XZzjckHdSKEOsIg=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:41:44 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-77aadfec-dc90-4ed3-af59-2425168a0ee5', 'x-compute-request-id': 'req-77aadfec-dc90-4ed3-af59-2425168a0ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1889242381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPyE/rGQOvWXcfculwGq3Q/sFnEFmO/0TynL0fop5Vl0/ihQa4kMj/SAHds/MRVvedPMmQ8AFEYdeo8tBXzzMuBRuQQL211YgvYlDSUE/GoMtNb4xs6XZzjckHdSKEOsIg==", "fingerprint": "a3:18:7f:bd:c6:51:14:a4:a2:8e:c7:13:f2:13:83:2b", "user_id": "7a5df8ad64bd444494af72f9abc171d9"}}' 2022-10-12 13:41:47,300 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/networks 1.476s 2022-10-12 13:41:47,300 121905 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--955242726", "project_id": "a64398cb42aa41dea8b733994955adaa", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-475cddd8-8575-4e95-93ae-4b765e1461f2', 'date': 'Wed, 12 Oct 2022 13:41:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"25da61cc-5c96-42d1-84b4-4b65bd037c14","name":"tempest-network-smoke--955242726","tenant_id":"a64398cb42aa41dea8b733994955adaa","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a64398cb42aa41dea8b733994955adaa","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-12T13:41:46Z","updated_at":"2022-10-12T13:41:46Z","revision_number":1}}' 2022-10-12 13:41:56,223 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/routers 8.922s 2022-10-12 13:41:56,223 121905 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-160376301", "admin_state_up": true, "project_id": "a64398cb42aa41dea8b733994955adaa", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '692', 'x-openstack-request-id': 'req-f184e516-2327-4137-8f92-0f2fae86e675', 'date': 'Wed, 12 Oct 2022 13:41:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8bbf0b47-b6ab-42bb-9ac1-959cda964a5b", "name": "tempest-TestSecurityGroupsBasicOps-router-160376301", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "9fb04cb9-bc64-4763-ad48-e24392a2a610", "external_fixed_ips": [{"subnet_id": "052b4747-9196-4d09-8347-528c2456a92e", "ip_address": "172.25.2.9"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-10-12T13:41:47Z", "updated_at": "2022-10-12T13:41:52Z", "revision_number": 3, "project_id": "a64398cb42aa41dea8b733994955adaa"}}' 2022-10-12 13:41:56,800 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?project_id=a64398cb42aa41dea8b733994955adaa&cidr=172.20.0.0%2F28 0.576s 2022-10-12 13:41:56,801 121905 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-75e1a304-db76-4cfe-92d9-7a0ab0506173', 'date': 'Wed, 12 Oct 2022 13:41:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?project_id=a64398cb42aa41dea8b733994955adaa&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:41:57,277 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True 0.476s 2022-10-12 13:41:57,278 121905 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-a2cf597f-f32e-4558-9686-5877918000c4', 'date': 'Wed, 12 Oct 2022 13:41:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"9fb04cb9-bc64-4763-ad48-e24392a2a610","name":"public","tenant_id":"2760c6bd836b4e008bddfb8cbee11980","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["052b4747-9196-4d09-8347-528c2456a92e"],"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-12T13:11:46Z","updated_at":"2022-10-12T13:11:55Z","revision_number":2,"project_id":"2760c6bd836b4e008bddfb8cbee11980","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-10-12 13:41:57,340 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28 0.062s 2022-10-12 13:41:57,341 121905 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-6beeaaac-eaeb-4839-8dd6-9721cef5da9c', 'date': 'Wed, 12 Oct 2022 13:41:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets?network_id=9fb04cb9-bc64-4763-ad48-e24392a2a610&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-10-12 13:41:59,308 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/subnets 1.967s 2022-10-12 13:41:59,308 121905 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-632618650", "network_id": "25da61cc-5c96-42d1-84b4-4b65bd037c14", "project_id": "a64398cb42aa41dea8b733994955adaa", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-4149174c-7eb4-44fd-9246-96fa036fd247', 'date': 'Wed, 12 Oct 2022 13:41:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5f4e6d2c-e882-46a0-8e65-eabe961afe33","name":"tempest-subnet-smoke-632618650","tenant_id":"a64398cb42aa41dea8b733994955adaa","network_id":"25da61cc-5c96-42d1-84b4-4b65bd037c14","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-12T13:41:57Z","updated_at":"2022-10-12T13:41:57Z","revision_number":0,"project_id":"a64398cb42aa41dea8b733994955adaa"}}' 2022-10-12 13:42:08,040 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b/add_router_interface 8.731s 2022-10-12 13:42:08,041 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5f4e6d2c-e882-46a0-8e65-eabe961afe33"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-cfdd6ff3-922d-4f9e-abe5-eceb9dbe05a7', 'date': 'Wed, 12 Oct 2022 13:42:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b/add_router_interface'} Body: b'{"id": "8bbf0b47-b6ab-42bb-9ac1-959cda964a5b", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "port_id": "0ccfafb7-71e6-4424-8019-c4155718bc27", "network_id": "25da61cc-5c96-42d1-84b4-4b65bd037c14", "subnet_id": "5f4e6d2c-e882-46a0-8e65-eabe961afe33", "subnet_ids": ["5f4e6d2c-e882-46a0-8e65-eabe961afe33"]}' 2022-10-12 13:42:10,871 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 2.830s 2022-10-12 13:42:10,872 121905 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--739331770", "description": "tempest-secgroup_access--739331770 description", "project_id": "a64398cb42aa41dea8b733994955adaa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1615', 'x-openstack-request-id': 'req-fc2a8d7b-be1c-4243-bc25-40ad824f4c03', 'date': 'Wed, 12 Oct 2022 13:42:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a5e0de30-364c-494e-a167-9db1d9c17f43", "name": "tempest-secgroup_access--739331770", "stateful": true, "tenant_id": "a64398cb42aa41dea8b733994955adaa", "description": "tempest-secgroup_access--739331770 description", "shared": false, "security_group_rules": [{"id": "78342152-616f-470b-8a24-9d1319401e82", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "security_group_id": "a5e0de30-364c-494e-a167-9db1d9c17f43", "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": 3352, "description": null, "tags": [], "created_at": "2022-10-12T13:42:09Z", "updated_at": "2022-10-12T13:42:09Z", "revision_number": 0, "project_id": "a64398cb42aa41dea8b733994955adaa"}, {"id": "ef6fe567-190d-4a38-a851-c587589df820", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "security_group_id": "a5e0de30-364c-494e-a167-9db1d9c17f43", "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": 3351, "description": null, "tags": [], "created_at": "2022-10-12T13:42:09Z", "updated_at": "2022-10-12T13:42:09Z", "revision_number": 0, "project_id": "a64398cb42aa41dea8b733994955adaa"}], "tags": [], "created_at": "2022-10-12T13:42:09Z", "updated_at": "2022-10-12T13:42:09Z", "revision_number": 1, "project_id": "a64398cb42aa41dea8b733994955adaa"}}' 2022-10-12 13:42:12,241 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.368s 2022-10-12 13:42:12,241 121905 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--697038814", "description": "tempest-secgroup_general--697038814 description", "project_id": "a64398cb42aa41dea8b733994955adaa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-5b0fab19-d410-44b0-9341-8440062e3a0c', 'date': 'Wed, 12 Oct 2022 13:42:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "533fb030-9342-436f-b848-ddad79c3ed1b", "name": "tempest-secgroup_general--697038814", "stateful": true, "tenant_id": "a64398cb42aa41dea8b733994955adaa", "description": "tempest-secgroup_general--697038814 description", "shared": false, "security_group_rules": [{"id": "267931c6-b428-472b-bb7b-7837bd08118d", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "security_group_id": "533fb030-9342-436f-b848-ddad79c3ed1b", "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": 3357, "description": null, "tags": [], "created_at": "2022-10-12T13:42:11Z", "updated_at": "2022-10-12T13:42:11Z", "revision_number": 0, "project_id": "a64398cb42aa41dea8b733994955adaa"}, {"id": "3c1b5134-8317-4afb-b471-bd91e7865dfb", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "security_group_id": "533fb030-9342-436f-b848-ddad79c3ed1b", "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": 3356, "description": null, "tags": [], "created_at": "2022-10-12T13:42:11Z", "updated_at": "2022-10-12T13:42:11Z", "revision_number": 0, "project_id": "a64398cb42aa41dea8b733994955adaa"}], "tags": [], "created_at": "2022-10-12T13:42:11Z", "updated_at": "2022-10-12T13:42:11Z", "revision_number": 1, "project_id": "a64398cb42aa41dea8b733994955adaa"}}' 2022-10-12 13:42:13,564 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.322s 2022-10-12 13:42:13,564 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a5e0de30-364c-494e-a167-9db1d9c17f43", "project_id": "a64398cb42aa41dea8b733994955adaa", "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-b3b43d14-3b05-405e-b836-f0a3e1eb0921', 'date': 'Wed, 12 Oct 2022 13:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9c3470c8-7e73-4a41-b4d9-fe953b207480", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "security_group_id": "a5e0de30-364c-494e-a167-9db1d9c17f43", "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-12T13:42:12Z", "updated_at": "2022-10-12T13:42:12Z", "revision_number": 0, "project_id": "a64398cb42aa41dea8b733994955adaa"}}' 2022-10-12 13:42:13,917 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.345s 2022-10-12 13:42:13,917 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:42:13 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-1cccaac0-8b91-49dd-96ab-493339e1051a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7a5df8ad64bd444494af72f9abc171d9", "name": "tempest-TestSecurityGroupsBasicOps-859623916-project", "password_expires_at": null}, "audit_ids": ["mQs1CGQCQOGJPkkPXdyqhA"], "expires_at": "2022-10-12T14:42:13.000000Z", "issued_at": "2022-10-12T13:42:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a64398cb42aa41dea8b733994955adaa", "name": "tempest-TestSecurityGroupsBasicOps-859623916"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/a64398cb42aa41dea8b733994955adaa", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_a64398cb42aa41dea8b733994955adaa", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a64398cb42aa41dea8b733994955adaa", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/a64398cb42aa41dea8b733994955adaa", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:42:13,918 121905 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-10-12 13:42:18,000 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 500 POST http://10.222.0.52/compute/v2.1/servers 4.082s 2022-10-12 13:42:18,008 121905 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-859623916-access_point-1512663678", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "25da61cc-5c96-42d1-84b4-4b65bd037c14"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1889242381", "security_groups": [{"name": "tempest-secgroup_access--739331770"}, {"name": "tempest-secgroup_general--697038814"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:42: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-fdeac08f-805c-4ad1-971b-4456289dc426', 'x-compute-request-id': 'req-fdeac08f-805c-4ad1-971b-4456289dc426', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:42:19,225 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/533fb030-9342-436f-b848-ddad79c3ed1b 1.145s 2022-10-12 13:42:19,226 121905 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-2736e100-70a9-46fe-b34b-014338879668', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:42:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/533fb030-9342-436f-b848-ddad79c3ed1b'} Body: b'' 2022-10-12 13:42:20,295 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/a5e0de30-364c-494e-a167-9db1d9c17f43 1.068s 2022-10-12 13:42:20,295 121905 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-db410627-4c47-453a-b595-b987ed6a81d7', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:42:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/a5e0de30-364c-494e-a167-9db1d9c17f43'} Body: b'' 2022-10-12 13:42:25,837 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b/remove_router_interface 5.541s 2022-10-12 13:42:25,838 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "5f4e6d2c-e882-46a0-8e65-eabe961afe33"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5887f86d-957b-42b5-b5e5-1358b73ff6e6', 'date': 'Wed, 12 Oct 2022 13:42:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b/remove_router_interface'} Body: b'{"id": "8bbf0b47-b6ab-42bb-9ac1-959cda964a5b", "tenant_id": "a64398cb42aa41dea8b733994955adaa", "port_id": "0ccfafb7-71e6-4424-8019-c4155718bc27", "network_id": "25da61cc-5c96-42d1-84b4-4b65bd037c14", "subnet_id": "5f4e6d2c-e882-46a0-8e65-eabe961afe33", "subnet_ids": ["5f4e6d2c-e882-46a0-8e65-eabe961afe33"]}' 2022-10-12 13:42:28,251 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/subnets/5f4e6d2c-e882-46a0-8e65-eabe961afe33 2.413s 2022-10-12 13:42:28,252 121905 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-6ed1f7f9-f8cc-43a5-916d-f7ec412a9774', 'date': 'Wed, 12 Oct 2022 13:42:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/subnets/5f4e6d2c-e882-46a0-8e65-eabe961afe33'} Body: b'' 2022-10-12 13:42:31,030 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b 2.778s 2022-10-12 13:42:31,030 121905 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-0d41c1c5-1934-4c99-8969-1257114aa9cf', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:42:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/routers/8bbf0b47-b6ab-42bb-9ac1-959cda964a5b'} Body: b'' 2022-10-12 13:42:34,311 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/networks/25da61cc-5c96-42d1-84b4-4b65bd037c14 3.279s 2022-10-12 13:42:34,311 121905 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-1a80a092-cb7b-4203-9d88-701b56cc137b', 'date': 'Wed, 12 Oct 2022 13:42:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/networks/25da61cc-5c96-42d1-84b4-4b65bd037c14'} Body: b'' 2022-10-12 13:42:34,565 121905 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1889242381 0.253s 2022-10-12 13:42:34,565 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:42: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-ce98ba97-df91-4d9e-8572-b96180b41182', 'x-compute-request-id': 'req-ce98ba97-df91-4d9e-8572-b96180b41182', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1889242381'} 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-12 13:42:58,376 121905 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.259s 2022-10-12 13:42:58,376 121905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:42:58 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-bd31c2d1-e893-4609-a388-49c41222ae16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "40c4c2b6205948beba79b471783768c8", "name": "tempest-TestServerAdvancedOps-314397531-project", "password_expires_at": null}, "audit_ids": ["KN_xAG2-SnOFCD4Zvr9dAg"], "expires_at": "2022-10-12T14:42:58.000000Z", "issued_at": "2022-10-12T13:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da73b8b9c79a4e758636e13a5cc35e60", "name": "tempest-TestServerAdvancedOps-314397531"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/da73b8b9c79a4e758636e13a5cc35e60", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_da73b8b9c79a4e758636e13a5cc35e60", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/da73b8b9c79a4e758636e13a5cc35e60", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/da73b8b9c79a4e758636e13a5cc35e60", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:42:58,377 121905 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'da5a4e07-e8aa-4ee2-8510-e7586ab761ad', 'name': 'tempest-TestServerAdvancedOps-1357874122-network', 'tenant_id': 'da73b8b9c79a4e758636e13a5cc35e60', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'da73b8b9c79a4e758636e13a5cc35e60', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 348, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:42:47Z', 'updated_at': '2022-10-12T13:42:47Z', 'revision_number': 1} available for tenant 2022-10-12 13:43:00,542 121905 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 500 POST http://10.222.0.52/compute/v2.1/servers 2.165s 2022-10-12 13:43:00,547 121905 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-70398489", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "networks": [{"uuid": "da5a4e07-e8aa-4ee2-8510-e7586ab761ad"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:42:58 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-24d3de55-34c3-4fe5-9268-0644e01ae8a2', 'x-compute-request-id': 'req-24d3de55-34c3-4fe5-9268-0644e01ae8a2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:47:32,929 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.552s 2022-10-12 13:47:32,930 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-1812968005", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC6vTimjJC19VM7pZm0NZclW1YXLpm08+6qw8IntCNp9yNJPmvkbpwi8KHcWTSv20k0t3vjp6337LIiHb/xCkeAgq0Ap5dcUQdg5BWvWOzHxNa1jHrdiUaQutzS3aJHnqQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16c08d2-0fb8-41ed-bdee-8a7c799081fb', 'x-compute-request-id': 'req-d16c08d2-0fb8-41ed-bdee-8a7c799081fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-1812968005", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC6vTimjJC19VM7pZm0NZclW1YXLpm08+6qw8IntCNp9yNJPmvkbpwi8KHcWTSv20k0t3vjp6337LIiHb/xCkeAgq0Ap5dcUQdg5BWvWOzHxNa1jHrdiUaQutzS3aJHnqQ==", "fingerprint": "cf:5c:d4:ba:52:01:7b:b4:d4:45:dd:c8:4f:a8:2c:2b", "user_id": "b21dac8f90a048ebb86b95e1fb633428"}}' 2022-10-12 13:47:33,789 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.857s 2022-10-12 13:47:33,790 121895 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-1443645739", "description": "tempest-secgroup-smoke-1443645739 description", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-cd0aafb5-9f6b-4842-9d7b-2ea40a4b38e6', 'date': 'Wed, 12 Oct 2022 13:47:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "name": "tempest-secgroup-smoke-1443645739", "stateful": true, "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "description": "tempest-secgroup-smoke-1443645739 description", "shared": false, "security_group_rules": [{"id": "2a6e99c8-c71c-4448-9275-60e40a81534e", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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": 3813, "description": null, "tags": [], "created_at": "2022-10-12T13:47:33Z", "updated_at": "2022-10-12T13:47:33Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}, {"id": "fecf55cc-aace-4196-83b4-b1372fa9a1ce", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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": 3812, "description": null, "tags": [], "created_at": "2022-10-12T13:47:33Z", "updated_at": "2022-10-12T13:47:33Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}], "tags": [], "created_at": "2022-10-12T13:47:33Z", "updated_at": "2022-10-12T13:47:33Z", "revision_number": 1, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:34,317 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.526s 2022-10-12 13:47:34,318 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "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-0012dcea-26f5-47aa-a9c6-11a2c0277d14', 'date': 'Wed, 12 Oct 2022 13:47:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aaaddcce-b2bc-4949-9c32-7feec44afa15", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:34Z", "updated_at": "2022-10-12T13:47:34Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:35,024 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.705s 2022-10-12 13:47:35,024 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "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-0b62ddac-79c9-4ab2-a73d-cfa89783cc45', 'date': 'Wed, 12 Oct 2022 13:47:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "febe4361-4002-4efb-bb4a-c2e8298ee7f4", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:34Z", "updated_at": "2022-10-12T13:47:34Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:35,854 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.829s 2022-10-12 13:47:35,854 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab8efc54-4d05-4a87-aa0a-28cd38e97fb1', 'date': 'Wed, 12 Oct 2022 13:47:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6199be01-69fd-4ec2-a9e8-710a36f18569", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:35Z", "updated_at": "2022-10-12T13:47:35Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:36,416 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.561s 2022-10-12 13:47:36,416 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fae4f208-4bba-4e72-9481-ade75e9284b5', 'date': 'Wed, 12 Oct 2022 13:47:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "216b7ef2-bffb-44a9-933a-0793b2ad6bee", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:36Z", "updated_at": "2022-10-12T13:47:36Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:37,102 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.685s 2022-10-12 13:47:37,102 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-73233785-ef27-4600-9997-4c6b8a7659d8', 'date': 'Wed, 12 Oct 2022 13:47:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b5d0e23-7c89-45a3-bd61-9d5919924ebd", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:36Z", "updated_at": "2022-10-12T13:47:36Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:37,764 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.661s 2022-10-12 13:47:37,764 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f7d134f1-4b64-4a68-bf1e-5290c01eef3f', 'date': 'Wed, 12 Oct 2022 13:47:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49d0785e-7a04-454a-b196-3e4d34f8a9a3", "tenant_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "security_group_id": "67ae9a3f-ef14-43ce-9590-1cc8fa25374c", "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-12T13:47:37Z", "updated_at": "2022-10-12T13:47:37Z", "revision_number": 0, "project_id": "fa862b4c24fb4be5a3ec4c2f5e9e135f"}}' 2022-10-12 13:47:37,847 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.076s 2022-10-12 13:47:37,847 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:37 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-f27b5d32-3475-4943-83a5-4cae6cd47b2b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b21dac8f90a048ebb86b95e1fb633428", "name": "tempest-TestServerBasicOps-548309971-project", "password_expires_at": null}, "audit_ids": ["O4s_kqIBQWiT0S4uwiJmBg"], "expires_at": "2022-10-12T14:47:37.000000Z", "issued_at": "2022-10-12T13:47:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa862b4c24fb4be5a3ec4c2f5e9e135f", "name": "tempest-TestServerBasicOps-548309971"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/fa862b4c24fb4be5a3ec4c2f5e9e135f", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_fa862b4c24fb4be5a3ec4c2f5e9e135f", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/fa862b4c24fb4be5a3ec4c2f5e9e135f", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/fa862b4c24fb4be5a3ec4c2f5e9e135f", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:47:37,847 121895 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '2aa33b80-f89d-47db-848f-eefedba5f9e0', 'name': 'tempest-TestServerBasicOps-159016604-network', 'tenant_id': 'fa862b4c24fb4be5a3ec4c2f5e9e135f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa862b4c24fb4be5a3ec4c2f5e9e135f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 338, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:47:06Z', 'updated_at': '2022-10-12T13:47:06Z', 'revision_number': 1} available for tenant 2022-10-12 13:47:38,714 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 500 POST http://10.222.0.52/compute/v2.1/servers 0.865s 2022-10-12 13:47:38,714 121895 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-355942786", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-1812968005", "security_groups": [{"name": "tempest-secgroup-smoke-1443645739"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "2aa33b80-f89d-47db-848f-eefedba5f9e0"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47: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-70e1e87d-4be1-4ecf-9e30-013c582fdbec', 'x-compute-request-id': 'req-70e1e87d-4be1-4ecf-9e30-013c582fdbec', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:47:39,264 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/67ae9a3f-ef14-43ce-9590-1cc8fa25374c 0.544s 2022-10-12 13:47:39,264 121895 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-b9c6716c-b14d-4bf8-bc7a-046a869cbc34', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:47:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/67ae9a3f-ef14-43ce-9590-1cc8fa25374c'} Body: b'' 2022-10-12 13:47:39,447 121895 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1812968005 0.182s 2022-10-12 13:47:39,447 121895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47: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-9ed98419-604a-40c2-9b71-f0f61ae2c4db', 'x-compute-request-id': 'req-9ed98419-604a-40c2-9b71-f0f61ae2c4db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-1812968005'} 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-12 13:48:24,698 121897 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.52/compute/v2.1/os-availability-zone/detail 0.421s 2022-10-12 13:48:24,698 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df6a23dd-e996-4812-9f0a-d8c84daf31fa', 'x-compute-request-id': 'req-df6a23dd-e996-4812-9f0a-d8c84daf31fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-861076-2": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2022-10-12T13:48:15.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2022-10-12T13:48:25.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h1-861076-2": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-10-12T13:48:20.000000"}}, "n-h2-861076-2": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-10-12T13:48:16.000000"}}}}]}' 2022-10-12 13:48:24,942 121897 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.233s 2022-10-12 13:48:24,942 121897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:24 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-753720fa-fb81-4342-a168-42f1e747b7ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c2a50a79fca48b1802062707d9ffe8b", "name": "tempest-TestServerMultinode-932154791-project", "password_expires_at": null}, "audit_ids": ["hCd6UqLjRkyJboDya7FgvQ"], "expires_at": "2022-10-12T14:48:24.000000Z", "issued_at": "2022-10-12T13:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3e47beedf684671840520aa7d2381cc", "name": "tempest-TestServerMultinode-932154791"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/b3e47beedf684671840520aa7d2381cc", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_b3e47beedf684671840520aa7d2381cc", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b3e47beedf684671840520aa7d2381cc", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/b3e47beedf684671840520aa7d2381cc", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:48:24,943 121897 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': '1d274de4-3930-4181-91f6-82b71c153765', 'name': 'tempest-TestServerMultinode-481587696-network', 'tenant_id': 'b3e47beedf684671840520aa7d2381cc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b3e47beedf684671840520aa7d2381cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 332, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:47:57Z', 'updated_at': '2022-10-12T13:47:57Z', 'revision_number': 1} available for tenant 2022-10-12 13:48:27,392 121897 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 500 POST http://10.222.0.52/compute/v2.1/servers 2.448s 2022-10-12 13:48:27,395 121897 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-58305495", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "availability_zone": "nova:n-h1-861076-2", "networks": [{"uuid": "1d274de4-3930-4181-91f6-82b71c153765"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48: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-c0febc56-6e0a-4628-bde9-81a8f158830a', 'x-compute-request-id': 'req-c0febc56-6e0a-4628-bde9-81a8f158830a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:00:35,239 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.341s 2022-10-12 14:00:35,240 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-308070423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOhEdB2jrfNR1mEwGqwKITTw32DClrxzbfTjuJbiiH9UUDB5peDmovIvGwVA8iE1SF9dnr7YmwytyOQv0XDMQflqScY2i8sI6aSXSOAmGBfbbHZYeVutDTqWmqBKGVYtOQ=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:34 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-abd16965-0e4b-4484-ace7-a30f28eaf988', 'x-compute-request-id': 'req-abd16965-0e4b-4484-ace7-a30f28eaf988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-308070423", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOhEdB2jrfNR1mEwGqwKITTw32DClrxzbfTjuJbiiH9UUDB5peDmovIvGwVA8iE1SF9dnr7YmwytyOQv0XDMQflqScY2i8sI6aSXSOAmGBfbbHZYeVutDTqWmqBKGVYtOQ==", "fingerprint": "b9:46:5c:e1:53:94:2b:49:5a:d4:4d:91:93:8f:ca:90", "user_id": "45825db19faa45099e9837fad628cfd8"}}' 2022-10-12 14:00:35,565 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.321s 2022-10-12 14:00:35,565 177819 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-1747151360", "description": "tempest-secgroup-smoke-1747151360 description", "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-6eb24065-3726-4841-b980-77c254dadbf4', 'date': 'Wed, 12 Oct 2022 14:00:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "name": "tempest-secgroup-smoke-1747151360", "stateful": true, "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "description": "tempest-secgroup-smoke-1747151360 description", "shared": false, "security_group_rules": [{"id": "13a0c49b-8543-4aa3-86ee-5adb091f1636", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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": 4372, "description": null, "tags": [], "created_at": "2022-10-12T14:00:35Z", "updated_at": "2022-10-12T14:00:35Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}, {"id": "f4ff7cf0-12c2-4f6a-a471-bf6cfe09aa0e", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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": 4373, "description": null, "tags": [], "created_at": "2022-10-12T14:00:35Z", "updated_at": "2022-10-12T14:00:35Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}], "tags": [], "created_at": "2022-10-12T14:00:35Z", "updated_at": "2022-10-12T14:00:35Z", "revision_number": 1, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:35,941 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.376s 2022-10-12 14:00:35,942 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "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-92e0f333-34d7-443f-a870-9ba6f9ea3904', 'date': 'Wed, 12 Oct 2022 14:00:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f70e286f-9e13-471a-a87b-12529a61c7c6", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:35Z", "updated_at": "2022-10-12T14:00:35Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:36,272 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.329s 2022-10-12 14:00:36,272 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "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-cf0b5508-4a6c-4d9e-ba86-eb7da0bc783d', 'date': 'Wed, 12 Oct 2022 14:00:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b0ad8ad-9829-4b39-8844-7bc448702949", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:36Z", "updated_at": "2022-10-12T14:00:36Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:36,559 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.286s 2022-10-12 14:00:36,559 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ef3793a7-68d2-49d6-8cc1-2bae12662b63', 'date': 'Wed, 12 Oct 2022 14:00:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be196cf3-60c5-471a-af41-f8201e8fabee", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:36Z", "updated_at": "2022-10-12T14:00:36Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:36,832 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.273s 2022-10-12 14:00:36,833 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-075ea52e-3ed4-4783-8b2f-aed0b80533b4', 'date': 'Wed, 12 Oct 2022 14:00:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "74bbddd3-ba73-499d-81c8-486b8f028803", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:36Z", "updated_at": "2022-10-12T14:00:36Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:37,188 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.355s 2022-10-12 14:00:37,189 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c32fcf95-f549-459e-92f1-d65cfbc3c13c', 'date': 'Wed, 12 Oct 2022 14:00:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b6d8d63-9837-4163-a028-a3dba29f1075", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:36Z", "updated_at": "2022-10-12T14:00:36Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:37,552 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.363s 2022-10-12 14:00:37,553 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-00f38a74-e53f-43f0-87b1-ef6043477cb0', 'date': 'Wed, 12 Oct 2022 14:00:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9c57bce-b530-4cc1-bf82-a5e16c9f3e72", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fe89970-cd04-456b-ad2c-72c431a0297f", "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-12T14:00:37Z", "updated_at": "2022-10-12T14:00:37Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:37,594 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.034s 2022-10-12 14:00:37,594 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:37 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-2c0f635a-a392-472a-bb42-b92e766cf832', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "45825db19faa45099e9837fad628cfd8", "name": "tempest-TestShelveInstance-246893704-project", "password_expires_at": null}, "audit_ids": ["S7TPgdafTxiNoD9tiODwgQ"], "expires_at": "2022-10-12T15:00:37.000000Z", "issued_at": "2022-10-12T14:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "431902414cdd4ebd9fb05f168d0d92b8", "name": "tempest-TestShelveInstance-246893704"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 14:00:37,595 177819 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': 'cf568804-f81a-4de1-9a86-f5761e81877f', 'name': 'tempest-TestShelveInstance-926280423-network', 'tenant_id': '431902414cdd4ebd9fb05f168d0d92b8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '431902414cdd4ebd9fb05f168d0d92b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T14:00:24Z', 'updated_at': '2022-10-12T14:00:24Z', 'revision_number': 1} available for tenant 2022-10-12 14:00:37,919 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 500 POST http://10.222.0.52/compute/v2.1/servers 0.323s 2022-10-12 14:00:37,919 177819 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-1332976878", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-308070423", "security_groups": [{"name": "tempest-secgroup-smoke-1747151360"}], "networks": [{"uuid": "cf568804-f81a-4de1-9a86-f5761e81877f"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00: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-0d469656-36ad-4425-8039-f150a507f5dd', 'x-compute-request-id': 'req-0d469656-36ad-4425-8039-f150a507f5dd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:00:38,187 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/9fe89970-cd04-456b-ad2c-72c431a0297f 0.257s 2022-10-12 14:00:38,188 177819 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-fd7cd68e-f96d-49d7-acae-b4cca6547887', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:00:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/9fe89970-cd04-456b-ad2c-72c431a0297f'} Body: b'' 2022-10-12 14:00:38,301 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-308070423 0.112s 2022-10-12 14:00:38,301 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00: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-db081ee3-105e-433e-9b45-1a946a968009', 'x-compute-request-id': 'req-db081ee3-105e-433e-9b45-1a946a968009', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-308070423'} 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-12 14:00:38,422 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.114s 2022-10-12 14:00:38,422 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1720570519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIkJiTNUu+V8Aa7ATezewmb0U3KwapRvaNVF1z55wfDJ4/6DSUvcXtPZxqy8FJlMMZmYDCp4M3TREgr7miIyhEXeE68HMQQHsB3IHDijhKEq7CuEqS5AbI24sdMYoTxAog=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:38 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-f23234bf-52a7-4dd8-92a6-08743aa14030', 'x-compute-request-id': 'req-f23234bf-52a7-4dd8-92a6-08743aa14030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1720570519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIkJiTNUu+V8Aa7ATezewmb0U3KwapRvaNVF1z55wfDJ4/6DSUvcXtPZxqy8FJlMMZmYDCp4M3TREgr7miIyhEXeE68HMQQHsB3IHDijhKEq7CuEqS5AbI24sdMYoTxAog==", "fingerprint": "70:4f:e8:bf:17:55:d1:61:29:ca:f7:db:74:8d:f7:de", "user_id": "45825db19faa45099e9837fad628cfd8"}}' 2022-10-12 14:00:38,759 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.333s 2022-10-12 14:00:38,759 177819 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-953492383", "description": "tempest-secgroup-smoke-953492383 description", "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a041be55-2057-4402-923e-54856b93abb5', 'date': 'Wed, 12 Oct 2022 14:00:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9fac72c0-9e70-4e9e-b901-05418b321091", "name": "tempest-secgroup-smoke-953492383", "stateful": true, "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "description": "tempest-secgroup-smoke-953492383 description", "shared": false, "security_group_rules": [{"id": "04086e29-862a-48cd-9e07-2aaf1e6f1493", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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": 4381, "description": null, "tags": [], "created_at": "2022-10-12T14:00:38Z", "updated_at": "2022-10-12T14:00:38Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}, {"id": "739dc14e-e971-444b-a2c5-840df5a5fd26", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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": 4382, "description": null, "tags": [], "created_at": "2022-10-12T14:00:38Z", "updated_at": "2022-10-12T14:00:38Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}], "tags": [], "created_at": "2022-10-12T14:00:38Z", "updated_at": "2022-10-12T14:00:38Z", "revision_number": 1, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:39,067 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.307s 2022-10-12 14:00:39,068 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "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-0e1c49e1-21e9-4c9a-8c73-e2edaae0b93c', 'date': 'Wed, 12 Oct 2022 14:00:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9907cf11-0d7c-4f0e-8235-0850fb69e5b1", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:38Z", "updated_at": "2022-10-12T14:00:38Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:39,392 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.324s 2022-10-12 14:00:39,393 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "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-8e1c781a-cfbc-402d-9861-7672f701a651', 'date': 'Wed, 12 Oct 2022 14:00:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77af6746-7690-4c12-9960-cb26c532a82e", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:39Z", "updated_at": "2022-10-12T14:00:39Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:39,752 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.358s 2022-10-12 14:00:39,752 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b378c70e-c90f-4256-81cd-7ca972c08ad3', 'date': 'Wed, 12 Oct 2022 14:00:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "051a2b66-0f71-48e2-9880-675fe323cc16", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:39Z", "updated_at": "2022-10-12T14:00:39Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:40,015 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.262s 2022-10-12 14:00:40,016 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-91bf2f67-e491-4473-a2d9-adb803cd0605', 'date': 'Wed, 12 Oct 2022 14:00:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7db549ec-12e8-4e73-ad4e-a6696973a6dc", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:39Z", "updated_at": "2022-10-12T14:00:39Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:40,301 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.284s 2022-10-12 14:00:40,301 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1c30e5db-b7e3-4333-81d7-434e5eb01390', 'date': 'Wed, 12 Oct 2022 14:00:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "119e17f6-6527-4317-82d8-4fb12730275c", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:40Z", "updated_at": "2022-10-12T14:00:40Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:40,621 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.319s 2022-10-12 14:00:40,621 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "project_id": "431902414cdd4ebd9fb05f168d0d92b8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bd02c544-db31-41a6-b5d5-788efed99bf3', 'date': 'Wed, 12 Oct 2022 14:00:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06a4a6fd-3743-40fe-ae7e-fd8664662fc6", "tenant_id": "431902414cdd4ebd9fb05f168d0d92b8", "security_group_id": "9fac72c0-9e70-4e9e-b901-05418b321091", "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-12T14:00:40Z", "updated_at": "2022-10-12T14:00:40Z", "revision_number": 0, "project_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:40,659 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 14:00:40,659 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:40 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-3d6bab19-06d0-48d0-996b-e460b0911439', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "45825db19faa45099e9837fad628cfd8", "name": "tempest-TestShelveInstance-246893704-project", "password_expires_at": null}, "audit_ids": ["ocbQzv7uTuupmA6zHXVsxw"], "expires_at": "2022-10-12T15:00:40.000000Z", "issued_at": "2022-10-12T14:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "431902414cdd4ebd9fb05f168d0d92b8", "name": "tempest-TestShelveInstance-246893704"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 14:00:40,660 177819 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'cf568804-f81a-4de1-9a86-f5761e81877f', 'name': 'tempest-TestShelveInstance-926280423-network', 'tenant_id': '431902414cdd4ebd9fb05f168d0d92b8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '431902414cdd4ebd9fb05f168d0d92b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T14:00:24Z', 'updated_at': '2022-10-12T14:00:24Z', 'revision_number': 1} available for tenant 2022-10-12 14:00:41,317 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes 0.655s 2022-10-12 14:00:41,317 177819 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-1111219324", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc810d5-0f95-4b14-804e-552edd0c0a4e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc810d5-0f95-4b14-804e-552edd0c0a4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.090660", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 14:00:41,369 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:41,370 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab8baf7-1e33-4b21-9fee-1f02bc6d6cce', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab8baf7-1e33-4b21-9fee-1f02bc6d6cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:42,426 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.042s 2022-10-12 14:00:42,426 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f4d596-4d0e-4702-8203-20726ffdd2b0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f4d596-4d0e-4702-8203-20726ffdd2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:43,481 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.041s 2022-10-12 14:00:43,481 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1ed168-0750-4c95-a10c-58c5a3bd50ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1ed168-0750-4c95-a10c-58c5a3bd50ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:44,539 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.042s 2022-10-12 14:00:44,539 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62c0fb0a-c8ba-4459-a47d-1e85cd819c4e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62c0fb0a-c8ba-4459-a47d-1e85cd819c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:45,601 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.048s 2022-10-12 14:00:45,602 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc7b6f3-30d5-401c-a71e-222cdea0bb54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc7b6f3-30d5-401c-a71e-222cdea0bb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:46,655 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:46,655 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3fa9e6-b117-4501-8147-a5ad069f72bf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3fa9e6-b117-4501-8147-a5ad069f72bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:47,709 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:47,709 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4686c1ca-5e2d-4479-b9e9-c7d5977f5451', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4686c1ca-5e2d-4479-b9e9-c7d5977f5451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:48,766 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.043s 2022-10-12 14:00:48,767 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93e6dd6-4971-4330-88e7-2b822285ba50', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93e6dd6-4971-4330-88e7-2b822285ba50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:49,822 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.041s 2022-10-12 14:00:49,822 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98435458-fb46-47a9-a9d9-70c5e4bdd286', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98435458-fb46-47a9-a9d9-70c5e4bdd286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:50,876 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.039s 2022-10-12 14:00:50,877 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f25fe34-05c3-472b-8e0b-e49b270c8a05', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f25fe34-05c3-472b-8e0b-e49b270c8a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:51,931 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:51,931 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb7be21-15a6-4abd-ba31-f264c51aa738', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb7be21-15a6-4abd-ba31-f264c51aa738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:52,991 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.046s 2022-10-12 14:00:52,992 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8155e60a-98a5-467a-8b08-a9aea2d5ec77', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8155e60a-98a5-467a-8b08-a9aea2d5ec77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:41.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:54,045 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:54,045 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf38745b-b3b2-41bb-9c3f-15cab0a30f17', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf38745b-b3b2-41bb-9c3f-15cab0a30f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:55,098 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:00:55,099 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7baf5c8-ef9a-4edb-9d56-cbd89b2a14f4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7baf5c8-ef9a-4edb-9d56-cbd89b2a14f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:56,155 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.042s 2022-10-12 14:00:56,156 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe1a971-7452-41a0-a7b5-70ee46eb659c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe1a971-7452-41a0-a7b5-70ee46eb659c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:57,212 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.043s 2022-10-12 14:00:57,213 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf210ccc-7f5a-41c4-a822-827ce700957d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf210ccc-7f5a-41c4-a822-827ce700957d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:58,268 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.041s 2022-10-12 14:00:58,268 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c5d74e-b6e1-49cf-8db7-689cd5c13f50', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c5d74e-b6e1-49cf-8db7-689cd5c13f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:00:59,322 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.041s 2022-10-12 14:00:59,323 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773ded16-4940-4417-aba7-b6e466712235', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773ded16-4940-4417-aba7-b6e466712235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:01:00,378 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.042s 2022-10-12 14:01:00,379 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82276b8-4c1b-496b-8b16-fd95cefd8acd', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82276b8-4c1b-496b-8b16-fd95cefd8acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:01:01,432 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.040s 2022-10-12 14:01:01,433 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e905ab-9524-4790-9feb-e19e93281307', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e905ab-9524-4790-9feb-e19e93281307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:00:53.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:01:02,487 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687 0.041s 2022-10-12 14:01:02,488 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e94728-f67d-4046-b908-f1fef84cc979', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e94728-f67d-4046-b908-f1fef84cc979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687'} Body: b'{"volume": {"id": "06224a73-ea14-4de2-9763-6fec9d814687", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T14:00:41.000000", "updated_at": "2022-10-12T14:01:02.000000", "name": "tempest-tempest.common.compute-volume-1111219324", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/431902414cdd4ebd9fb05f168d0d92b8/volumes/06224a73-ea14-4de2-9763-6fec9d814687"}], "user_id": "45825db19faa45099e9837fad628cfd8", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "431902414cdd4ebd9fb05f168d0d92b8"}}' 2022-10-12 14:01:02,500 177819 INFO [tempest.common.waiters] volume 06224a73-ea14-4de2-9763-6fec9d814687 reached available after waiting for 21.500109 seconds 2022-10-12 14:01:02,942 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://10.222.0.52/compute/v2.1/servers 0.442s 2022-10-12 14:01:02,943 177819 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-1847373805", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1720570519", "security_groups": [{"name": "tempest-secgroup-smoke-953492383"}], "networks": [{"uuid": "cf568804-f81a-4de1-9a86-f5761e81877f"}], "block_device_mapping_v2": [{"uuid": "06224a73-ea14-4de2-9763-6fec9d814687", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:02 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-db94a222-0b3c-4985-a4a8-ed3d824186f2', 'x-compute-request-id': 'req-db94a222-0b3c-4985-a4a8-ed3d824186f2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:01:03,198 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/9fac72c0-9e70-4e9e-b901-05418b321091 0.254s 2022-10-12 14:01:03,199 177819 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-8352c623-0880-4153-8bd1-01c261ce4b6d', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:01:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/9fac72c0-9e70-4e9e-b901-05418b321091'} Body: b'' 2022-10-12 14:01:03,289 177819 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1720570519 0.090s 2022-10-12 14:01:03,290 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c4fa3e2-79b4-4ba3-a82d-ae1edcf05131', 'x-compute-request-id': 'req-5c4fa3e2-79b4-4ba3-a82d-ae1edcf05131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1720570519'} 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-12 14:01:24,964 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.309s 2022-10-12 14:01:24,964 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-672108111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHWPC7vZ7O7YZ1eBqpdqm/GSUuMuOVY0HZ5x3f5XDLaKEVcXyGOCbjYp9a2nuiYZqRunEMTPKyAIVtvuG7XgIzuwNi8YIjoSnn+NIePk5rCiaP/PUEVLRZu2Q9a6Zvgu2A=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:24 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-48a0ee92-efb6-4d61-8fc0-ffab27758cbf', 'x-compute-request-id': 'req-48a0ee92-efb6-4d61-8fc0-ffab27758cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-672108111", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHWPC7vZ7O7YZ1eBqpdqm/GSUuMuOVY0HZ5x3f5XDLaKEVcXyGOCbjYp9a2nuiYZqRunEMTPKyAIVtvuG7XgIzuwNi8YIjoSnn+NIePk5rCiaP/PUEVLRZu2Q9a6Zvgu2A==", "fingerprint": "58:63:53:bd:f3:ae:d7:05:ce:6c:18:14:4d:82:e3:a2", "user_id": "b1bac77bdef14929afbcead58aa6e78b"}}' 2022-10-12 14:01:25,312 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.344s 2022-10-12 14:01:25,312 177819 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-1305210155", "description": "tempest-secgroup-smoke-1305210155 description", "project_id": "373c9c9ebe5e434db6034bc4c4971729"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-22069c7c-5212-49d7-a4ef-cde35d6eb026', 'date': 'Wed, 12 Oct 2022 14:01:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "201bacdb-3002-4911-9be3-d34118c739fb", "name": "tempest-secgroup-smoke-1305210155", "stateful": true, "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "description": "tempest-secgroup-smoke-1305210155 description", "shared": false, "security_group_rules": [{"id": "411ec1b1-d779-40c9-afdc-29ace9288567", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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": 4414, "description": null, "tags": [], "created_at": "2022-10-12T14:01:25Z", "updated_at": "2022-10-12T14:01:25Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}, {"id": "9356e9c5-6070-4983-8b95-c4ff9cfa3c70", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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": 4415, "description": null, "tags": [], "created_at": "2022-10-12T14:01:25Z", "updated_at": "2022-10-12T14:01:25Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}], "tags": [], "created_at": "2022-10-12T14:01:25Z", "updated_at": "2022-10-12T14:01:25Z", "revision_number": 1, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:25,614 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.301s 2022-10-12 14:01:25,615 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "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-38704419-540c-468b-8362-6367121a0608', 'date': 'Wed, 12 Oct 2022 14:01:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "81e4fd08-99e5-4827-b953-0952292249cb", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:25Z", "updated_at": "2022-10-12T14:01:25Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:25,952 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.336s 2022-10-12 14:01:25,952 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "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-4cf53f53-b67c-47b3-94b2-1f333a3035b5', 'date': 'Wed, 12 Oct 2022 14:01:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5749ac85-94bb-49b2-a3bc-84a0ef3b7c2b", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:25Z", "updated_at": "2022-10-12T14:01:25Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:26,300 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.347s 2022-10-12 14:01:26,300 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-48766111-b4fc-4526-8c7a-f8ddf292b396', 'date': 'Wed, 12 Oct 2022 14:01:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3ba0833-2466-47d6-aead-10ea73b05719", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:26Z", "updated_at": "2022-10-12T14:01:26Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:26,563 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.262s 2022-10-12 14:01:26,564 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1070e11f-ff1b-4c29-b876-8d87e5c85eb0', 'date': 'Wed, 12 Oct 2022 14:01:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a713cfe8-f60f-41d9-a549-fda8a3c1678b", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:26Z", "updated_at": "2022-10-12T14:01:26Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:26,879 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.315s 2022-10-12 14:01:26,879 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3915cde2-a511-4a1e-80eb-efde51154f20', 'date': 'Wed, 12 Oct 2022 14:01:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5f9af15-a8b7-4f28-9c92-09cc77846c9b", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:26Z", "updated_at": "2022-10-12T14:01:26Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:27,197 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.317s 2022-10-12 14:01:27,197 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "project_id": "373c9c9ebe5e434db6034bc4c4971729", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3c90fb52-22d7-4add-a319-609b415ee6ef', 'date': 'Wed, 12 Oct 2022 14:01:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9892d988-9b07-4967-a14b-d793b1485852", "tenant_id": "373c9c9ebe5e434db6034bc4c4971729", "security_group_id": "201bacdb-3002-4911-9be3-d34118c739fb", "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-12T14:01:26Z", "updated_at": "2022-10-12T14:01:26Z", "revision_number": 0, "project_id": "373c9c9ebe5e434db6034bc4c4971729"}}' 2022-10-12 14:01:27,240 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.035s 2022-10-12 14:01:27,240 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01:27 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-c0ba2d4d-bcf3-4fb6-af6e-1a71d72fbdc6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b1bac77bdef14929afbcead58aa6e78b", "name": "tempest-TestSnapshotPattern-28903087-project", "password_expires_at": null}, "audit_ids": ["WWpy5rlYQ8KlSkzTsvMWGA"], "expires_at": "2022-10-12T15:01:27.000000Z", "issued_at": "2022-10-12T14:01:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "373c9c9ebe5e434db6034bc4c4971729", "name": "tempest-TestSnapshotPattern-28903087"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/373c9c9ebe5e434db6034bc4c4971729", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_373c9c9ebe5e434db6034bc4c4971729", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/373c9c9ebe5e434db6034bc4c4971729", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/373c9c9ebe5e434db6034bc4c4971729", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 14:01:27,241 177819 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': '26a5b5ab-d02c-40a4-aa51-02bb8841a1bc', 'name': 'tempest-TestSnapshotPattern-1332180488-network', 'tenant_id': '373c9c9ebe5e434db6034bc4c4971729', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '373c9c9ebe5e434db6034bc4c4971729', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 309, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T14:01:13Z', 'updated_at': '2022-10-12T14:01:13Z', 'revision_number': 1} available for tenant 2022-10-12 14:01:27,570 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 500 POST http://10.222.0.52/compute/v2.1/servers 0.316s 2022-10-12 14:01:27,571 177819 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-658757508", "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-672108111", "security_groups": [{"name": "tempest-secgroup-smoke-1305210155"}], "networks": [{"uuid": "26a5b5ab-d02c-40a4-aa51-02bb8841a1bc"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01: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-ed81046d-d356-42d0-948e-af6c13b874fc', 'x-compute-request-id': 'req-ed81046d-d356-42d0-948e-af6c13b874fc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 14:01:27,793 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/201bacdb-3002-4911-9be3-d34118c739fb 0.220s 2022-10-12 14:01:27,793 177819 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-b4abb970-0818-4334-94ee-4fa204164149', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 14:01:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/201bacdb-3002-4911-9be3-d34118c739fb'} Body: b'' 2022-10-12 14:01:27,890 177819 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-672108111 0.096s 2022-10-12 14:01:27,890 177819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 14:01: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-0f5482b7-5641-4886-8004-509724db0da3', 'x-compute-request-id': 'req-0f5482b7-5641-4886-8004-509724db0da3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-672108111'} 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-12 13:43:31,269 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c 0.416s 2022-10-12 13:43:31,269 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a7ae3362-2717-42f7-babf-da0e595da1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c'} 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": "2760c6bd836b4e008bddfb8cbee11980", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "created_at": "2022-10-12T13:12:49Z", "updated_at": "2022-10-12T13:13:06Z", "tags": [], "self": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c", "file": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:43:32,676 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes 1.405s 2022-10-12 13:43:32,676 121903 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-1961399640", "snapshot_id": null, "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c406c6-4480-45bc-972f-43ece9bcb896', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c406c6-4480-45bc-972f-43ece9bcb896', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.193474", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:43:32,844 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.154s 2022-10-12 13:43:32,845 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1a4d5b-9817-4d59-a74b-9f6059164ca3', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1a4d5b-9817-4d59-a74b-9f6059164ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:34,016 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.156s 2022-10-12 13:43:34,016 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c43123d-500c-4bcd-b8ab-e3a6db04b800', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c43123d-500c-4bcd-b8ab-e3a6db04b800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:35,180 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.143s 2022-10-12 13:43:35,181 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1b6286-79c8-4185-949f-c050a64fc6c6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1b6286-79c8-4185-949f-c050a64fc6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:36,388 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.191s 2022-10-12 13:43:36,388 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd73d721-93d1-4e5e-8d21-b47e88e1af48', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd73d721-93d1-4e5e-8d21-b47e88e1af48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:37,505 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.098s 2022-10-12 13:43:37,505 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d064b44-7d0e-40a4-947f-2f8143606223', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d064b44-7d0e-40a4-947f-2f8143606223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:38,667 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.149s 2022-10-12 13:43:38,668 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b78a93b-12e5-446e-85d7-089a8a3ca003', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b78a93b-12e5-446e-85d7-089a8a3ca003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:39,804 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.119s 2022-10-12 13:43:39,804 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e297a70-3c8a-49ad-bcc8-b28e0dd1da4c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e297a70-3c8a-49ad-bcc8-b28e0dd1da4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:40,979 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.162s 2022-10-12 13:43:40,979 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8474047a-1da1-4bd8-b4df-f2dd251d6a22', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8474047a-1da1-4bd8-b4df-f2dd251d6a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:42,148 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.150s 2022-10-12 13:43:42,149 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32176cb-f530-4f5f-a6c6-2694d19ca9c0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32176cb-f530-4f5f-a6c6-2694d19ca9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:43,268 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.101s 2022-10-12 13:43:43,269 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c9f71b-1fc5-4d38-b434-6b283e242ae9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c9f71b-1fc5-4d38-b434-6b283e242ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:44,451 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.160s 2022-10-12 13:43:44,452 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ccdafb-2e11-4a40-ba2a-846e5f79acd3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ccdafb-2e11-4a40-ba2a-846e5f79acd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:45,582 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.111s 2022-10-12 13:43:45,582 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5942524a-205c-4336-a159-502566192236', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5942524a-205c-4336-a159-502566192236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:46,792 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.194s 2022-10-12 13:43:46,793 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce756966-eaa0-475f-b535-ae77cde2bb81', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce756966-eaa0-475f-b535-ae77cde2bb81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:47,898 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.087s 2022-10-12 13:43:47,898 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f247fb0b-51ae-4e6e-8132-35ac81cf64b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f247fb0b-51ae-4e6e-8132-35ac81cf64b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:49,004 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.088s 2022-10-12 13:43:49,005 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15e3458-2e00-42ed-aa9d-39ecde80205d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15e3458-2e00-42ed-aa9d-39ecde80205d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:50,151 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.132s 2022-10-12 13:43:50,151 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73d29995-d203-4598-9fef-bbc60792568b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73d29995-d203-4598-9fef-bbc60792568b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:51,363 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.198s 2022-10-12 13:43:51,488 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-401a3abe-81ae-42e3-8dd4-49c5780d43b8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-401a3abe-81ae-42e3-8dd4-49c5780d43b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:52,728 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.219s 2022-10-12 13:43:52,729 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053fc5b8-e41c-449c-b9f4-5c3def46af73', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053fc5b8-e41c-449c-b9f4-5c3def46af73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:53,862 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.115s 2022-10-12 13:43:53,862 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85caf79b-6f9c-486f-b163-536851e7dabd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85caf79b-6f9c-486f-b163-536851e7dabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:55,045 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.163s 2022-10-12 13:43:55,046 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c5a018-0bf1-4cb1-9756-60cd08f8a0dd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c5a018-0bf1-4cb1-9756-60cd08f8a0dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:56,223 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.162s 2022-10-12 13:43:56,223 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552fd410-3a1f-4380-aeca-d91e98a06f2b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552fd410-3a1f-4380-aeca-d91e98a06f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:57,364 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.127s 2022-10-12 13:43:57,365 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce49e9ec-8649-4688-b7a3-07b9f90a02aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce49e9ec-8649-4688-b7a3-07b9f90a02aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:58,512 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.128s 2022-10-12 13:43:58,512 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7538ae52-a0b4-4ed7-a486-d8ea23e94598', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7538ae52-a0b4-4ed7-a486-d8ea23e94598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:43:59,640 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.103s 2022-10-12 13:43:59,640 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da25038c-3f25-491a-acd8-ea61170e5db1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da25038c-3f25-491a-acd8-ea61170e5db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:00,719 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.060s 2022-10-12 13:44:00,719 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6995c055-d5bb-47de-9ae6-5ff9ccc55522', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6995c055-d5bb-47de-9ae6-5ff9ccc55522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:01,996 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.263s 2022-10-12 13:44:01,996 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddddf2d7-58e0-47ba-8c77-629875db052d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddddf2d7-58e0-47ba-8c77-629875db052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:03,087 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.074s 2022-10-12 13:44:03,088 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba66c3d6-0f26-4dee-a885-d1590339e337', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba66c3d6-0f26-4dee-a885-d1590339e337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:04,200 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.099s 2022-10-12 13:44:04,201 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c735432e-9de1-4d34-b55c-d0b4dd6fbb19', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c735432e-9de1-4d34-b55c-d0b4dd6fbb19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:05,326 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.106s 2022-10-12 13:44:05,327 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58e6592-ca1d-453b-a92f-a76f6db296ee', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58e6592-ca1d-453b-a92f-a76f6db296ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:06,429 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.083s 2022-10-12 13:44:06,430 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472d4a0d-8b1e-44a3-a1ca-f7960a116f63', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472d4a0d-8b1e-44a3-a1ca-f7960a116f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:07,576 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.126s 2022-10-12 13:44:07,576 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2071c8-e4b3-4f18-bcdc-3a16f9b1031a', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2071c8-e4b3-4f18-bcdc-3a16f9b1031a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:08,710 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.113s 2022-10-12 13:44:08,711 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88cb303b-ad27-4b93-9183-6a6e4e588f3f', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88cb303b-ad27-4b93-9183-6a6e4e588f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:43:33.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:09,876 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.147s 2022-10-12 13:44:09,876 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3949ff7-dbba-48da-8ef5-25dd2628bcc6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3949ff7-dbba-48da-8ef5-25dd2628bcc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:11,014 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.123s 2022-10-12 13:44:11,014 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1cd7215-980b-428a-88a2-c65c455e5b58', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1cd7215-980b-428a-88a2-c65c455e5b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:12,142 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.111s 2022-10-12 13:44:12,143 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1299c9-30a4-4581-97f3-a9a74a7ebd3c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1299c9-30a4-4581-97f3-a9a74a7ebd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:13,293 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.136s 2022-10-12 13:44:13,294 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da159b63-212f-4cb2-8e45-70e0d3e54060', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da159b63-212f-4cb2-8e45-70e0d3e54060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:14,381 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.071s 2022-10-12 13:44:14,381 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84ccd6a-1abd-4ab0-a82d-ccb3413319d1', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84ccd6a-1abd-4ab0-a82d-ccb3413319d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:15,472 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.076s 2022-10-12 13:44:15,472 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77122de-730e-40cf-b303-6d8982718e75', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77122de-730e-40cf-b303-6d8982718e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:16,559 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.066s 2022-10-12 13:44:16,559 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd75af3-5db7-48a9-9110-7686deb06ecd', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd75af3-5db7-48a9-9110-7686deb06ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:17,689 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.112s 2022-10-12 13:44:17,689 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda66960-98c2-4308-8c92-d8b2cac81220', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda66960-98c2-4308-8c92-d8b2cac81220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:18,790 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.086s 2022-10-12 13:44:18,791 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c03352-f9b4-4e21-bbd1-ed2d68b81f4b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c03352-f9b4-4e21-bbd1-ed2d68b81f4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:19,896 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.092s 2022-10-12 13:44:19,897 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce7de35-9299-459d-8dde-dfc4ff54a9fa', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce7de35-9299-459d-8dde-dfc4ff54a9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:21,005 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.089s 2022-10-12 13:44:21,006 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3048be-f372-4452-8fce-65889e7df900', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3048be-f372-4452-8fce-65889e7df900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:22,084 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.064s 2022-10-12 13:44:22,085 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88946cca-2ad9-4e19-a132-932391eb5171', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88946cca-2ad9-4e19-a132-932391eb5171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:23,192 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.094s 2022-10-12 13:44:23,193 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b03a506-b64c-437d-8ca4-925b7987faff', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b03a506-b64c-437d-8ca4-925b7987faff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:24,302 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.094s 2022-10-12 13:44:24,302 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830eb12b-ad66-4988-a050-f80888d192b2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830eb12b-ad66-4988-a050-f80888d192b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:25,403 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.086s 2022-10-12 13:44:25,403 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83084d9-0283-4857-93d3-2b0c82a11658', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83084d9-0283-4857-93d3-2b0c82a11658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:26,478 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.061s 2022-10-12 13:44:26,479 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46171ab2-9ac6-41a8-b368-c7894dfc0bca', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46171ab2-9ac6-41a8-b368-c7894dfc0bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:27,682 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.189s 2022-10-12 13:44:27,682 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff60b097-a45e-49f5-ae2e-3ea2f452c947', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff60b097-a45e-49f5-ae2e-3ea2f452c947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:28,823 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.126s 2022-10-12 13:44:28,830 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d862de5f-129b-4541-ab73-7d1c1ecd2761', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d862de5f-129b-4541-ab73-7d1c1ecd2761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:09.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:30,008 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.164s 2022-10-12 13:44:30,009 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11097d0c-f865-4773-8489-86db1a3b61ac', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11097d0c-f865-4773-8489-86db1a3b61ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:30.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:31,158 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.131s 2022-10-12 13:44:31,158 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3fb7ffa-a20f-4d7a-9d0e-56e621cd5aa2', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3fb7ffa-a20f-4d7a-9d0e-56e621cd5aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:30.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:31,177 121903 INFO [tempest.common.waiters] volume 63f34c72-3a3e-4fbb-94d8-3c300ed0a61d reached available after waiting for 59.177562 seconds 2022-10-12 13:44:31,311 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.128s 2022-10-12 13:44:31,311 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95df0124-57e4-4060-9942-030d75d48096', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95df0124-57e4-4060-9942-030d75d48096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:30.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:31,449 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.123s 2022-10-12 13:44:31,450 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6a0dd9-9310-4c69-991f-b2ad473be7fc', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6a0dd9-9310-4c69-991f-b2ad473be7fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:44:30.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:44:32,243 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups 0.777s 2022-10-12 13:44:32,243 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46924e0f-2c51-4b31-9d1a-6d5d5e0703c4', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46924e0f-2c51-4b31-9d1a-6d5d5e0703c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}]}}' 2022-10-12 13:44:32,430 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.184s 2022-10-12 13:44:32,431 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4e469c-3da2-4249-a55c-7a0c545acdcc', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4e469c-3da2-4249-a55c-7a0c545acdcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:32.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:33,463 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.024s 2022-10-12 13:44:33,464 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4d4741-5008-4de0-8606-2d39c7f3e43b', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef4d4741-5008-4de0-8606-2d39c7f3e43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:34,513 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:44:34,514 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53cb1c60-6d1b-4d96-9132-54543d0d2528', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53cb1c60-6d1b-4d96-9132-54543d0d2528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:35,546 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.025s 2022-10-12 13:44:35,546 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020d56a6-3a77-4370-9caf-aa4bd5f8abce', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020d56a6-3a77-4370-9caf-aa4bd5f8abce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:36,597 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.041s 2022-10-12 13:44:36,597 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b825dc1-3710-4acd-97b5-ea82bfd6deef', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b825dc1-3710-4acd-97b5-ea82bfd6deef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:37,645 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:44:37,645 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7743d48-49af-4a02-a258-5693dd83458c', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7743d48-49af-4a02-a258-5693dd83458c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:38,689 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:44:38,689 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ae5200-ce4b-4bb9-93f7-e45f15638898', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ae5200-ce4b-4bb9-93f7-e45f15638898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:39,720 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.023s 2022-10-12 13:44:39,720 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4e781b-6826-4d65-996f-2372f95d07df', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4e781b-6826-4d65-996f-2372f95d07df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:40,805 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.077s 2022-10-12 13:44:40,806 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e5adf1-771c-4c1f-b0b8-0c4526aa806d', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e5adf1-771c-4c1f-b0b8-0c4526aa806d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:42,207 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.393s 2022-10-12 13:44:42,208 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ec62fd-7832-4590-8d97-2d1250fa85b8', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ec62fd-7832-4590-8d97-2d1250fa85b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:43,273 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.057s 2022-10-12 13:44:43,274 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fae1860-d04d-42c2-a353-7cbaf2e9980c', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fae1860-d04d-42c2-a353-7cbaf2e9980c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:44,302 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.021s 2022-10-12 13:44:44,302 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8a93d9-6902-4261-99e6-fb703a3075c1', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8a93d9-6902-4261-99e6-fb703a3075c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:33.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:45,522 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.212s 2022-10-12 13:44:45,523 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5696ca5-1fa8-4fe7-84f5-0e0e63b6bd8a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5696ca5-1fa8-4fe7-84f5-0e0e63b6bd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:46,572 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.041s 2022-10-12 13:44:46,572 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27e818e-56bc-4e6f-a781-3c535dd40fe4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27e818e-56bc-4e6f-a781-3c535dd40fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:47,636 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.053s 2022-10-12 13:44:47,636 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-622bdd6f-1590-4b43-a75f-0ef79e355594', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-622bdd6f-1590-4b43-a75f-0ef79e355594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:48,692 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.048s 2022-10-12 13:44:48,693 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d80d56-f026-4d3c-8207-c45e565914f4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d80d56-f026-4d3c-8207-c45e565914f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:49,782 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.078s 2022-10-12 13:44:49,782 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd10ee0-5ead-40b4-9aae-00424b482f60', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd10ee0-5ead-40b4-9aae-00424b482f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:50,849 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.058s 2022-10-12 13:44:50,849 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac69310e-172a-419f-a9c8-428b47edac2f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac69310e-172a-419f-a9c8-428b47edac2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:51,908 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:44:51,908 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9cb336e-2a46-4d7c-822e-10cab807a0b8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9cb336e-2a46-4d7c-822e-10cab807a0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:52,962 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.046s 2022-10-12 13:44:52,963 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0efa54-b9fe-497b-b5ae-bcf38bb89a24', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0efa54-b9fe-497b-b5ae-bcf38bb89a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:54,117 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.147s 2022-10-12 13:44:54,117 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9802c82b-4f4c-4735-80e0-074825e7796c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9802c82b-4f4c-4735-80e0-074825e7796c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:55,151 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.026s 2022-10-12 13:44:55,151 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2652c38b-4600-4e9d-956c-6f2262b98ab6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2652c38b-4600-4e9d-956c-6f2262b98ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:56,247 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.084s 2022-10-12 13:44:56,247 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ef0858f-d7d0-4b1f-8c20-829af235fad2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ef0858f-d7d0-4b1f-8c20-829af235fad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:57,287 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.031s 2022-10-12 13:44:57,287 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3598572c-5a05-4679-b6d2-c6cbe3c3f221', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3598572c-5a05-4679-b6d2-c6cbe3c3f221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:58,336 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.041s 2022-10-12 13:44:58,336 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f24fa34-b2bd-4d9a-9557-a2f6f1adb84a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f24fa34-b2bd-4d9a-9557-a2f6f1adb84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:44:59,444 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.100s 2022-10-12 13:44:59,445 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9e73ae-0374-47ea-838a-c6e3c7763124', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9e73ae-0374-47ea-838a-c6e3c7763124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:00,490 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.037s 2022-10-12 13:45:00,490 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c285f9-9944-4756-a53a-af5ef2b057a2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c285f9-9944-4756-a53a-af5ef2b057a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:01,527 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.029s 2022-10-12 13:45:01,527 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2837579d-eb4a-4802-b492-c279af4ce2a3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2837579d-eb4a-4802-b492-c279af4ce2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:03,061 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.525s 2022-10-12 13:45:03,061 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93252168-8fd1-4f4a-8586-e79452e64a19', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93252168-8fd1-4f4a-8586-e79452e64a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:04,102 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.033s 2022-10-12 13:45:04,103 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-462b0821-46c7-4641-9b58-81031137f077', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-462b0821-46c7-4641-9b58-81031137f077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:05,197 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.086s 2022-10-12 13:45:05,198 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbce0122-a29c-43e2-87b5-0055077e880f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbce0122-a29c-43e2-87b5-0055077e880f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:06,277 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.072s 2022-10-12 13:45:06,277 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b626c9c1-2cc9-4227-ae3c-9aa085edfe77', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b626c9c1-2cc9-4227-ae3c-9aa085edfe77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:07,350 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.065s 2022-10-12 13:45:07,351 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76c7ae3-7ae2-4eab-b587-14dec8f2db49', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76c7ae3-7ae2-4eab-b587-14dec8f2db49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:08,429 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.069s 2022-10-12 13:45:08,429 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c6cc18a-df31-44b0-ba8e-695bfbb8a6f3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c6cc18a-df31-44b0-ba8e-695bfbb8a6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:09,521 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.084s 2022-10-12 13:45:09,521 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b674d6-3394-458d-9600-31435b7dd89e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b674d6-3394-458d-9600-31435b7dd89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:10,635 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.106s 2022-10-12 13:45:10,635 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2742f865-de5f-42f3-bf52-13279ab3ee37', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2742f865-de5f-42f3-bf52-13279ab3ee37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:11,805 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.161s 2022-10-12 13:45:11,806 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b716ed-eab1-439f-a053-cc10dfd748ee', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b716ed-eab1-439f-a053-cc10dfd748ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:13,013 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.200s 2022-10-12 13:45:13,014 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d8b66d-e1c9-4fd3-a36e-d492e66519de', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d8b66d-e1c9-4fd3-a36e-d492e66519de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:14,077 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.054s 2022-10-12 13:45:14,077 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c392c592-c805-4bdc-978b-ac772d5a1588', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c392c592-c805-4bdc-978b-ac772d5a1588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:15,148 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.063s 2022-10-12 13:45:15,148 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6771ce5-acd4-4f27-9216-bd3763c0586d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6771ce5-acd4-4f27-9216-bd3763c0586d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:16,209 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.053s 2022-10-12 13:45:16,209 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff5dae1-ca35-4953-bb06-f97d2d0c3ff2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff5dae1-ca35-4953-bb06-f97d2d0c3ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:17,292 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.075s 2022-10-12 13:45:17,293 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4afd7c9a-5e10-4ffd-8991-a2cd62e26acc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4afd7c9a-5e10-4ffd-8991-a2cd62e26acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:18,373 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.072s 2022-10-12 13:45:18,373 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6949dc96-6183-436a-a4a5-efbfe8a1e018', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6949dc96-6183-436a-a4a5-efbfe8a1e018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:19,436 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.055s 2022-10-12 13:45:19,445 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc4babd-5f73-41b3-a51f-9a6025591423', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc4babd-5f73-41b3-a51f-9a6025591423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:20,528 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.075s 2022-10-12 13:45:20,529 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11b2a27-4837-4191-854e-22c2f2758cd7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11b2a27-4837-4191-854e-22c2f2758cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:21,577 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:45:21,577 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a9ce41-a20d-4937-9111-4d356bb9a4ab', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a9ce41-a20d-4937-9111-4d356bb9a4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:22,651 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.065s 2022-10-12 13:45:22,651 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8a2980-f316-40db-9d3b-d64996fc79c3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8a2980-f316-40db-9d3b-d64996fc79c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:23,700 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:45:23,701 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1120875c-0d62-49d9-b2fe-c2e823df439d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1120875c-0d62-49d9-b2fe-c2e823df439d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:24,747 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.038s 2022-10-12 13:45:24,747 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf697a1-d604-47d0-bd46-3fa01b38c570', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf697a1-d604-47d0-bd46-3fa01b38c570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:25,802 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.046s 2022-10-12 13:45:25,802 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9feb11aa-7e3d-4a94-a279-f9700b40cdac', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9feb11aa-7e3d-4a94-a279-f9700b40cdac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:26,868 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.058s 2022-10-12 13:45:26,868 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e364f5d-08df-4d7e-bba5-683f7bc1479b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e364f5d-08df-4d7e-bba5-683f7bc1479b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:27,938 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.061s 2022-10-12 13:45:27,939 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbde940-5dd3-4dc0-bd4f-d17a40e0035b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbde940-5dd3-4dc0-bd4f-d17a40e0035b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:29,275 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.328s 2022-10-12 13:45:29,281 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6f271a-08c9-482f-80c9-430ad2f02a78', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6f271a-08c9-482f-80c9-430ad2f02a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:30,331 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:45:30,332 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4aa013a-8580-457b-bd91-3f714f9fd1fc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4aa013a-8580-457b-bd91-3f714f9fd1fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:31,400 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.060s 2022-10-12 13:45:31,400 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422c03e9-81b2-4d4b-8640-f0704a20e74e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422c03e9-81b2-4d4b-8640-f0704a20e74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:32,458 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:45:32,459 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b32f035-a467-4dea-8176-6abd5af3fee8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b32f035-a467-4dea-8176-6abd5af3fee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:33,531 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.065s 2022-10-12 13:45:33,531 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b9fd3a-d1c4-4ba2-83cb-721a955ca84b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b9fd3a-d1c4-4ba2-83cb-721a955ca84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:34,573 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:45:34,582 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92c0033-f0c4-492c-ac8c-a7c67553084a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92c0033-f0c4-492c-ac8c-a7c67553084a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:35,634 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.041s 2022-10-12 13:45:35,634 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec2eb56-c5f4-4e6e-b26d-835e116b38e8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec2eb56-c5f4-4e6e-b26d-835e116b38e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:36,665 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.023s 2022-10-12 13:45:36,666 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1b002e-5a48-49ee-aa52-5e7669879243', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1b002e-5a48-49ee-aa52-5e7669879243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:37,707 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:45:37,708 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b871a3-e6c5-493d-974f-1ed9e8b90eea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b871a3-e6c5-493d-974f-1ed9e8b90eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:38,747 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.031s 2022-10-12 13:45:38,747 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33cbb9f4-9453-415a-a008-a306e6b89aea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33cbb9f4-9453-415a-a008-a306e6b89aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:40,235 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.479s 2022-10-12 13:45:40,235 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26dfa95-1583-43c8-9df3-046cc946ef3b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26dfa95-1583-43c8-9df3-046cc946ef3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:41,275 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.031s 2022-10-12 13:45:41,275 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc590730-29fa-407e-ab46-98d9fb804296', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc590730-29fa-407e-ab46-98d9fb804296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:42,319 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:45:42,319 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6429da-507b-4f0f-b142-8a7f4a90693e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6429da-507b-4f0f-b142-8a7f4a90693e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:43,377 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:45:43,377 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850c1b0a-c9d8-47fc-aa61-53b56a22c229', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850c1b0a-c9d8-47fc-aa61-53b56a22c229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:44,465 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.079s 2022-10-12 13:45:44,465 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e811405e-bcef-4ad8-a8f4-b853135420da', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e811405e-bcef-4ad8-a8f4-b853135420da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:45,507 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:45:45,507 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d990b3-f6be-4031-a9e5-7e7a372c3b14', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d990b3-f6be-4031-a9e5-7e7a372c3b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:46,553 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.037s 2022-10-12 13:45:46,553 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-016460ee-b8bf-4ef1-bfc8-a1a61af77971', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-016460ee-b8bf-4ef1-bfc8-a1a61af77971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:47,662 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.101s 2022-10-12 13:45:47,663 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0d157e-14fb-4a44-9b34-3dcd10be1b9a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0d157e-14fb-4a44-9b34-3dcd10be1b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:48,823 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.153s 2022-10-12 13:45:48,823 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9124e5-337b-41af-b7e0-ad922e402f91', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9124e5-337b-41af-b7e0-ad922e402f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:49,951 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.120s 2022-10-12 13:45:49,951 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218bb7e0-7e33-43e0-bbac-673850169f58', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218bb7e0-7e33-43e0-bbac-673850169f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:51,011 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.052s 2022-10-12 13:45:51,011 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0227b4e4-ec04-4ee6-9487-e6aa76e58508', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0227b4e4-ec04-4ee6-9487-e6aa76e58508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:52,057 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.036s 2022-10-12 13:45:52,057 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2484b273-3872-4fa7-9c35-b45562f54ed4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2484b273-3872-4fa7-9c35-b45562f54ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:53,102 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.038s 2022-10-12 13:45:53,102 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-550236de-fb40-44eb-ae35-c6d00e19d5e0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550236de-fb40-44eb-ae35-c6d00e19d5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:54,183 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.072s 2022-10-12 13:45:54,183 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32780317-123a-4e6d-a39a-542939e43987', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32780317-123a-4e6d-a39a-542939e43987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:55,237 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.045s 2022-10-12 13:45:55,241 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff81f628-7ac7-4756-85c6-de4650b0bb4b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff81f628-7ac7-4756-85c6-de4650b0bb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:56,284 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.033s 2022-10-12 13:45:56,284 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a47cc1-7e14-47d8-bc15-898c0001804a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a47cc1-7e14-47d8-bc15-898c0001804a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:57,341 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.049s 2022-10-12 13:45:57,341 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95d5fa8-aae1-4d77-a173-d9a0386597ee', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95d5fa8-aae1-4d77-a173-d9a0386597ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:58,419 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.070s 2022-10-12 13:45:58,420 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24c3e8db-58c4-4662-affa-f7914dad0552', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24c3e8db-58c4-4662-affa-f7914dad0552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:45:59,461 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.033s 2022-10-12 13:45:59,461 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd5f1956-f71f-42f4-970e-0586935f263e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd5f1956-f71f-42f4-970e-0586935f263e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:00,507 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.038s 2022-10-12 13:46:00,507 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c91688-7d02-46ef-8ec3-7278071575bb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c91688-7d02-46ef-8ec3-7278071575bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:01,550 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:46:01,551 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22df464c-1f5d-4fe6-9b0c-bfad6d7ca8a3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22df464c-1f5d-4fe6-9b0c-bfad6d7ca8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:02,605 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.046s 2022-10-12 13:46:02,605 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e32652-86be-437e-bccc-868163269e5e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e32652-86be-437e-bccc-868163269e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:03,648 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:46:03,649 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f72bf24e-ae2c-4cc8-b3bf-5b0c27177712', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f72bf24e-ae2c-4cc8-b3bf-5b0c27177712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:05,227 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.563s 2022-10-12 13:46:05,227 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d77b87-fee2-4ed5-ae53-479527be3db4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d77b87-fee2-4ed5-ae53-479527be3db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:06,285 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.049s 2022-10-12 13:46:06,285 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9680c239-bc97-4ce1-9c21-142716f2e453', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9680c239-bc97-4ce1-9c21-142716f2e453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:07,428 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.135s 2022-10-12 13:46:07,429 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ba18616-8c87-4395-961d-f815b22bda18', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba18616-8c87-4395-961d-f815b22bda18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:08,557 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.120s 2022-10-12 13:46:08,557 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1a7c26-193c-4463-9040-75ac27630bc8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1a7c26-193c-4463-9040-75ac27630bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:09,706 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.141s 2022-10-12 13:46:09,707 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347a5a74-4050-43bd-ad4b-e7c5a461fba7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347a5a74-4050-43bd-ad4b-e7c5a461fba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:10,806 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.091s 2022-10-12 13:46:10,806 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2d5c08-f438-47ec-b952-bb3c2a5cfb03', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2d5c08-f438-47ec-b952-bb3c2a5cfb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:12,071 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.257s 2022-10-12 13:46:12,072 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cad35b6-99b8-4da4-857c-47b722b4378d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cad35b6-99b8-4da4-857c-47b722b4378d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:13,286 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.206s 2022-10-12 13:46:13,286 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcca3e46-32c9-4ba8-80aa-5d9de5ec9893', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcca3e46-32c9-4ba8-80aa-5d9de5ec9893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:14,511 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.216s 2022-10-12 13:46:14,511 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d012df24-f1e1-44d2-8eb4-7fe1257f489a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d012df24-f1e1-44d2-8eb4-7fe1257f489a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:15,551 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.031s 2022-10-12 13:46:15,551 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ddd819-4000-4496-8a50-0310387af74e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ddd819-4000-4496-8a50-0310387af74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:16,809 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.249s 2022-10-12 13:46:16,810 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58df3b31-6681-4455-81a6-615768929d9c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58df3b31-6681-4455-81a6-615768929d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:17,861 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:46:17,862 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230b1925-33b5-4188-8025-3ce271ee72e6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230b1925-33b5-4188-8025-3ce271ee72e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:18,953 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.083s 2022-10-12 13:46:18,953 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8a277a-893d-417c-804c-bfeb134e37dd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8a277a-893d-417c-804c-bfeb134e37dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:20,013 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.052s 2022-10-12 13:46:20,013 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae9288f-4c75-4754-8b82-2299a6aaa9aa', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae9288f-4c75-4754-8b82-2299a6aaa9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:21,180 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.159s 2022-10-12 13:46:21,180 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb7ae6fb-5a86-4b6f-89c6-1b5c63269905', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb7ae6fb-5a86-4b6f-89c6-1b5c63269905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:22,267 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.080s 2022-10-12 13:46:22,267 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffcab13e-32e5-4669-9106-ff595178f9af', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffcab13e-32e5-4669-9106-ff595178f9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:23,321 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.047s 2022-10-12 13:46:23,322 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac845dbb-8177-4d80-b5af-9e767cefb4d1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac845dbb-8177-4d80-b5af-9e767cefb4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:24,370 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.037s 2022-10-12 13:46:24,370 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3de5af-8017-4780-ae91-2f211e900022', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3de5af-8017-4780-ae91-2f211e900022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:25,417 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:46:25,418 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0272258-2ad7-4766-8323-14a5e9f741dd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0272258-2ad7-4766-8323-14a5e9f741dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:26,449 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.023s 2022-10-12 13:46:26,449 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7638128f-9910-4586-9ca6-d0705be3386d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7638128f-9910-4586-9ca6-d0705be3386d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:27,484 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.027s 2022-10-12 13:46:27,484 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f5b946-bb24-4152-bb2d-f019bd03755c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74f5b946-bb24-4152-bb2d-f019bd03755c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:28,647 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.155s 2022-10-12 13:46:28,647 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6687b3e7-d4cd-4d21-b370-5ed98ab65c77', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6687b3e7-d4cd-4d21-b370-5ed98ab65c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:29,705 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:46:29,705 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7734e6-da83-40ba-b3c0-3f7a49186bd5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7734e6-da83-40ba-b3c0-3f7a49186bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:31,015 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.302s 2022-10-12 13:46:31,016 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2036b457-4a64-4e0c-a480-30584321ff0d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2036b457-4a64-4e0c-a480-30584321ff0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:32,055 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.032s 2022-10-12 13:46:32,056 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7365cb-780e-436b-8d1e-a93f1786cb2b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7365cb-780e-436b-8d1e-a93f1786cb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:33,154 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.089s 2022-10-12 13:46:33,154 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47893305-d1c6-4704-927e-79668d3d9a6d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47893305-d1c6-4704-927e-79668d3d9a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:34,212 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.049s 2022-10-12 13:46:34,212 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fab338-bd86-4b7d-a5c0-706bcc0300c3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fab338-bd86-4b7d-a5c0-706bcc0300c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:35,253 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.032s 2022-10-12 13:46:35,253 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5355c4-034d-40a8-b3b4-c835f0a50fe3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5355c4-034d-40a8-b3b4-c835f0a50fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:36,317 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.056s 2022-10-12 13:46:36,318 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674b838a-02e1-471d-a56c-b59bde48ad9d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674b838a-02e1-471d-a56c-b59bde48ad9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:37,394 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.064s 2022-10-12 13:46:37,394 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e117f19b-6510-4e43-b5d7-11401ff3ab04', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e117f19b-6510-4e43-b5d7-11401ff3ab04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:38,446 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:46:38,446 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4bad573-889c-4b4a-a56a-efe65d8192d0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4bad573-889c-4b4a-a56a-efe65d8192d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:39,502 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.047s 2022-10-12 13:46:39,502 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3feb8840-6309-48af-b9ad-96ede67f6c7e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3feb8840-6309-48af-b9ad-96ede67f6c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:40,547 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.036s 2022-10-12 13:46:40,550 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7ce5af-8e25-4671-9308-477301f283a3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7ce5af-8e25-4671-9308-477301f283a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:41,638 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.079s 2022-10-12 13:46:41,639 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec30aaa5-5f7c-4721-a666-a8e46e1a8f79', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec30aaa5-5f7c-4721-a666-a8e46e1a8f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:42,692 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:46:42,694 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae48b345-5c70-4062-983f-525a07d3eb69', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae48b345-5c70-4062-983f-525a07d3eb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:44:45.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:43,738 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:46:43,738 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65befcc-cef9-4f95-99e6-6737ef97bc89', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65befcc-cef9-4f95-99e6-6737ef97bc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:44,834 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.088s 2022-10-12 13:46:44,834 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea2b7486-5093-4e03-9c86-50361557a2d6', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea2b7486-5093-4e03-9c86-50361557a2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:45,893 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:46:45,894 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca972bbd-1d84-48b4-ad0c-5a6fc1014161', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca972bbd-1d84-48b4-ad0c-5a6fc1014161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:46,946 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:46:46,947 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1105aa8-337a-40a8-b34e-e4a874d5dbbf', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1105aa8-337a-40a8-b34e-e4a874d5dbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:47,982 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.025s 2022-10-12 13:46:47,983 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7be95a-6ead-4d03-9126-0ee366cb0141', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7be95a-6ead-4d03-9126-0ee366cb0141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:49,026 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:46:49,026 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cb1a2e-4692-42e9-a511-c2107fb04989', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cb1a2e-4692-42e9-a511-c2107fb04989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:50,069 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:46:50,069 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d63c6efe-6c6a-4551-a317-dd42b4e55962', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d63c6efe-6c6a-4551-a317-dd42b4e55962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:51,118 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:46:51,119 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b06300c-46d7-4947-bc72-510ebb7694c7', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b06300c-46d7-4947-bc72-510ebb7694c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:52,165 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.037s 2022-10-12 13:46:52,165 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4631a80-7f6e-421e-8b93-9a71e4bc0031', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4631a80-7f6e-421e-8b93-9a71e4bc0031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:53,205 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.032s 2022-10-12 13:46:53,206 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6636ac7-585c-4ee5-8440-212521bf31c4', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6636ac7-585c-4ee5-8440-212521bf31c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:54,245 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.032s 2022-10-12 13:46:54,246 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9edca6e-8d6c-495c-91d1-6f8f5070b1d6', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9edca6e-8d6c-495c-91d1-6f8f5070b1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:55,288 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:46:55,289 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5782233a-21e8-4dad-97e8-1a76a8b25b15', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5782233a-21e8-4dad-97e8-1a76a8b25b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:46:55,298 121903 INFO [tempest.common.waiters] backup 7c39ebf0-eed5-4695-8ac8-030a4935a42b reached available after waiting for 143.298038 seconds 2022-10-12 13:46:55,382 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.083s 2022-10-12 13:46:55,382 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4829ce2-f908-4de6-9da0-91f0b640485a', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4829ce2-f908-4de6-9da0-91f0b640485a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:46:54.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:46:55,403 121903 INFO [tempest.common.waiters] volume 63f34c72-3a3e-4fbb-94d8-3c300ed0a61d reached available after waiting for 0.403375 seconds 2022-10-12 13:46:59,584 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b/restore 4.180s 2022-10-12 13:46:59,584 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"restore": {}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26338aec-fdce-4e9e-8788-61a1b3cc5790', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26338aec-fdce-4e9e-8788-61a1b3cc5790', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b/restore'} Body: b'{"restore": {"backup_id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "volume_id": "d146b644-fe43-4b6d-8c9e-a897637417e8", "volume_name": "restore_backup_7c39ebf0-eed5-4695-8ac8-030a4935a42b"}}' 2022-10-12 13:46:59,640 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.053s 2022-10-12 13:46:59,641 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29f1f9a-3ba0-411b-ba8c-709f14230b75', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29f1f9a-3ba0-411b-ba8c-709f14230b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:00,689 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:47:00,689 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-354a21d4-0f94-48d9-a6f3-5cc85305724c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-354a21d4-0f94-48d9-a6f3-5cc85305724c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:01,761 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.064s 2022-10-12 13:47:01,762 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900da416-c7ee-4260-8bff-d53d14d1eafd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900da416-c7ee-4260-8bff-d53d14d1eafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:02,812 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:47:02,812 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bb812f-5065-486e-aa1c-1ff229d1922c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bb812f-5065-486e-aa1c-1ff229d1922c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:03,855 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:47:03,855 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b229e28-6513-4889-a562-ac12cee485b7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b229e28-6513-4889-a562-ac12cee485b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:04,889 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.026s 2022-10-12 13:47:04,890 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb36d9e-89b2-4c24-a988-6768f14c2474', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb36d9e-89b2-4c24-a988-6768f14c2474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:05,942 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:47:05,943 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552b47f0-e5bd-4369-a3f9-4455bade3068', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552b47f0-e5bd-4369-a3f9-4455bade3068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:07,002 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:47:07,002 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0531f6cd-311c-4ebf-a618-8ba8d0d5dd70', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0531f6cd-311c-4ebf-a618-8ba8d0d5dd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:08,040 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.029s 2022-10-12 13:47:08,040 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47519154-4a55-4045-a428-2f46d851cae5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47519154-4a55-4045-a428-2f46d851cae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:09,095 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.047s 2022-10-12 13:47:09,096 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0d86252-4029-4445-bf80-a6b001cbe386', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0d86252-4029-4445-bf80-a6b001cbe386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:10,149 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:47:10,149 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff630dd2-4218-4ece-a738-e500a1e8d5e1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff630dd2-4218-4ece-a738-e500a1e8d5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:11,202 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.045s 2022-10-12 13:47:11,202 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c28cf9f-510d-434e-a7eb-642ef5e7dd04', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c28cf9f-510d-434e-a7eb-642ef5e7dd04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:12,259 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.048s 2022-10-12 13:47:12,259 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06a0b38-464c-4eb9-ae9c-cdc734509122', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06a0b38-464c-4eb9-ae9c-cdc734509122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:13,310 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.043s 2022-10-12 13:47:13,311 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac808001-be7d-44e3-9098-c57861615f0d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac808001-be7d-44e3-9098-c57861615f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:14,370 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:47:14,370 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0a327d-b01a-4fb9-94c6-945e944bfdce', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0a327d-b01a-4fb9-94c6-945e944bfdce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:15,427 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:47:15,428 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394097b0-fce9-4bf1-96f7-e64d46b6845e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394097b0-fce9-4bf1-96f7-e64d46b6845e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:16,482 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.046s 2022-10-12 13:47:16,483 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e1e357-7ba8-4179-96cc-565cbc89e644', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e1e357-7ba8-4179-96cc-565cbc89e644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:17,547 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.057s 2022-10-12 13:47:17,547 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fca8b6-7edf-48f6-891c-c6f10598081a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3fca8b6-7edf-48f6-891c-c6f10598081a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:18,623 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.068s 2022-10-12 13:47:18,624 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c402b3-c352-4754-86fe-ade1691dadc8', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c402b3-c352-4754-86fe-ade1691dadc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:19,673 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.041s 2022-10-12 13:47:19,673 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778ff670-7a83-4b2c-bfa5-51983b8ebf73', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778ff670-7a83-4b2c-bfa5-51983b8ebf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:20,721 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:47:20,721 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8844e91c-e9a8-4824-b568-82109a7ca4a7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8844e91c-e9a8-4824-b568-82109a7ca4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:21,763 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.033s 2022-10-12 13:47:21,763 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e6216f-6e17-44bf-bf11-2d6be6d2d796', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e6216f-6e17-44bf-bf11-2d6be6d2d796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:22,824 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.053s 2022-10-12 13:47:22,824 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4255c89f-abcb-4178-b42c-0feae22a1870', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4255c89f-abcb-4178-b42c-0feae22a1870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:23,875 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:47:23,875 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d970c1-6111-4e2c-a82c-4d996713fb78', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d970c1-6111-4e2c-a82c-4d996713fb78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:24,920 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.035s 2022-10-12 13:47:24,921 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f63168-cf08-4c12-9430-90922b1e0762', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f63168-cf08-4c12-9430-90922b1e0762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:25,979 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:47:25,979 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fa967f-2cc7-48a3-9b96-402cbeea3044', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fa967f-2cc7-48a3-9b96-402cbeea3044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:27,030 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.042s 2022-10-12 13:47:27,030 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038c61f5-bc53-43b9-8846-de46fa1d598c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038c61f5-bc53-43b9-8846-de46fa1d598c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:28,072 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.034s 2022-10-12 13:47:28,072 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd62694-c368-46cc-ae22-9b2082519126', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd62694-c368-46cc-ae22-9b2082519126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:29,139 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.059s 2022-10-12 13:47:29,140 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c410e57a-ec83-4414-9a27-6f3bfee60c49', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c410e57a-ec83-4414-9a27-6f3bfee60c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:30,192 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.045s 2022-10-12 13:47:30,193 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a113b0-22c3-427c-9a8a-80d9618a9356', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a113b0-22c3-427c-9a8a-80d9618a9356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:31,231 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.031s 2022-10-12 13:47:31,232 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563cc4c2-9e9b-4ed2-947b-811e9aa50a47', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563cc4c2-9e9b-4ed2-947b-811e9aa50a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:32,294 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.053s 2022-10-12 13:47:32,294 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5559ccdf-9393-47db-b5d6-8127f1fff7a4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5559ccdf-9393-47db-b5d6-8127f1fff7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:33,366 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.063s 2022-10-12 13:47:33,366 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930cf35b-40ac-4140-897f-1b8102ec1b2e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930cf35b-40ac-4140-897f-1b8102ec1b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:34,417 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.043s 2022-10-12 13:47:34,418 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a946cf17-1e86-4eaa-8252-075fa5802a77', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a946cf17-1e86-4eaa-8252-075fa5802a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:35,457 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.032s 2022-10-12 13:47:35,458 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12be874d-6bc8-4139-8654-9d970e929b7e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12be874d-6bc8-4139-8654-9d970e929b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:36,508 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.043s 2022-10-12 13:47:36,509 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab509e72-4618-4934-975f-ce66c10ac91e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab509e72-4618-4934-975f-ce66c10ac91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:37,598 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.081s 2022-10-12 13:47:37,598 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fb5cd4-56de-4639-ba2e-171be1dadd62', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fb5cd4-56de-4639-ba2e-171be1dadd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:38,653 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.046s 2022-10-12 13:47:38,653 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ad2966-dbba-4f5d-acf1-7ec4e1aed474', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ad2966-dbba-4f5d-acf1-7ec4e1aed474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:39,698 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.036s 2022-10-12 13:47:39,698 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5334ad5a-56b0-43f0-90b6-0e665f5b862b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5334ad5a-56b0-43f0-90b6-0e665f5b862b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:40,734 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.028s 2022-10-12 13:47:40,735 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f04e4a-7133-4837-88be-df069cf03982', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f04e4a-7133-4837-88be-df069cf03982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:41,795 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.052s 2022-10-12 13:47:41,796 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14586870-b921-4e40-bb5d-c5e10a49b431', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14586870-b921-4e40-bb5d-c5e10a49b431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:42,849 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.045s 2022-10-12 13:47:42,850 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7818cc-7cea-4966-9dcb-8166f9766b2d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7818cc-7cea-4966-9dcb-8166f9766b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:43,908 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:47:43,908 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06aa3be8-f31b-4660-b8a4-bcfe3f409bd6', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06aa3be8-f31b-4660-b8a4-bcfe3f409bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:44,987 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.071s 2022-10-12 13:47:44,987 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7cc556-a3d1-41aa-9b21-9773346e7f53', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7cc556-a3d1-41aa-9b21-9773346e7f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:46,039 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.043s 2022-10-12 13:47:46,039 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bfaa95d-a844-44b7-b369-42aaa9eff3cb', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bfaa95d-a844-44b7-b369-42aaa9eff3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:47,092 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.044s 2022-10-12 13:47:47,093 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f64edab5-acc8-4186-9cec-f0f7338d7851', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f64edab5-acc8-4186-9cec-f0f7338d7851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:48,229 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.129s 2022-10-12 13:47:48,230 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f23350-1886-4115-9a69-c50d4380cc71', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f23350-1886-4115-9a69-c50d4380cc71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:49,295 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.058s 2022-10-12 13:47:49,296 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e31727-4976-421c-8bcf-4f74fccfc025', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e31727-4976-421c-8bcf-4f74fccfc025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:50,330 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.026s 2022-10-12 13:47:50,330 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1f5f19-33f1-43a1-8560-d4c9fba690df', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1f5f19-33f1-43a1-8560-d4c9fba690df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:51,381 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.043s 2022-10-12 13:47:51,381 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ae5194-51d9-4f1c-992a-2b6268ce3bc1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ae5194-51d9-4f1c-992a-2b6268ce3bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:52,474 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.085s 2022-10-12 13:47:52,474 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7fe676-50f9-49ad-9381-d5c18d703b32', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7fe676-50f9-49ad-9381-d5c18d703b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:53,512 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.030s 2022-10-12 13:47:53,513 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab41b3bb-05bb-43d7-9456-f4be990ee76e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab41b3bb-05bb-43d7-9456-f4be990ee76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:54,577 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.056s 2022-10-12 13:47:54,577 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d64a89-2e89-4a26-86a1-0fe3f99e9a58', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d64a89-2e89-4a26-86a1-0fe3f99e9a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:55,614 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.029s 2022-10-12 13:47:55,614 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738b33ea-c45a-4213-ba13-ed6238ceacd5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738b33ea-c45a-4213-ba13-ed6238ceacd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:56,678 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.056s 2022-10-12 13:47:56,679 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367228c0-2849-4aa4-a848-9652b668b721', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367228c0-2849-4aa4-a848-9652b668b721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:57,761 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.074s 2022-10-12 13:47:57,761 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af2abbc-cf94-4188-8eb5-9fe7ffc126df', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af2abbc-cf94-4188-8eb5-9fe7ffc126df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:58,825 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.056s 2022-10-12 13:47:58,826 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b8bcc6-9a28-48e9-81b0-aed49af0bb25', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b8bcc6-9a28-48e9-81b0-aed49af0bb25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:47:59,907 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.074s 2022-10-12 13:47:59,907 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d91b2c2-4cd1-4030-81af-b446e232f559', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d91b2c2-4cd1-4030-81af-b446e232f559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:00,985 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.063s 2022-10-12 13:48:00,985 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c929916-9604-426e-9cdd-6b315923d68e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c929916-9604-426e-9cdd-6b315923d68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:02,043 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.050s 2022-10-12 13:48:02,050 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6d9f92-9b46-4f50-9478-eaf95e772a83', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6d9f92-9b46-4f50-9478-eaf95e772a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:03,084 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.027s 2022-10-12 13:48:03,084 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28364f1-f8a3-40f7-8ad6-fe8e75714e76', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28364f1-f8a3-40f7-8ad6-fe8e75714e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:04,154 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.061s 2022-10-12 13:48:04,154 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd689e7-02ff-44a4-8396-48130569e238', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd689e7-02ff-44a4-8396-48130569e238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:05,226 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.063s 2022-10-12 13:48:05,226 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872a60a8-91a9-4bb5-80fb-9444ca0e23d5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872a60a8-91a9-4bb5-80fb-9444ca0e23d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:06,285 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.052s 2022-10-12 13:48:06,286 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7d442e-fa6d-474d-84d7-a264054823f2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7d442e-fa6d-474d-84d7-a264054823f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:07,335 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.040s 2022-10-12 13:48:07,335 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59a75a7-9227-4807-836b-b058ae6221de', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59a75a7-9227-4807-836b-b058ae6221de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:08,394 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.051s 2022-10-12 13:48:08,395 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e291afe-6119-4635-b4c0-e24287f83929', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e291afe-6119-4635-b4c0-e24287f83929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:09,452 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.048s 2022-10-12 13:48:09,453 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48010088-8ce3-464c-bc30-d4e003bff926', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48010088-8ce3-464c-bc30-d4e003bff926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:46:59.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:10,525 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.065s 2022-10-12 13:48:10,530 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd2c969-0093-46ec-b094-0bfa7aa2accc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd2c969-0093-46ec-b094-0bfa7aa2accc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'{"backup": {"id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-10-12T13:44:32.000000", "updated_at": "2022-10-12T13:48:10.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-10-12T13:44:32.000000"}}' 2022-10-12 13:48:10,537 121903 INFO [tempest.common.waiters] backup 7c39ebf0-eed5-4695-8ac8-030a4935a42b reached available after waiting for 71.537667 seconds 2022-10-12 13:48:10,666 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8 0.128s 2022-10-12 13:48:10,667 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f57de61-bfc7-41df-a832-1fe1ecf414d6', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f57de61-bfc7-41df-a832-1fe1ecf414d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8'} Body: b'{"volume": {"id": "d146b644-fe43-4b6d-8c9e-a897637417e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:46:56.000000", "updated_at": "2022-10-12T13:48:10.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:10,679 121903 INFO [tempest.common.waiters] volume d146b644-fe43-4b6d-8c9e-a897637417e8 reached available after waiting for 0.679419 seconds 2022-10-12 13:48:10,769 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8 0.089s 2022-10-12 13:48:10,769 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1219f455-bf1e-407f-95b5-b4b9261f1215', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1219f455-bf1e-407f-95b5-b4b9261f1215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8'} Body: b'{"volume": {"id": "d146b644-fe43-4b6d-8c9e-a897637417e8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:46:56.000000", "updated_at": "2022-10-12T13:48:10.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "7c39ebf0-eed5-4695-8ac8-030a4935a42b"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:11,029 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.243s 2022-10-12 13:48:11,029 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-2071268319", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFP132LcauXxzprjp7JuQkCewvTLf1wjAu9AY2Sg0msn0a4D1CiSx3NND5vc9QAngUIpDjKbyyOjxJUI81wfEbVlhIKLDIibVkcQz1aBlYFXIuqnHWYBHLPRYe8GRpbUYw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:10 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-c01889ce-f699-48ba-ad09-626cc81f99d3', 'x-compute-request-id': 'req-c01889ce-f699-48ba-ad09-626cc81f99d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-2071268319", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFP132LcauXxzprjp7JuQkCewvTLf1wjAu9AY2Sg0msn0a4D1CiSx3NND5vc9QAngUIpDjKbyyOjxJUI81wfEbVlhIKLDIibVkcQz1aBlYFXIuqnHWYBHLPRYe8GRpbUYw==", "fingerprint": "62:96:a9:35:4f:74:82:9f:d9:e7:bc:c0:3a:16:be:ef", "user_id": "52548073c9ba46ab806cb9f8bb0bc729"}}' 2022-10-12 13:48:12,250 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 1.212s 2022-10-12 13:48:12,250 121903 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-705430963", "description": "tempest-secgroup-smoke-705430963 description", "project_id": "1113d40d88e54b1faaad5adbeea338f7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-3f72ca8d-8040-448f-a6ca-d4b55cc7d007', 'date': 'Wed, 12 Oct 2022 13:48:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "76a4de7a-d951-47fa-9261-e790d061a929", "name": "tempest-secgroup-smoke-705430963", "stateful": true, "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "description": "tempest-secgroup-smoke-705430963 description", "shared": false, "security_group_rules": [{"id": "3671808a-5d65-4a89-976e-70a6aaa6e179", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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": 3867, "description": null, "tags": [], "created_at": "2022-10-12T13:48:11Z", "updated_at": "2022-10-12T13:48:11Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}, {"id": "943f15c2-be0b-494b-9061-9b04704b2a1f", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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": 3866, "description": null, "tags": [], "created_at": "2022-10-12T13:48:11Z", "updated_at": "2022-10-12T13:48:11Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}], "tags": [], "created_at": "2022-10-12T13:48:11Z", "updated_at": "2022-10-12T13:48:11Z", "revision_number": 1, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:12,801 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.550s 2022-10-12 13:48:12,802 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "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-5b1a2d71-1418-4af8-a228-ee8836e86b04', 'date': 'Wed, 12 Oct 2022 13:48:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98516911-f61f-40df-9474-81fd996217d2", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:12Z", "updated_at": "2022-10-12T13:48:12Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:13,603 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.801s 2022-10-12 13:48:13,604 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "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-f7e8ca02-3151-4f3f-badd-920d2128cbba', 'date': 'Wed, 12 Oct 2022 13:48:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "860cf82c-6d89-4f8f-b300-fb37863f4b41", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:13Z", "updated_at": "2022-10-12T13:48:13Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:14,264 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.660s 2022-10-12 13:48:14,265 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-00df849b-1e25-4e77-bfe2-34723156c15c', 'date': 'Wed, 12 Oct 2022 13:48:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be7d7896-601f-4ff4-a51a-da93c5661ddd", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:13Z", "updated_at": "2022-10-12T13:48:13Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:14,931 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.666s 2022-10-12 13:48:14,931 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a0ae8c7e-54d7-4502-b678-27b9e00df3a2', 'date': 'Wed, 12 Oct 2022 13:48:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5840749-cd01-437b-8164-fcd309f6abbe", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:14Z", "updated_at": "2022-10-12T13:48:14Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:15,566 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.634s 2022-10-12 13:48:15,566 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c3fdcc0e-e711-477e-8951-1be1e15c002a', 'date': 'Wed, 12 Oct 2022 13:48:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0b9b365d-83b9-42c9-b0fc-90ca6c605c7b", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:15Z", "updated_at": "2022-10-12T13:48:15Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:16,694 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 1.127s 2022-10-12 13:48:16,694 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "project_id": "1113d40d88e54b1faaad5adbeea338f7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a63d67ed-8ebc-46bd-b6c0-1f47befbb2b4', 'date': 'Wed, 12 Oct 2022 13:48:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6d57cece-ff44-4be6-84f9-18bdaa2e1fd0", "tenant_id": "1113d40d88e54b1faaad5adbeea338f7", "security_group_id": "76a4de7a-d951-47fa-9261-e790d061a929", "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-12T13:48:15Z", "updated_at": "2022-10-12T13:48:15Z", "revision_number": 0, "project_id": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:16,882 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.181s 2022-10-12 13:48:16,882 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:16 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-8206d364-bc26-478b-b2bd-e5954b924132', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "52548073c9ba46ab806cb9f8bb0bc729", "name": "tempest-TestVolumeBackupRestore-1813459990-project", "password_expires_at": null}, "audit_ids": ["qNaTIZRHRMGfTPw2HzpHcQ"], "expires_at": "2022-10-12T14:48:16.000000Z", "issued_at": "2022-10-12T13:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1113d40d88e54b1faaad5adbeea338f7", "name": "tempest-TestVolumeBackupRestore-1813459990"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/1113d40d88e54b1faaad5adbeea338f7", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_1113d40d88e54b1faaad5adbeea338f7", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:48:16,883 121903 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': 'e6191600-78c9-46a9-8964-7c3a34f7571b', 'name': 'tempest-TestVolumeBackupRestore-191724635-network', 'tenant_id': '1113d40d88e54b1faaad5adbeea338f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1113d40d88e54b1faaad5adbeea338f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:42:49Z', 'updated_at': '2022-10-12T13:42:49Z', 'revision_number': 1} available for tenant 2022-10-12 13:48:17,866 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 POST http://10.222.0.52/compute/v2.1/servers 0.982s 2022-10-12 13:48:17,866 121903 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-1770258530", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "d146b644-fe43-4b6d-8c9e-a897637417e8", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-2071268319", "security_groups": [{"name": "tempest-secgroup-smoke-705430963"}], "networks": [{"uuid": "e6191600-78c9-46a9-8964-7c3a34f7571b"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-8d3f3aa3-946b-48cc-92c3-473dc4875814', 'x-compute-request-id': 'req-8d3f3aa3-946b-48cc-92c3-473dc4875814', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:48:18,728 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/76a4de7a-d951-47fa-9261-e790d061a929 0.853s 2022-10-12 13:48:18,728 121903 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-5f7d1e1c-aad0-4c2f-89f7-da3fd40342b4', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:48:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/76a4de7a-d951-47fa-9261-e790d061a929'} Body: b'' 2022-10-12 13:48:18,904 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-2071268319 0.176s 2022-10-12 13:48:18,905 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0969231f-dd04-44a8-9ef0-e6dbcd96f6d3', 'x-compute-request-id': 'req-0969231f-dd04-44a8-9ef0-e6dbcd96f6d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-2071268319'} Body: b'' 2022-10-12 13:48:19,189 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8 0.283s 2022-10-12 13:48:19,190 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:18 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-ebc60a4a-0a36-483a-97ae-b2470a28af1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/d146b644-fe43-4b6d-8c9e-a897637417e8'} Body: b'' 2022-10-12 13:48:19,436 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b 0.245s 2022-10-12 13:48:19,436 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-8fd18cb5-800f-446e-bd92-c6b4114e8892', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd18cb5-800f-446e-bd92-c6b4114e8892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/backups/7c39ebf0-eed5-4695-8ac8-030a4935a42b'} Body: b'' 2022-10-12 13:48:19,747 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.310s 2022-10-12 13:48:19,747 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:19 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-58811c0b-be86-4e31-bb9d-b9d9cf667ed6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'' 2022-10-12 13:48:19,896 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.149s 2022-10-12 13:48:19,897 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26fd7f1-8c87-450f-94d6-e583e3bdf489', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26fd7f1-8c87-450f-94d6-e583e3bdf489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:21,059 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.142s 2022-10-12 13:48:21,061 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff3a4f5-42dc-4c0e-bc8e-d705db94a105', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff3a4f5-42dc-4c0e-bc8e-d705db94a105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:22,197 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.118s 2022-10-12 13:48:22,197 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2dc9fa4-5029-4e40-a643-1bb8fd0e2b15', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2dc9fa4-5029-4e40-a643-1bb8fd0e2b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:23,338 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.124s 2022-10-12 13:48:23,339 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11f3054-8feb-40ac-8bff-9efa8559e554', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11f3054-8feb-40ac-8bff-9efa8559e554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:24,447 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.094s 2022-10-12 13:48:24,447 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f498375-5f7b-46b2-bcc5-a458ce2f0a3f', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f498375-5f7b-46b2-bcc5-a458ce2f0a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:25,579 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.116s 2022-10-12 13:48:25,579 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a2bb05-55cb-4d9b-8db5-6d7563c80f7a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a2bb05-55cb-4d9b-8db5-6d7563c80f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:26,680 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.083s 2022-10-12 13:48:26,680 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d17a0e4-23d7-44e0-a81f-3b46bb217c6a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d17a0e4-23d7-44e0-a81f-3b46bb217c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:27,823 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.127s 2022-10-12 13:48:27,824 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942ecf5a-6c56-4fc6-aca9-4be6c926881e', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942ecf5a-6c56-4fc6-aca9-4be6c926881e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"volume": {"id": "63f34c72-3a3e-4fbb-94d8-3c300ed0a61d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:43:32.000000", "updated_at": "2022-10-12T13:48:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-1961399640", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d"}], "user_id": "52548073c9ba46ab806cb9f8bb0bc729", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "1113d40d88e54b1faaad5adbeea338f7"}}' 2022-10-12 13:48:28,887 121903 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 0.049s 2022-10-12 13:48:28,887 121903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:48:28 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-dcdd028a-fa2b-45f9-a0e8-89a400a06e7b', 'x-openstack-request-id': 'req-dcdd028a-fa2b-45f9-a0e8-89a400a06e7b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/1113d40d88e54b1faaad5adbeea338f7/volumes/63f34c72-3a3e-4fbb-94d8-3c300ed0a61d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63f34c72-3a3e-4fbb-94d8-3c300ed0a61d 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-12 13:54:26,481 121900 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-178849170 on backend None 2022-10-12 13:54:26,654 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types 0.173s 2022-10-12 13:54:26,654 121900 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-178849170", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b5d9d8-24cd-4d5f-a25f-23c9e36b806d', 'content-length': '211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b5d9d8-24cd-4d5f-a25f-23c9e36b806d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types'} Body: b'{"volume_type": {"id": "fd041b02-4ac1-468d-a150-04e013e74146", "name": "tempest-scenario-type-luks-178849170", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-10-12 13:54:26,658 121900 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: fd041b02-4ac1-468d-a150-04e013e74146 2022-10-12 13:54:26,760 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/fd041b02-4ac1-468d-a150-04e013e74146/encryption 0.102s 2022-10-12 13:54:26,761 121900 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': 'Wed, 12 Oct 2022 13:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82771dd-e58a-4320-8c17-b2f06feed368', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82771dd-e58a-4320-8c17-b2f06feed368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/fd041b02-4ac1-468d-a150-04e013e74146/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "fd041b02-4ac1-468d-a150-04e013e74146", "encryption_id": "4ab19c96-8a2b-44ac-9937-6fe440baff99"}}' 2022-10-12 13:54:27,471 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes 0.707s 2022-10-12 13:54:27,471 121900 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-1887590464", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-178849170", "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3579f7e-d39b-4df1-980a-0ac860120f8a', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3579f7e-d39b-4df1-980a-0ac860120f8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.214475", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:54:27,525 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.041s 2022-10-12 13:54:27,525 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8741ecbf-54a7-4789-b3a3-ca91d213f796', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8741ecbf-54a7-4789-b3a3-ca91d213f796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:28,590 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.052s 2022-10-12 13:54:28,591 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593d644b-8644-45a7-a4ea-ef55c466c504', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593d644b-8644-45a7-a4ea-ef55c466c504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:28.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:29,645 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.041s 2022-10-12 13:54:29,645 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45379830-7ffd-4eea-ba41-980b689df548', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45379830-7ffd-4eea-ba41-980b689df548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:29,658 121900 INFO [tempest.common.waiters] volume 624aa587-8172-4e5b-a85b-b0a4eb131da7 reached available after waiting for 2.658206 seconds 2022-10-12 13:54:29,697 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.038s 2022-10-12 13:54:29,697 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5dd39f4-56c4-4a18-966b-49c03b5a4060', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5dd39f4-56c4-4a18-966b-49c03b5a4060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:29.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:29,789 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7/action 0.079s 2022-10-12 13:54:29,789 121900 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': 'Wed, 12 Oct 2022 13:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-1bee57af-5558-4b50-a842-c9909f4b4d7c', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bee57af-5558-4b50-a842-c9909f4b4d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7/action'} Body: b'' 2022-10-12 13:54:29,828 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:54:29,828 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fd5a4873-88ae-4745-8fb2-5482d1bf9414', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5587d9ee5945639d664057f2375507", "name": "tempest-TestVolumeBootPattern-1327495126-project", "password_expires_at": null}, "audit_ids": ["VC74OzjuQSSyRMR2-DEQ9Q"], "expires_at": "2022-10-12T14:54:29.000000Z", "issued_at": "2022-10-12T13:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75bf65c805b4a9587fd8000858590fe", "name": "tempest-TestVolumeBootPattern-1327495126"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:54:29,829 121900 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': 'ebd8a942-f09c-4234-8b77-e298fda428e1', 'name': 'tempest-TestVolumeBootPattern-34834583-network', 'tenant_id': 'e75bf65c805b4a9587fd8000858590fe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e75bf65c805b4a9587fd8000858590fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:54:15Z', 'updated_at': '2022-10-12T13:54:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:54:30,280 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 500 POST http://10.222.0.52/compute/v2.1/servers 0.450s 2022-10-12 13:54:30,281 121900 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-169180956", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "ebd8a942-f09c-4234-8b77-e298fda428e1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54: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-4ae41a27-ac6a-4898-b3fd-6063b55918e2', 'x-compute-request-id': 'req-4ae41a27-ac6a-4898-b3fd-6063b55918e2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:54:30,495 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.207s 2022-10-12 13:54:30,496 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd856626-2c4e-49d8-942a-83aeab535a85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'' 2022-10-12 13:54:30,543 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.046s 2022-10-12 13:54:30,543 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b8da19-8db8-4844-8c97-38516c715986', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b8da19-8db8-4844-8c97-38516c715986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:30.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:31,597 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.040s 2022-10-12 13:54:31,598 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5895071-913c-4f84-8f64-199f004738bf', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5895071-913c-4f84-8f64-199f004738bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:30.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:32,654 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.042s 2022-10-12 13:54:32,654 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72760fe-fb06-470c-8ff0-b026ff4cac97', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72760fe-fb06-470c-8ff0-b026ff4cac97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"volume": {"id": "624aa587-8172-4e5b-a85b-b0a4eb131da7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:27.000000", "updated_at": "2022-10-12T13:54:30.000000", "name": "tempest-TestVolumeBootPattern-volume-1887590464", "description": null, "volume_type": "tempest-scenario-type-luks-178849170", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:33,689 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7 0.021s 2022-10-12 13:54:33,689 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:33 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-f0779359-e78f-4fe3-97a4-19246499ad95', 'x-openstack-request-id': 'req-f0779359-e78f-4fe3-97a4-19246499ad95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/624aa587-8172-4e5b-a85b-b0a4eb131da7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 624aa587-8172-4e5b-a85b-b0a4eb131da7 could not be found."}}' 2022-10-12 13:54:33,731 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/detail?all_tenants=1 0.041s 2022-10-12 13:54:33,731 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7a14f0-19b2-4f59-9d0e-4f8597364599', 'content-length': '4583', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7a14f0-19b2-4f59-9d0e-4f8597364599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "10b98e01-7704-43ad-983d-0c38ad845b89", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:27:25.000000", "updated_at": "2022-10-12T13:28:10.000000", "name": "tempest-tempest.common.compute-volume-1178772680", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/10b98e01-7704-43ad-983d-0c38ad845b89"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/10b98e01-7704-43ad-983d-0c38ad845b89"}], "user_id": "8a9191f571644557ac00dd990752ff4f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "0d7e1254703d46e1ac62f2c5a2ca2635", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:31.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "eeb7bf197c5c402fbb618ce9759228a0", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:23:04.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack 2022-10-12 13:54:33,863 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/fd041b02-4ac1-468d-a150-04e013e74146 0.116s 2022-10-12 13:54:33,863 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:33 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-c32876df-2d87-43d5-8300-2d9f3419951a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/fd041b02-4ac1-468d-a150-04e013e74146'} 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-12 13:54:33,866 121900 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1331827652 on backend None 2022-10-12 13:54:33,977 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types 0.111s 2022-10-12 13:54:33,978 121900 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-1331827652", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252e89be-7d9a-48f2-9296-3c9e949a42ef', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252e89be-7d9a-48f2-9296-3c9e949a42ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types'} Body: b'{"volume_type": {"id": "b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b", "name": "tempest-scenario-type-luks2-1331827652", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-10-12 13:54:33,981 121900 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b 2022-10-12 13:54:34,073 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b/encryption 0.092s 2022-10-12 13:54:34,073 121900 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': 'Wed, 12 Oct 2022 13:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61150fd1-5556-4807-bd2b-f395565b97e2', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61150fd1-5556-4807-bd2b-f395565b97e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b/encryption'} Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b", "encryption_id": "b35c8e5a-af24-4f1c-88ca-45e2658ba08b"}}' 2022-10-12 13:54:34,639 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes 0.562s 2022-10-12 13:54:34,639 121900 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-1845186729", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a763252-daf6-4113-8740-c8fe22fb65b3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a763252-daf6-4113-8740-c8fe22fb65b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.350492", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:54:34,690 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.039s 2022-10-12 13:54:34,691 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d343598-3982-4da8-9480-2692856b547d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d343598-3982-4da8-9480-2692856b547d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:35,746 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.043s 2022-10-12 13:54:35,747 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e76945d-5439-41b2-bf86-97aaa6063bb7', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e76945d-5439-41b2-bf86-97aaa6063bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": "2022-10-12T13:54:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:36,800 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.038s 2022-10-12 13:54:36,800 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4c7ce8-e2d2-49da-a694-0a2e84723f90', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4c7ce8-e2d2-49da-a694-0a2e84723f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": "2022-10-12T13:54:36.000000", "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:36,813 121900 INFO [tempest.common.waiters] volume d33eed25-6aa5-4bc9-ae74-1c0954ccb54a reached available after waiting for 2.813192 seconds 2022-10-12 13:54:36,851 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.038s 2022-10-12 13:54:36,852 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094756c4-b4bc-42b7-8260-e6d9880cf6a0', 'content-length': '940', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094756c4-b4bc-42b7-8260-e6d9880cf6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": "2022-10-12T13:54:36.000000", "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:36,965 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a/action 0.101s 2022-10-12 13:54:36,965 121900 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': 'Wed, 12 Oct 2022 13:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-922c8bb5-723d-42a1-95ed-b62beb0a60a5', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922c8bb5-723d-42a1-95ed-b62beb0a60a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a/action'} Body: b'' 2022-10-12 13:54:37,004 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:54:37,004 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:36 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-2fbe5daa-18bd-45de-9986-3b3c02253fd3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5587d9ee5945639d664057f2375507", "name": "tempest-TestVolumeBootPattern-1327495126-project", "password_expires_at": null}, "audit_ids": ["FNqZwoJYR3uLHthDwAhg7Q"], "expires_at": "2022-10-12T14:54:36.000000Z", "issued_at": "2022-10-12T13:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75bf65c805b4a9587fd8000858590fe", "name": "tempest-TestVolumeBootPattern-1327495126"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:54:37,005 121900 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'ebd8a942-f09c-4234-8b77-e298fda428e1', 'name': 'tempest-TestVolumeBootPattern-34834583-network', 'tenant_id': 'e75bf65c805b4a9587fd8000858590fe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e75bf65c805b4a9587fd8000858590fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:54:15Z', 'updated_at': '2022-10-12T13:54:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:54:37,282 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 POST http://10.222.0.52/compute/v2.1/servers 0.277s 2022-10-12 13:54:37,283 121900 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-1739076559", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "ebd8a942-f09c-4234-8b77-e298fda428e1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54: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-c54603d4-46a9-4146-9b94-ba0b6d4eb05d', 'x-compute-request-id': 'req-c54603d4-46a9-4146-9b94-ba0b6d4eb05d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:54:37,505 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.221s 2022-10-12 13:54:37,506 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:37 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-2069bd29-6d2a-4e44-baee-8a1bdc53331b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'' 2022-10-12 13:54:37,547 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.040s 2022-10-12 13:54:37,547 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2327a89f-e0af-48bc-87b6-a639b8fcf33e', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2327a89f-e0af-48bc-87b6-a639b8fcf33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": "2022-10-12T13:54:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:38,602 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.041s 2022-10-12 13:54:38,602 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03dbde4-a423-4d8e-8f46-312707a0a87d', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03dbde4-a423-4d8e-8f46-312707a0a87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"volume": {"id": "d33eed25-6aa5-4bc9-ae74-1c0954ccb54a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:34.000000", "updated_at": "2022-10-12T13:54:37.000000", "name": "tempest-TestVolumeBootPattern-volume-1845186729", "description": null, "volume_type": "tempest-scenario-type-luks2-1331827652", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:39,644 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a 0.029s 2022-10-12 13:54:39,645 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:39 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-c6dbdb43-2507-4b86-8a19-a5bed38a027f', 'x-openstack-request-id': 'req-c6dbdb43-2507-4b86-8a19-a5bed38a027f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/d33eed25-6aa5-4bc9-ae74-1c0954ccb54a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d33eed25-6aa5-4bc9-ae74-1c0954ccb54a could not be found."}}' 2022-10-12 13:54:39,721 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/detail?all_tenants=1 0.075s 2022-10-12 13:54:39,721 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd20d280-acfb-43f9-8fdb-bc04f4af4fda', 'content-length': '4583', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd20d280-acfb-43f9-8fdb-bc04f4af4fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "10b98e01-7704-43ad-983d-0c38ad845b89", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:27:25.000000", "updated_at": "2022-10-12T13:28:10.000000", "name": "tempest-tempest.common.compute-volume-1178772680", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/10b98e01-7704-43ad-983d-0c38ad845b89"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/10b98e01-7704-43ad-983d-0c38ad845b89"}], "user_id": "8a9191f571644557ac00dd990752ff4f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "0d7e1254703d46e1ac62f2c5a2ca2635", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:26:41.000000", "updated_at": "2022-10-12T13:27:31.000000", "name": "tempest-tempest.common.compute-volume-485571293", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/8ec1db29-f700-4e7a-a3d9-4f4149ce8e2d"}], "user_id": "b01bb9e01bbd4feebbb3f965089245f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "eeb7bf197c5c402fbb618ce9759228a0", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:22:23.000000", "updated_at": "2022-10-12T13:23:04.000000", "name": "tempest-tempest.common.compute-volume-824693292", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/c99d0ee45d7b49bc8b54f304a21faacd/volumes/14f42b5b-d944-4b9c-8a2e-8bdb5e2bc18f"}], "user_id": "fd24f238584e443cbb549e4799eb5c4f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-861076-2@lvmdriver-1#lvmdriver-1", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack 2022-10-12 13:54:39,856 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b 0.119s 2022-10-12 13:54:39,856 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:39 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-016f2cd0-5fd9-492c-ab92-9ebab90bd681', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/c99d0ee45d7b49bc8b54f304a21faacd/types/b9f1a0fe-6533-4a92-be3f-0aa44ce8ea1b'} 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-12 13:54:39,881 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c 0.022s 2022-10-12 13:54:39,882 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ffe0a171-782d-4789-ae0c-fd611141ad1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c'} 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": "2760c6bd836b4e008bddfb8cbee11980", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "created_at": "2022-10-12T13:12:49Z", "updated_at": "2022-10-12T13:13:06Z", "tags": [], "self": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c", "file": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:54:40,555 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes 0.673s 2022-10-12 13:54:40,555 121900 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-318430708", "snapshot_id": null, "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42109ec-6397-41c2-a5e6-a14334baf159', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42109ec-6397-41c2-a5e6-a14334baf159', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.299235", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:54:40,608 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:54:40,608 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd7a773-e4da-450a-b0a8-3a3fa43aad89', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd7a773-e4da-450a-b0a8-3a3fa43aad89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:41,664 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.042s 2022-10-12 13:54:41,664 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454f1012-c023-4d48-8c22-5a403dcb6374', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454f1012-c023-4d48-8c22-5a403dcb6374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:42,720 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.042s 2022-10-12 13:54:42,721 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b73f924f-bea9-4e87-bfdb-276d7a959e2d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b73f924f-bea9-4e87-bfdb-276d7a959e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:43,778 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.043s 2022-10-12 13:54:43,779 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea77b784-096d-456a-9026-a53ec1584072', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea77b784-096d-456a-9026-a53ec1584072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:44,832 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:54:44,833 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f445f0c9-8660-4363-934d-db9dfda77b9d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f445f0c9-8660-4363-934d-db9dfda77b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:45,887 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:54:45,888 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439d632b-6cea-4383-a9ff-64c609f6ba5d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439d632b-6cea-4383-a9ff-64c609f6ba5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:46,943 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:54:46,944 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962cb3ac-1728-45c1-bbae-b630eed36da3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962cb3ac-1728-45c1-bbae-b630eed36da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:48,005 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.047s 2022-10-12 13:54:48,006 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ca53a1-b900-4f84-b484-5289a4f89f6b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ca53a1-b900-4f84-b484-5289a4f89f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:49,061 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:54:49,061 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-150b7ea9-7e51-49d7-91e2-5ac071204f0e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-150b7ea9-7e51-49d7-91e2-5ac071204f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:50,121 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.045s 2022-10-12 13:54:50,122 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6c0621-bd4f-47cb-a084-0b3c84d66caf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6c0621-bd4f-47cb-a084-0b3c84d66caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:51,174 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.039s 2022-10-12 13:54:51,175 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bac3c45-4c10-4044-9c06-50523eb805b4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bac3c45-4c10-4044-9c06-50523eb805b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:52,228 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.039s 2022-10-12 13:54:52,229 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b45f4b-b981-4586-aee4-ae57c770ce5c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b45f4b-b981-4586-aee4-ae57c770ce5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:53,281 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.038s 2022-10-12 13:54:53,281 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-348cbd2d-dbf6-4f80-b228-479b20b61c83', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-348cbd2d-dbf6-4f80-b228-479b20b61c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:54,343 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.049s 2022-10-12 13:54:54,343 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a53cc7d-01c6-4b89-abf0-862fbf75ec07', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a53cc7d-01c6-4b89-abf0-862fbf75ec07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:55,397 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.039s 2022-10-12 13:54:55,397 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c48df5d-fad6-4937-9001-621c31ac9982', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c48df5d-fad6-4937-9001-621c31ac9982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:56,451 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:54:56,452 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e16177-1f34-43de-a456-6d14ed27261e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e16177-1f34-43de-a456-6d14ed27261e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:57,505 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:54:57,505 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6485bdcc-8ab4-440b-b81a-1e4cb3f6646c', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6485bdcc-8ab4-440b-b81a-1e4cb3f6646c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:58,559 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:54:58,559 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f172eac8-cb69-4109-bd08-4f9533e3a80a', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f172eac8-cb69-4109-bd08-4f9533e3a80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:54:59,613 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:54:59,613 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b017d0da-c91a-4a87-8167-f1877875aeff', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b017d0da-c91a-4a87-8167-f1877875aeff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:00,666 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:55:00,667 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458dc6a6-73ff-4d27-ad42-30f3bfd0d490', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458dc6a6-73ff-4d27-ad42-30f3bfd0d490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:01,719 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.039s 2022-10-12 13:55:01,720 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c136f70-467c-4f52-b730-88995a1f8d65', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c136f70-467c-4f52-b730-88995a1f8d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:02,777 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.042s 2022-10-12 13:55:02,777 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb989df5-e646-44c3-9279-7a25060084b9', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb989df5-e646-44c3-9279-7a25060084b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:03,830 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:55:03,831 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc54a41-1e98-4dd0-944b-31848d38bb2e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc54a41-1e98-4dd0-944b-31848d38bb2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:54:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:04,884 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:55:04,885 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f22ad8-93f0-41cd-83f3-cc81de405100', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f22ad8-93f0-41cd-83f3-cc81de405100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:55:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:04,897 121900 INFO [tempest.common.waiters] volume f59df159-70f6-4c19-8572-0a7cdf14cf8e reached available after waiting for 24.897405 seconds 2022-10-12 13:55:04,938 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:55:04,939 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aca1637-eaac-4e2d-8e45-b899a04d58c6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aca1637-eaac-4e2d-8e45-b899a04d58c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:55:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:05,403 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots 0.452s 2022-10-12 13:55:05,404 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "metadata": null}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711cefd1-8d90-4c57-8e37-24b99671e064', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711cefd1-8d90-4c57-8e37-24b99671e064', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.205996", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "metadata": {}}}' 2022-10-12 13:55:05,431 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.023s 2022-10-12 13:55:05,436 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedc2945-035f-46bf-8ca3-817a76059fd5', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedc2945-035f-46bf-8ca3-817a76059fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:55:06,466 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.025s 2022-10-12 13:55:06,466 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f741ef36-19c8-48b8-9669-5f1b14bed516', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f741ef36-19c8-48b8-9669-5f1b14bed516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-10-12 13:55:07,496 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.024s 2022-10-12 13:55:07,496 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cd661f9-1ec0-4363-bf0e-6a5650c26120', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cd661f9-1ec0-4363-bf0e-6a5650c26120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": "2022-10-12T13:55:07.000000", "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-12 13:55:07,500 121900 INFO [tempest.common.waiters] snapshot 2b047a3c-eee3-4ae9-acea-33967e3a8133 reached available after waiting for 2.500573 seconds 2022-10-12 13:55:07,522 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.022s 2022-10-12 13:55:07,523 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a584ec-717e-4d43-9428-c2e7efa725fd', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a584ec-717e-4d43-9428-c2e7efa725fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": "2022-10-12T13:55:07.000000", "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-12 13:55:07,564 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:55:07,565 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55: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-63622824-09ca-4b28-9a72-1c4e785fe035', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5587d9ee5945639d664057f2375507", "name": "tempest-TestVolumeBootPattern-1327495126-project", "password_expires_at": null}, "audit_ids": ["5Ue2EvaCShWuCj7hlzqNAg"], "expires_at": "2022-10-12T14:55:07.000000Z", "issued_at": "2022-10-12T13:55:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75bf65c805b4a9587fd8000858590fe", "name": "tempest-TestVolumeBootPattern-1327495126"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:55:07,565 121900 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'ebd8a942-f09c-4234-8b77-e298fda428e1', 'name': 'tempest-TestVolumeBootPattern-34834583-network', 'tenant_id': 'e75bf65c805b4a9587fd8000858590fe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e75bf65c805b4a9587fd8000858590fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:54:15Z', 'updated_at': '2022-10-12T13:54:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:55:07,863 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 500 POST http://10.222.0.52/compute/v2.1/servers 0.297s 2022-10-12 13:55:07,864 121900 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-1675021314", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ebd8a942-f09c-4234-8b77-e298fda428e1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55: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-a9e8a0fc-e945-444d-9898-c6521d655e47', 'x-compute-request-id': 'req-a9e8a0fc-e945-444d-9898-c6521d655e47', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:55:07,973 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.108s 2022-10-12 13:55:07,973 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:07 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-8338f78a-6900-47b6-8180-82f74b9811bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'' 2022-10-12 13:55:07,998 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.024s 2022-10-12 13:55:07,998 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15051780-1858-4b6f-a1ba-b1a0a2ae1bfe', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15051780-1858-4b6f-a1ba-b1a0a2ae1bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": "2022-10-12T13:55:08.000000", "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-12 13:55:09,027 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.023s 2022-10-12 13:55:09,028 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9df3c7f-32db-49de-a98f-8b92307e93bb', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9df3c7f-32db-49de-a98f-8b92307e93bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"snapshot": {"id": "2b047a3c-eee3-4ae9-acea-33967e3a8133", "created_at": "2022-10-12T13:55:05.000000", "updated_at": "2022-10-12T13:55:08.000000", "name": "tempest-TestVolumeBootPattern-snapshot-397971305", "description": null, "volume_id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e75bf65c805b4a9587fd8000858590fe", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-10-12 13:55:10,052 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133 0.019s 2022-10-12 13:55:10,052 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:10 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-2bc3d3d1-d75e-4d03-ba16-2f287d0e2ef7', 'x-openstack-request-id': 'req-2bc3d3d1-d75e-4d03-ba16-2f287d0e2ef7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/snapshots/2b047a3c-eee3-4ae9-acea-33967e3a8133'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 2b047a3c-eee3-4ae9-acea-33967e3a8133 could not be found."}}' 2022-10-12 13:55:10,202 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.149s 2022-10-12 13:55:10,202 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:10 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-c7b6cb38-f24a-4026-8fa0-96c640158587', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'' 2022-10-12 13:55:10,244 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.041s 2022-10-12 13:55:10,244 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7682aeb4-0433-4be0-a871-8e5b5ea4339f', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7682aeb4-0433-4be0-a871-8e5b5ea4339f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:55:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:11,297 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.040s 2022-10-12 13:55:11,298 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea621c96-de7a-451f-957d-1e16618ffda7', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea621c96-de7a-451f-957d-1e16618ffda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"volume": {"id": "f59df159-70f6-4c19-8572-0a7cdf14cf8e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:54:40.000000", "updated_at": "2022-10-12T13:55:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-318430708", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:12,336 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e 0.025s 2022-10-12 13:55:12,336 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02265a33-e023-4176-831a-5bf597785c2d', 'x-openstack-request-id': 'req-02265a33-e023-4176-831a-5bf597785c2d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/f59df159-70f6-4c19-8572-0a7cdf14cf8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f59df159-70f6-4c19-8572-0a7cdf14cf8e 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-12 13:55:12,365 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c 0.020s 2022-10-12 13:55:12,366 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8422edf-c546-4076-9b6d-e92721a52cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c'} 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": "2760c6bd836b4e008bddfb8cbee11980", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "created_at": "2022-10-12T13:12:49Z", "updated_at": "2022-10-12T13:13:06Z", "tags": [], "self": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c", "file": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:55:12,916 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes 0.550s 2022-10-12 13:55:12,917 121900 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-553964852", "snapshot_id": null, "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c029fa91-3d24-420f-95a0-e6af7601444a', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c029fa91-3d24-420f-95a0-e6af7601444a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:12.680636", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:55:12,968 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:12,969 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f14b05cb-aa4c-45c3-9b86-fcb79a154a9f', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f14b05cb-aa4c-45c3-9b86-fcb79a154a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:14,024 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.042s 2022-10-12 13:55:14,025 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc690a70-c5de-49fd-ad10-150703f90379', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc690a70-c5de-49fd-ad10-150703f90379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:15,079 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:15,080 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19df46cc-8110-4dcf-8bc1-3a68bbbd42fe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19df46cc-8110-4dcf-8bc1-3a68bbbd42fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:16,132 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.039s 2022-10-12 13:55:16,133 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba2f71b-0c84-413a-8b2e-34d95ff910dd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba2f71b-0c84-413a-8b2e-34d95ff910dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:17,187 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:17,187 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a34e80-5b67-41cc-97a9-441425e0b3f9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a34e80-5b67-41cc-97a9-441425e0b3f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:18,240 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.039s 2022-10-12 13:55:18,241 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361593ad-ed97-4750-bd5b-753b5941f264', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361593ad-ed97-4750-bd5b-753b5941f264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:19,296 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:19,297 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3bf322-5679-4b9b-97aa-228d9028e233', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3bf322-5679-4b9b-97aa-228d9028e233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:20,353 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.043s 2022-10-12 13:55:20,354 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80edca52-2228-414d-ae7d-be360c8e107a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80edca52-2228-414d-ae7d-be360c8e107a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:21,408 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:21,409 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82427c34-daa7-4d14-8bdb-e30471954c53', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82427c34-daa7-4d14-8bdb-e30471954c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:22,469 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.047s 2022-10-12 13:55:22,469 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a60e5766-3652-4e29-8027-51ec1c4bead9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a60e5766-3652-4e29-8027-51ec1c4bead9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:23,522 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.039s 2022-10-12 13:55:23,523 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706d0d9b-a7f2-41b1-8cee-a91d629919d7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706d0d9b-a7f2-41b1-8cee-a91d629919d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:24,584 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.047s 2022-10-12 13:55:24,584 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422dea7f-6348-47ec-9c0b-fd9d74413025', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422dea7f-6348-47ec-9c0b-fd9d74413025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:25,638 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:25,638 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bd3c29d-fc69-4ef3-b72a-cd6c40124593', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bd3c29d-fc69-4ef3-b72a-cd6c40124593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:26,691 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.039s 2022-10-12 13:55:26,692 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2281118-40f6-4cf6-a566-54436c1b002d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2281118-40f6-4cf6-a566-54436c1b002d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:27,746 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:27,746 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71727e1a-3125-4863-8d12-a42db2652862', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71727e1a-3125-4863-8d12-a42db2652862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:28,800 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.039s 2022-10-12 13:55:28,800 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f05a78-d7c6-42a8-956f-fd443509996c', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f05a78-d7c6-42a8-956f-fd443509996c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:29,855 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:29,856 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77fa8183-b57f-449d-8952-12a5ac2072c1', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77fa8183-b57f-449d-8952-12a5ac2072c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:30,909 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:30,910 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6df97a8-b1f5-4758-939a-5a63931fb3c3', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6df97a8-b1f5-4758-939a-5a63931fb3c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:31,963 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:31,963 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510fd849-5ba2-42c9-9cbe-160d8d6d2c3b', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510fd849-5ba2-42c9-9cbe-160d8d6d2c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:33,018 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:33,018 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc492f4f-daec-4660-b11e-83cc6f50d780', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc492f4f-daec-4660-b11e-83cc6f50d780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:34,073 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:34,073 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8182bda-1b2c-4461-9c5b-5395310a18c3', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8182bda-1b2c-4461-9c5b-5395310a18c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:35,132 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.042s 2022-10-12 13:55:35,132 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010d9d25-f279-4caf-88d2-4a6403197c0f', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010d9d25-f279-4caf-88d2-4a6403197c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:36,187 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:36,187 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fc096d-f3fe-492f-aebe-27bea56fda3b', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fc096d-f3fe-492f-aebe-27bea56fda3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:37,241 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.040s 2022-10-12 13:55:37,242 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2bc2a0-0e6e-4e3f-b3fa-6ca2a3589230', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2bc2a0-0e6e-4e3f-b3fa-6ca2a3589230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:37,254 121900 INFO [tempest.common.waiters] volume 499e31c6-e29c-47c1-b17a-dfef2aa4b92b reached available after waiting for 25.254928 seconds 2022-10-12 13:55:37,298 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.043s 2022-10-12 13:55:37,298 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f553ba1b-4747-4fd2-9f0b-a064f7c3e398', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f553ba1b-4747-4fd2-9f0b-a064f7c3e398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:37,349 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.032s 2022-10-12 13:55:37,350 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:37 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-a305af7c-6ef4-4b3f-8f21-91d907a7cf9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5587d9ee5945639d664057f2375507", "name": "tempest-TestVolumeBootPattern-1327495126-project", "password_expires_at": null}, "audit_ids": ["uD4VoWHKTv2WbXTAFuGNTw"], "expires_at": "2022-10-12T14:55:37.000000Z", "issued_at": "2022-10-12T13:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75bf65c805b4a9587fd8000858590fe", "name": "tempest-TestVolumeBootPattern-1327495126"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:55:37,350 121900 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'ebd8a942-f09c-4234-8b77-e298fda428e1', 'name': 'tempest-TestVolumeBootPattern-34834583-network', 'tenant_id': 'e75bf65c805b4a9587fd8000858590fe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e75bf65c805b4a9587fd8000858590fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:54:15Z', 'updated_at': '2022-10-12T13:54:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:55:37,676 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 500 POST http://10.222.0.52/compute/v2.1/servers 0.325s 2022-10-12 13:55:37,676 121900 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-1182549411", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "ebd8a942-f09c-4234-8b77-e298fda428e1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55: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-c69c9ae5-8050-49b3-813b-759f9115cc65', 'x-compute-request-id': 'req-c69c9ae5-8050-49b3-813b-759f9115cc65', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:55:37,865 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.187s 2022-10-12 13:55:37,865 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:37 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-9e90b624-78fc-4453-85cd-3723efa03635', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'' 2022-10-12 13:55:37,906 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:37,907 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa4b54c-60e8-40ca-9d1c-849aa2324f7d', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa4b54c-60e8-40ca-9d1c-849aa2324f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:38,962 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:38,962 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f92d6a-9eec-4b3c-b3aa-31e17f422627', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f92d6a-9eec-4b3c-b3aa-31e17f422627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:40,016 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.041s 2022-10-12 13:55:40,016 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4799116-1fcb-4401-9bb1-0c6a1ad7872c', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4799116-1fcb-4401-9bb1-0c6a1ad7872c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"volume": {"id": "499e31c6-e29c-47c1-b17a-dfef2aa4b92b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:13.000000", "updated_at": "2022-10-12T13:55:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-553964852", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:41,051 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b 0.021s 2022-10-12 13:55:41,051 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:41 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-2eb5f0b7-0891-406c-bc9b-f6c3b54a6dec', 'x-openstack-request-id': 'req-2eb5f0b7-0891-406c-bc9b-f6c3b54a6dec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/499e31c6-e29c-47c1-b17a-dfef2aa4b92b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 499e31c6-e29c-47c1-b17a-dfef2aa4b92b 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-12 13:55:41,059 121900 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-10-12 13:55:41,183 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.121s 2022-10-12 13:55:41,183 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-2081167184", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDyK/ZsasFwNHHYn9PNI/jh8WSKn3EDvEkiwbtbfJYSkawixnNkJTiXzmVhoIw1hauQRhE+LmqgtDhbyOF3+eIn5ecSUzMSdE8qPbFSkahMuXlOvEVxATLlXl5bZzV4Cqw=="}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e06ac0a3-cb0d-4278-9b24-ff19606f56ea', 'x-compute-request-id': 'req-e06ac0a3-cb0d-4278-9b24-ff19606f56ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-2081167184", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDyK/ZsasFwNHHYn9PNI/jh8WSKn3EDvEkiwbtbfJYSkawixnNkJTiXzmVhoIw1hauQRhE+LmqgtDhbyOF3+eIn5ecSUzMSdE8qPbFSkahMuXlOvEVxATLlXl5bZzV4Cqw==", "fingerprint": "0d:57:23:85:8a:56:e9:f0:6b:7d:c7:e1:3d:94:c7:e6", "user_id": "8d5587d9ee5945639d664057f2375507"}}' 2022-10-12 13:55:41,495 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-groups 0.308s 2022-10-12 13:55:41,496 121900 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-369174000", "description": "tempest-secgroup-smoke-369174000 description", "project_id": "e75bf65c805b4a9587fd8000858590fe"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-d58bb38b-9f1e-48a6-94f9-37b1c177c20e', 'date': 'Wed, 12 Oct 2022 13:55:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "name": "tempest-secgroup-smoke-369174000", "stateful": true, "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "description": "tempest-secgroup-smoke-369174000 description", "shared": false, "security_group_rules": [{"id": "1b7a9f16-8c64-4593-818c-fc9563c015d4", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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": 4096, "description": null, "tags": [], "created_at": "2022-10-12T13:55:41Z", "updated_at": "2022-10-12T13:55:41Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}, {"id": "6efd66c6-1349-4e5b-985e-058e7de03260", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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": 4097, "description": null, "tags": [], "created_at": "2022-10-12T13:55:41Z", "updated_at": "2022-10-12T13:55:41Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}], "tags": [], "created_at": "2022-10-12T13:55:41Z", "updated_at": "2022-10-12T13:55:41Z", "revision_number": 1, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:41,817 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.321s 2022-10-12 13:55:41,817 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "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-b5afe1b4-b180-44f1-a881-6f5f4aa2f8a8', 'date': 'Wed, 12 Oct 2022 13:55:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "750b7603-4969-4cea-97be-92ca611f9329", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:41Z", "updated_at": "2022-10-12T13:55:41Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:42,102 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.283s 2022-10-12 13:55:42,102 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "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-bc5bd4c2-e2ab-4cdf-8148-2ccf2c65fa9c', 'date': 'Wed, 12 Oct 2022 13:55:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afaa1aae-fa27-47bc-8499-f1653758026a", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:41Z", "updated_at": "2022-10-12T13:55:41Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:42,404 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.301s 2022-10-12 13:55:42,405 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c0cec51-80ff-467b-bfae-f2511ab611b1', 'date': 'Wed, 12 Oct 2022 13:55:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37989cb4-e848-4777-89f0-57de6e3651c0", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:42Z", "updated_at": "2022-10-12T13:55:42Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:42,737 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.332s 2022-10-12 13:55:42,738 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5badee2b-7148-4210-b95a-919fdf511fee', 'date': 'Wed, 12 Oct 2022 13:55:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4b4025ad-e016-470e-a4de-0f8279e7cad7", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:42Z", "updated_at": "2022-10-12T13:55:42Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:43,113 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.375s 2022-10-12 13:55:43,114 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3c9ea50d-162f-430d-878b-6ab7f3763bbe', 'date': 'Wed, 12 Oct 2022 13:55:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8c7bd1c8-83a6-4a72-a124-933266afac25", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:42Z", "updated_at": "2022-10-12T13:55:42Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:43,410 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/networking/v2.0/security-group-rules 0.296s 2022-10-12 13:55:43,411 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "project_id": "e75bf65c805b4a9587fd8000858590fe", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-97306fa2-5303-48fc-b357-91f3ed471b1d', 'date': 'Wed, 12 Oct 2022 13:55:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f249f33-fde7-4a9d-b522-2e5b229d2264", "tenant_id": "e75bf65c805b4a9587fd8000858590fe", "security_group_id": "5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe", "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-12T13:55:43Z", "updated_at": "2022-10-12T13:55:43Z", "revision_number": 0, "project_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:43,411 121900 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-10-12 13:55:43,431 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c 0.019s 2022-10-12 13:55:43,431 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cb55f624-867b-40b0-a4d4-0989d2cce7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c'} 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": "2760c6bd836b4e008bddfb8cbee11980", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "92c34f67-0f72-4439-9fdb-d8567b96935c", "created_at": "2022-10-12T13:12:49Z", "updated_at": "2022-10-12T13:13:06Z", "tags": [], "self": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c", "file": "/v2/images/92c34f67-0f72-4439-9fdb-d8567b96935c/file", "schema": "/v2/schemas/image"}' 2022-10-12 13:55:43,934 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes 0.502s 2022-10-12 13:55:43,935 121900 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-535915051", "snapshot_id": null, "imageRef": "92c34f67-0f72-4439-9fdb-d8567b96935c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e351bcad-2a40-4692-a7a6-53c597600a3f', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e351bcad-2a40-4692-a7a6-53c597600a3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:43.724873", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-10-12 13:55:43,985 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:55:43,986 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-049618aa-78eb-47ed-b226-243c1deb6f02', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-049618aa-78eb-47ed-b226-243c1deb6f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:45,039 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:55:45,039 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-915b74a5-a0c4-4605-a39e-735646fc68fa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-915b74a5-a0c4-4605-a39e-735646fc68fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:46,094 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:55:46,094 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a78be24-c276-4670-b2ef-92707334a1d6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a78be24-c276-4670-b2ef-92707334a1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:47,148 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:55:47,148 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37475b72-aeea-40e8-9b43-6dab16204785', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37475b72-aeea-40e8-9b43-6dab16204785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:48,202 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:55:48,202 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ced1c9-8bed-4832-bf5e-fbe35033d553', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ced1c9-8bed-4832-bf5e-fbe35033d553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:49,257 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:55:49,258 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e549fa08-2882-4ef1-919c-c742ee9fcf3f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e549fa08-2882-4ef1-919c-c742ee9fcf3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:50,315 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.043s 2022-10-12 13:55:50,315 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22dcdb12-a3f1-4477-b79f-a24f0a7ab1eb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22dcdb12-a3f1-4477-b79f-a24f0a7ab1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:51,373 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.044s 2022-10-12 13:55:51,373 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042066f2-2045-45a4-9638-fda48af69e97', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042066f2-2045-45a4-9638-fda48af69e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:52,430 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:55:52,430 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7087f757-87dc-44c1-97e8-6f8ee1f0a111', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7087f757-87dc-44c1-97e8-6f8ee1f0a111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:53,489 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.045s 2022-10-12 13:55:53,490 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9bcff1-8407-4d50-a7af-6e75e8781182', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9bcff1-8407-4d50-a7af-6e75e8781182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:54,543 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:55:54,544 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2a3bd6-692e-4338-a13c-51ec37a7cb15', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2a3bd6-692e-4338-a13c-51ec37a7cb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:55,598 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:55:55,598 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f5f5df-a415-4e2a-892b-ddeb36e214a7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f5f5df-a415-4e2a-892b-ddeb36e214a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:44.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:56,656 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.044s 2022-10-12 13:55:56,656 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90ab7d04-3645-4412-8ca2-41c2c85a35ba', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90ab7d04-3645-4412-8ca2-41c2c85a35ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:57,708 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:55:57,708 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c0227d-da7e-46b3-b227-df519b73e302', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c0227d-da7e-46b3-b227-df519b73e302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:58,762 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:55:58,762 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7982201e-2e2c-4eb6-9d7e-ffeca3f7dc54', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7982201e-2e2c-4eb6-9d7e-ffeca3f7dc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:55:59,817 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:55:59,818 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00413f88-4f62-4704-bab9-8cfe8699dea7', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00413f88-4f62-4704-bab9-8cfe8699dea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:00,871 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:56:00,872 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ea9acf-3b6c-4858-8b9e-dc58b2080d5b', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ea9acf-3b6c-4858-8b9e-dc58b2080d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:01,924 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:56:01,925 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caad68a8-16b1-42eb-ab70-c016cbc4b46b', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caad68a8-16b1-42eb-ab70-c016cbc4b46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:02,979 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:56:02,979 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3b22d9-7aad-4076-a2d2-39beedbe285a', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3b22d9-7aad-4076-a2d2-39beedbe285a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:04,032 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:56:04,032 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99887834-3c70-4494-a237-515a5b3c40d0', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99887834-3c70-4494-a237-515a5b3c40d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:05,086 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.039s 2022-10-12 13:56:05,086 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e4130e-d6dd-45b1-85f5-c98b2c8fb706', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e4130e-d6dd-45b1-85f5-c98b2c8fb706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:06,141 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:56:06,142 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e67e5f-9eb5-44c3-a4d2-e2a4e5276828', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e67e5f-9eb5-44c3-a4d2-e2a4e5276828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:07,195 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:56:07,196 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc5b6be-1534-480f-a68f-dec35a42f0f5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc5b6be-1534-480f-a68f-dec35a42f0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:55:56.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:08,249 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:56:08,250 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be372334-2c9b-4c77-a8c6-d99a9eb1ce5b', 'content-length': '1370', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be372334-2c9b-4c77-a8c6-d99a9eb1ce5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:56:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:09,304 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:56:09,305 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4fd90ab-c6a4-4069-92f1-5f7fcfed6b37', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4fd90ab-c6a4-4069-92f1-5f7fcfed6b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:56:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:09,317 121900 INFO [tempest.common.waiters] volume 907655a5-cd94-48e6-ae4c-00985744a9dc reached available after waiting for 26.317387 seconds 2022-10-12 13:56:09,357 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.040s 2022-10-12 13:56:09,358 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8100212-5778-4366-853c-9fa9cd4652da', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8100212-5778-4366-853c-9fa9cd4652da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:56:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:09,406 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.031s 2022-10-12 13:56:09,407 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:09 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-74d3c4f8-82f1-4922-b0ca-9fd3e853e941', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5587d9ee5945639d664057f2375507", "name": "tempest-TestVolumeBootPattern-1327495126-project", "password_expires_at": null}, "audit_ids": ["BTfO9XO2Q3OmCC4DFjG3nQ"], "expires_at": "2022-10-12T14:56:09.000000Z", "issued_at": "2022-10-12T13:56:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e75bf65c805b4a9587fd8000858590fe", "name": "tempest-TestVolumeBootPattern-1327495126"}, "is_domain": false, "roles": [{"id": "8ebabafa9dd048a389975375d8249a58", "name": "member"}, {"id": "456ba396ee2448f6a374ec657b107bf1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "636e7834983f45fc8306138e1de525dd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "160894323d28489f947ffa1307a9ec6e", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2835613c76074fe4baa8e19306a83335", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "3e7d016f82284ed2b2f0d7ccb348559b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0c1c2310b7e242ccab788df2369d0942", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}, {"id": "6be20fdc9a814750982cee361d998da4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "55e5ae2f7b6d4f9eba0fcdccd445e600", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "d243bca804d94d9c99daf1902c00d0b6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "6be098c74e8e4b818b58e6ad0ffed411", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bbe03951b0454c5b95c6edc735dbdfb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "7207e7ec9e7c4016ab808688f98702fd", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "56ccbf7e5ff84697b7115ac01aeb1763", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "76b46abc583143389ae50b61ef622db6", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "717ec5ab5dad42d7a14f7f3deb130ece", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "95094a09dc8d4ae3b155744c0a001670", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aee16f33fefa4d55a8e081645a406d68", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/networking", "region": "RegionOne"}], "id": "9d5471c21479415c9be9df7b791d103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ea8f3c65fe0540a5848fd875d168ea75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe", "region": "RegionOne"}], "id": "c00052adaf934cedb03b2e536786b5f1", "type": "block-storage", "name": "cinder"}]}}' 2022-10-12 13:56:09,407 121900 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'ebd8a942-f09c-4234-8b77-e298fda428e1', 'name': 'tempest-TestVolumeBootPattern-34834583-network', 'tenant_id': 'e75bf65c805b4a9587fd8000858590fe', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e75bf65c805b4a9587fd8000858590fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 335, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-10-12T13:54:15Z', 'updated_at': '2022-10-12T13:54:15Z', 'revision_number': 1} available for tenant 2022-10-12 13:56:09,736 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.52/compute/v2.1/servers 0.328s 2022-10-12 13:56:09,736 121900 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-1378434410", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-2081167184", "security_groups": [{"name": "tempest-secgroup-smoke-369174000"}], "block_device_mapping_v2": [{"uuid": "907655a5-cd94-48e6-ae4c-00985744a9dc", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "ebd8a942-f09c-4234-8b77-e298fda428e1"}]}} Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56: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-ca083840-55db-4980-9b95-59fc3d1ae318', 'x-compute-request-id': 'req-ca083840-55db-4980-9b95-59fc3d1ae318', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.52/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-12 13:56:09,914 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.176s 2022-10-12 13:56:09,914 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56: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-1606de49-017f-47ab-9670-c08dc74a0113', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'' 2022-10-12 13:56:09,958 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.043s 2022-10-12 13:56:09,958 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b322ce8-93c3-4d62-9d18-72f595cf3be6', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b322ce8-93c3-4d62-9d18-72f595cf3be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:56:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:11,013 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.041s 2022-10-12 13:56:11,013 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e74781a-5202-467f-aaa5-21afaeeee651', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e74781a-5202-467f-aaa5-21afaeeee651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"volume": {"id": "907655a5-cd94-48e6-ae4c-00985744a9dc", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-10-12T13:55:44.000000", "updated_at": "2022-10-12T13:56:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-535915051", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc"}], "user_id": "8d5587d9ee5945639d664057f2375507", "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": "92c34f67-0f72-4439-9fdb-d8567b96935c", "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": "e75bf65c805b4a9587fd8000858590fe"}}' 2022-10-12 13:56:12,047 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc 0.021s 2022-10-12 13:56:12,047 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-10caeb1f-067c-4d8d-9890-6f68cf44ab85', 'x-openstack-request-id': 'req-10caeb1f-067c-4d8d-9890-6f68cf44ab85', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/e75bf65c805b4a9587fd8000858590fe/volumes/907655a5-cd94-48e6-ae4c-00985744a9dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 907655a5-cd94-48e6-ae4c-00985744a9dc could not be found."}}' 2022-10-12 13:56:12,268 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.52:9696/networking/v2.0/security-groups/5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe 0.220s 2022-10-12 13:56:12,269 121900 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-c56a9df6-79a6-4054-8d6a-e9df27652d0c', 'content-length': '0', 'date': 'Wed, 12 Oct 2022 13:56:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/networking/v2.0/security-groups/5f8ce0bd-a92c-4d7c-8fd1-96ddec9280fe'} Body: b'' 2022-10-12 13:56:12,375 121900 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2081167184 0.106s 2022-10-12 13:56:12,375 121900 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 12 Oct 2022 13:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95184c3a-568a-4312-96ed-23de744ec422', 'x-compute-request-id': 'req-95184c3a-568a-4312-96ed-23de744ec422', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2081167184'} 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 | |
AttachInterfacesTestJSON) |
skip
pt66.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt66.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
AttachInterfacesV270Test) |
skip
pt66.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
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 | |
CreateRegisterImagesTest) |
skip
pt92.1: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
ListImagesTest) |
skip
pt92.2: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
UpdateImageMetaTest) |
skip
pt92.3: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
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 | |
MultiStoresImportImagesTest) |
skip
pt96.1: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
ImportImagesTest) |
skip
pt96.2: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportImagesNegativeTest) |
skip
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 |