Status: Pass 969 Failure 121 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 | |
ServersTestBootFromVolume) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 896, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneauth1.exceptions.http.BadRequest'> |
||||||
ServersTestJSON) |
fail
ft4.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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) |
||||||
ServerRescueTestJSON) |
fail
ft14.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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.3: 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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'> |
||||||
ServerStableDeviceRescueTest) |
skip
pt14.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt14.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:49:09,615 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.50/compute/v2.1/flavors/452 0.328s 2022-08-10 17:49:09,616 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:09 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-1b186110-0d16-4a0b-a379-295e7e99ed5b', 'x-compute-request-id': 'req-1b186110-0d16-4a0b-a379-295e7e99ed5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}}' 2022-08-10 17:49:10,202 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.50/compute/v2.1/flavors 0.581s 2022-08-10 17:49:10,203 130373 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-541753301", "id": 2055881514, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3d7386d-3c23-4015-bff0-b0e9a8dbf566', 'x-compute-request-id': 'req-e3d7386d-3c23-4015-bff0-b0e9a8dbf566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "2055881514", "name": "tempest-flavor_with_ephemeral_1-541753301", "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.50/compute/v2.1/flavors/2055881514"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/2055881514"}]}}' 2022-08-10 17:49:10,366 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs 0.159s 2022-08-10 17:49:10,366 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9060e9f0-c670-49ba-9b59-720ee4a39d99', 'x-compute-request-id': 'req-9060e9f0-c670-49ba-9b59-720ee4a39d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-10 17:49:10,623 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.50/compute/v2.1/flavors 0.255s 2022-08-10 17:49:10,623 130373 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-128227752", "id": 729594390, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-798001f1-6a60-41eb-9178-93eac4513b55', 'x-compute-request-id': 'req-798001f1-6a60-41eb-9178-93eac4513b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "729594390", "name": "tempest-flavor_with_ephemeral_0-128227752", "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.50/compute/v2.1/flavors/729594390"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/729594390"}]}}' 2022-08-10 17:49:10,795 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs 0.167s 2022-08-10 17:49:10,795 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e991ab9-57f7-4c28-a8aa-2033717aa288', 'x-compute-request-id': 'req-5e991ab9-57f7-4c28-a8aa-2033717aa288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-10 17:49:10,797 130373 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:49:10,797 130373 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:49:11,139 130373 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.338s 2022-08-10 17:49:11,139 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1512200958", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG9OL3s50s6Xj9uDXumxkvxaLgIRBjsWNRCtsMoc5JxK+TGEddyRBZIJ4monVXODo0HGnHDwm2l4xKp/YUQR1475x9m+RHjC6iEZ14QsA1LL/QwG/2dg2XertvVYzt0moQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:10 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-4c8a7f9f-0c5e-4cf4-8f3e-6d15ff291038', 'x-compute-request-id': 'req-4c8a7f9f-0c5e-4cf4-8f3e-6d15ff291038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1512200958", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG9OL3s50s6Xj9uDXumxkvxaLgIRBjsWNRCtsMoc5JxK+TGEddyRBZIJ4monVXODo0HGnHDwm2l4xKp/YUQR1475x9m+RHjC6iEZ14QsA1LL/QwG/2dg2XertvVYzt0moQ==", "fingerprint": "0f:d5:33:54:2f:a0:bb:f5:98:83:e8:17:03:0a:e7:76", "user_id": "8a79fadc55914179bfc3c4ebbbe0235f"}}' 2022-08-10 17:49:11,142 130373 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1512200958 created 2022-08-10 17:49:11,819 130373 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.677s 2022-08-10 17:49:11,820 130373 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--9623761", "description": "tempest-description--153877305"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1593', 'x-openstack-request-id': 'req-525b66df-2e99-4a6a-9b2f-daa98a826e0e', 'date': 'Wed, 10 Aug 2022 17:49:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "name": "tempest-securitygroup--9623761", "stateful": true, "tenant_id": "825ec49be4754fabada85a4eea4ef713", "description": "tempest-description--153877305", "shared": false, "security_group_rules": [{"id": "b4f993e6-8232-4077-95c7-49a63cfbfe33", "tenant_id": "825ec49be4754fabada85a4eea4ef713", "security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "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": 122, "description": null, "tags": [], "created_at": "2022-08-10T17:49:11Z", "updated_at": "2022-08-10T17:49:11Z", "revision_number": 0, "project_id": "825ec49be4754fabada85a4eea4ef713"}, {"id": "ffb02812-99d2-4bf4-b734-5c9fc5831d45", "tenant_id": "825ec49be4754fabada85a4eea4ef713", "security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "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": 123, "description": null, "tags": [], "created_at": "2022-08-10T17:49:11Z", "updated_at": "2022-08-10T17:49:11Z", "revision_number": 0, "project_id": "825ec49be4754fabada85a4eea4ef713"}], "tags": [], "created_at": "2022-08-10T17:49:11Z", "updated_at": "2022-08-10T17:49:11Z", "revision_number": 1, "project_id": "825ec49be4754fabada85a4eea4ef713"}}' 2022-08-10 17:49:13,115 130373 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.295s 2022-08-10 17:49:13,116 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "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-c60fb3b5-4926-4f70-8d02-660e58598768', 'date': 'Wed, 10 Aug 2022 17:49:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "65c90398-b8aa-43c1-9780-56eca44bce05", "tenant_id": "825ec49be4754fabada85a4eea4ef713", "security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "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-08-10T17:49:12Z", "updated_at": "2022-08-10T17:49:12Z", "revision_number": 0, "project_id": "825ec49be4754fabada85a4eea4ef713"}}' 2022-08-10 17:49:14,360 130373 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.244s 2022-08-10 17:49:14,361 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-990a6df7-e433-4285-9da4-4e3406a30d2b', 'date': 'Wed, 10 Aug 2022 17:49:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "35a8a24b-dbfe-46e4-a386-09da435f9586", "tenant_id": "825ec49be4754fabada85a4eea4ef713", "security_group_id": "f920fc49-958c-49d0-8818-a4d33c7d3757", "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-08-10T17:49:13Z", "updated_at": "2022-08-10T17:49:13Z", "revision_number": 0, "project_id": "825ec49be4754fabada85a4eea4ef713"}}' 2022-08-10 17:49:14,361 130373 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--9623761 created 2022-08-10 17:49:17,225 130373 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 2.863s 2022-08-10 17:49:17,226 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-d0f89fb7-3d57-4c70-819e-bbaedcc445da', 'date': 'Wed, 10 Aug 2022 17:49:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "87e7ae05-e0ea-423a-aba9-531c165de4ba", "tenant_id": "825ec49be4754fabada85a4eea4ef713", "floating_ip_address": "172.25.1.75", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "825ec49be4754fabada85a4eea4ef713", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:49:16Z", "updated_at": "2022-08-10T17:49:16Z", "revision_number": 0}}' 2022-08-10 17:49:17,226 130373 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '87e7ae05-e0ea-423a-aba9-531c165de4ba', 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'floating_ip_address': '172.25.1.75', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '825ec49be4754fabada85a4eea4ef713', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:49:16Z', 'updated_at': '2022-08-10T17:49:16Z', 'revision_number': 0, 'ip': '172.25.1.75'} created 2022-08-10 17:49:17,627 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.393s 2022-08-10 17:49:17,627 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3280', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-61f2df27-21d1-4a2c-9e51-a584876fe776', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8a79fadc55914179bfc3c4ebbbe0235f", "name": "tempest-ServersWithSpecificFlavorTestJSON-1791066950-project", "password_expires_at": null}, "audit_ids": ["Fd5ACt8HTpmlig_0AeSebA"], "expires_at": "2022-08-10T18:49:17.000000Z", "issued_at": "2022-08-10T17:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "825ec49be4754fabada85a4eea4ef713", "name": "tempest-ServersWithSpecificFlavorTestJSON-1791066950"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/825ec49be4754fabada85a4eea4ef713", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/825ec49be4754fabada85a4eea4ef713", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/825ec49be4754fabada85a4eea4ef713", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_825ec49be4754fabada85a4eea4ef713", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:49:17,628 130373 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'dd292d07-730d-4e36-9863-80d36907e43c', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-1138969220-network', 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '825ec49be4754fabada85a4eea4ef713', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:48:49Z', 'updated_at': '2022-08-10T17:48:49Z', 'revision_number': 1} available for tenant 2022-08-10 17:49:17,628 130373 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1512200958', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG9OL3s50s6Xj9uDXumxkvxaLgIRBjsWNRCtsMoc5JxK+TGEddyRBZIJ4monVXODo0HGnHDwm2l4xKp/YUQR1475x9m+RHjC6iEZ14QsA1LL/QwG/2dg2XertvVYzt0moQ==', 'fingerprint': '0f:d5:33:54:2f:a0:bb:f5:98:83:e8:17:03:0a:e7:76', 'user_id': '8a79fadc55914179bfc3c4ebbbe0235f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD8fVJDDgyyCgYvOYat2+m2m0a6NuRlD9qo7Ceku2GJnORbp02xFrbU\nVe95vhV1Tr6gBwYFK4EEACKhZANiAARvTi97OdLOl4/bg17psZL8Wi4CEQY7FjUQ\nrbDKHOScSvkxhHXckQWSCeJqJ1Vzg6NBxpxw8JtpeMSqf2FEEdeO+cfZvkR4wuoh\nGdeELANSy/0MBv9nYNl3q7b1WM7dJqE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f920fc49-958c-49d0-8818-a4d33c7d3757', 'name': 'tempest-securitygroup--9623761', 'stateful': True, 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'description': 'tempest-description--153877305', 'shared': False, 'security_group_rules': [{'id': 'b4f993e6-8232-4077-95c7-49a63cfbfe33', 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'security_group_id': 'f920fc49-958c-49d0-8818-a4d33c7d3757', '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': 122, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:49:11Z', 'updated_at': '2022-08-10T17:49:11Z', 'revision_number': 0, 'project_id': '825ec49be4754fabada85a4eea4ef713'}, {'id': 'ffb02812-99d2-4bf4-b734-5c9fc5831d45', 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'security_group_id': 'f920fc49-958c-49d0-8818-a4d33c7d3757', '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': 123, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:49:11Z', 'updated_at': '2022-08-10T17:49:11Z', 'revision_number': 0, 'project_id': '825ec49be4754fabada85a4eea4ef713'}], 'tags': [], 'created_at': '2022-08-10T17:49:11Z', 'updated_at': '2022-08-10T17:49:11Z', 'revision_number': 1, 'project_id': '825ec49be4754fabada85a4eea4ef713'}, 'floating_ip': {'id': '87e7ae05-e0ea-423a-aba9-531c165de4ba', 'tenant_id': '825ec49be4754fabada85a4eea4ef713', 'floating_ip_address': '172.25.1.75', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '825ec49be4754fabada85a4eea4ef713', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:49:16Z', 'updated_at': '2022-08-10T17:49:16Z', 'revision_number': 0, 'ip': '172.25.1.75'}} 2022-08-10 17:49:27,074 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 500 POST http://10.222.0.50/compute/v2.1/servers 9.445s 2022-08-10 17:49:27,074 130373 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-1678622785", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "729594390", "adminPass": "password", "networks": [{"uuid": "dd292d07-730d-4e36-9863-80d36907e43c"}], "security_groups": [{"name": "tempest-securitygroup--9623761"}], "key_name": "tempest-keypair-1512200958", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-f08fe596-849e-477a-b61c-87cc1dabbf8f', 'x-compute-request-id': 'req-f08fe596-849e-477a-b61c-87cc1dabbf8f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:49:27,375 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1512200958 0.298s 2022-08-10 17:49:27,376 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49: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-f3a42735-1195-4a24-ac40-23e3586a339a', 'x-compute-request-id': 'req-f3a42735-1195-4a24-ac40-23e3586a339a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1512200958'} Body: b'' 2022-08-10 17:49:27,843 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/f920fc49-958c-49d0-8818-a4d33c7d3757 0.466s 2022-08-10 17:49:27,843 130373 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-82c8de69-7f83-43f4-bec2-53d57ec6bccb', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:49:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/f920fc49-958c-49d0-8818-a4d33c7d3757'} Body: b'' 2022-08-10 17:49:27,880 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/f920fc49-958c-49d0-8818-a4d33c7d3757 0.036s 2022-08-10 17:49:27,880 130373 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-9d09c2dc-ef51-4065-b44b-4b343ea2611a', 'date': 'Wed, 10 Aug 2022 17:49:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/f920fc49-958c-49d0-8818-a4d33c7d3757'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f920fc49-958c-49d0-8818-a4d33c7d3757 does not exist", "detail": ""}}' 2022-08-10 17:49:29,229 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/87e7ae05-e0ea-423a-aba9-531c165de4ba 1.348s 2022-08-10 17:49:29,229 130373 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-e450c136-9fe7-41a9-8ba2-31bc39f49c86', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:49:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/87e7ae05-e0ea-423a-aba9-531c165de4ba'} Body: b'' 2022-08-10 17:49:29,457 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/flavors/729594390 0.227s 2022-08-10 17:49:29,457 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49: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-1d09e078-6001-431a-906b-b7f6cfcbc704', 'x-compute-request-id': 'req-1d09e078-6001-431a-906b-b7f6cfcbc704', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/729594390'} Body: b'' 2022-08-10 17:49:29,528 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.50/compute/v2.1/flavors/detail 0.070s 2022-08-10 17:49:29,528 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3cb4958-5c63-477b-9e7a-0975dbe8af63', 'x-compute-request-id': 'req-b3cb4958-5c63-477b-9e7a-0975dbe8af63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/2"}]}, {"id": "2055881514", "name": "tempest-flavor_with_ephemeral_1-541753301", "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.50/compute/v2.1/flavors/2055881514"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/2055881514"}]}, {"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.50/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV 2022-08-10 17:49:29,726 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/flavors/2055881514 0.188s 2022-08-10 17:49:29,727 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49: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-4ef0a101-c0c4-4415-8e67-d9c7a05d2253', 'x-compute-request-id': 'req-4ef0a101-c0c4-4415-8e67-d9c7a05d2253', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/2055881514'} Body: b'' 2022-08-10 17:49:29,793 130373 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.50/compute/v2.1/flavors/detail 0.066s 2022-08-10 17:49:29,794 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:29 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-88c62599-e72f-430e-b2eb-bde6f72426cf', 'x-compute-request-id': 'req-88c62599-e72f-430e-b2eb-bde6f72426cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:49:48,175 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.229s 2022-08-10 17:49:48,176 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7e1ff649-dbe3-4511-8a33-76fe4510ec61', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "030a617b52ad4ef3be53a43d812eb8b9", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569-project", "password_expires_at": null}, "audit_ids": ["4IUVkPcjQEm9WpIcETW-Wg"], "expires_at": "2022-08-10T18:49:48.000000Z", "issued_at": "2022-08-10T17:49:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:49:48,176 130378 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration) Found network {'id': '65f0edf1-6c38-4348-ba86-cccd27e183bd', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1984849470-network', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 627, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:49:21Z', 'updated_at': '2022-08-10T17:49:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:49:49,141 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 0.963s 2022-08-10 17:49:49,141 130378 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-1085263694", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "65f0edf1-6c38-4348-ba86-cccd27e183bd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:48 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-6aa94ce8-de26-4ca1-a57e-fc00c18ab39f', 'x-compute-request-id': 'req-6aa94ce8-de26-4ca1-a57e-fc00c18ab39f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:49:49,635 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.484s 2022-08-10 17:49:49,636 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dfb98cb6-114e-4678-a1e2-375e97d971fe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "030a617b52ad4ef3be53a43d812eb8b9", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569-project", "password_expires_at": null}, "audit_ids": ["LTQB3qIYSHaVW1eoBSOm1w"], "expires_at": "2022-08-10T18:49:49.000000Z", "issued_at": "2022-08-10T17:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:49:49,636 130378 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused) Found network {'id': '65f0edf1-6c38-4348-ba86-cccd27e183bd', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1984849470-network', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 627, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:49:21Z', 'updated_at': '2022-08-10T17:49:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:49:50,455 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 500 POST http://10.222.0.50/compute/v2.1/servers 0.818s 2022-08-10 17:49:50,455 130378 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-679086252", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "65f0edf1-6c38-4348-ba86-cccd27e183bd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a2799481-917c-4302-9793-9e87bbe2ffae', 'x-compute-request-id': 'req-a2799481-917c-4302-9793-9e87bbe2ffae', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:49:50,458 130378 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:49:50,883 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.421s 2022-08-10 17:49:50,883 130378 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-15043570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+32EDPOlbovSxeHAzlk3zYdiYVTreUr9R35EJaWlePASGI+bIXh9jECAkLf+K+6I8vgVtTC5a5wnv5M4U2+8y0mKQJxU9n6veOCDGxRChsLZS5niKnNpOIMt0dPu+Ofw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', '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-b1ad6fd9-9174-445f-98c8-ce42ba13657b', 'x-compute-request-id': 'req-b1ad6fd9-9174-445f-98c8-ce42ba13657b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-15043570", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+32EDPOlbovSxeHAzlk3zYdiYVTreUr9R35EJaWlePASGI+bIXh9jECAkLf+K+6I8vgVtTC5a5wnv5M4U2+8y0mKQJxU9n6veOCDGxRChsLZS5niKnNpOIMt0dPu+Ofw==", "fingerprint": "ce:94:71:92:a7:2e:7d:ae:aa:c2:0d:1c:fa:0c:83:53", "user_id": "030a617b52ad4ef3be53a43d812eb8b9"}}' 2022-08-10 17:49:50,886 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-15043570 created 2022-08-10 17:49:52,282 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.395s 2022-08-10 17:49:52,283 130378 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--813597580", "description": "tempest-description--636986097"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-78632243-d829-4842-a18a-7858b959fa0b', 'date': 'Wed, 10 Aug 2022 17:49:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e80c5935-b44f-4094-9a72-627187623974", "name": "tempest-securitygroup--813597580", "stateful": true, "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "description": "tempest-description--636986097", "shared": false, "security_group_rules": [{"id": "3b88ed13-f074-44e6-8323-4f0fb194fe51", "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "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": 276, "description": null, "tags": [], "created_at": "2022-08-10T17:49:51Z", "updated_at": "2022-08-10T17:49:51Z", "revision_number": 0, "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}, {"id": "de6d1a04-f728-45fb-aa43-07b623651da7", "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "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": 275, "description": null, "tags": [], "created_at": "2022-08-10T17:49:51Z", "updated_at": "2022-08-10T17:49:51Z", "revision_number": 0, "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}], "tags": [], "created_at": "2022-08-10T17:49:51Z", "updated_at": "2022-08-10T17:49:51Z", "revision_number": 1, "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:49:53,078 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.794s 2022-08-10 17:49:53,078 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "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-1b128a4e-5e16-4ffb-bdc3-9f7dbc3d4331', 'date': 'Wed, 10 Aug 2022 17:49:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfa48873-361e-4a01-828e-27d619359c30", "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "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-08-10T17:49:52Z", "updated_at": "2022-08-10T17:49:52Z", "revision_number": 0, "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:49:53,754 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.675s 2022-08-10 17:49:53,755 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1b7941f2-e737-4366-8a7a-1609749f08ad', 'date': 'Wed, 10 Aug 2022 17:49:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "53bc0232-6ae9-41bb-97f5-985340c7f106", "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "security_group_id": "e80c5935-b44f-4094-9a72-627187623974", "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-08-10T17:49:53Z", "updated_at": "2022-08-10T17:49:53Z", "revision_number": 0, "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:49:53,755 130378 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--813597580 created 2022-08-10 17:49:57,448 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.692s 2022-08-10 17:49:57,448 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-14bc9112-a5d8-410f-8227-05208fd33ad8', 'date': 'Wed, 10 Aug 2022 17:49:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2695efda-15af-4955-801c-e92b459a8962", "tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "floating_ip_address": "172.25.1.27", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:49:55Z", "updated_at": "2022-08-10T17:49:55Z", "revision_number": 0}}' 2022-08-10 17:49:57,448 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2695efda-15af-4955-801c-e92b459a8962', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'floating_ip_address': '172.25.1.27', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:49:55Z', 'updated_at': '2022-08-10T17:49:55Z', 'revision_number': 0, 'ip': '172.25.1.27'} created 2022-08-10 17:49:57,757 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.302s 2022-08-10 17:49:57,758 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-596037b2-3e0f-4619-88b4-eadc853afb36', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "030a617b52ad4ef3be53a43d812eb8b9", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569-project", "password_expires_at": null}, "audit_ids": ["NB0m-PpDR7yc3rebUVqjag"], "expires_at": "2022-08-10T18:49:57.000000Z", "issued_at": "2022-08-10T17:49:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:49:57,758 130378 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': '65f0edf1-6c38-4348-ba86-cccd27e183bd', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1984849470-network', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 627, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:49:21Z', 'updated_at': '2022-08-10T17:49:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:49:57,759 130378 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-15043570', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM+32EDPOlbovSxeHAzlk3zYdiYVTreUr9R35EJaWlePASGI+bIXh9jECAkLf+K+6I8vgVtTC5a5wnv5M4U2+8y0mKQJxU9n6veOCDGxRChsLZS5niKnNpOIMt0dPu+Ofw==', 'fingerprint': 'ce:94:71:92:a7:2e:7d:ae:aa:c2:0d:1c:fa:0c:83:53', 'user_id': '030a617b52ad4ef3be53a43d812eb8b9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBgZsjlQKAxM1d0ZDRDn5jxZPZ7+2u8s8H9/u2yjS9s05n/IMl2E9wO\nw8FskqzCzmqgBwYFK4EEACKhZANiAATPt9hAzzpW6L0sXhwM5ZN82HYmFU63lK/U\nd+RCWlpXjwEhiPmyF4fYxAgJC3/ivuiPL4FbUwuWucJ7+TOFNvvMtJikCcVPZ+r3\njggxsUQobC2UuZ4ipzaTiDLdHT7vjn8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e80c5935-b44f-4094-9a72-627187623974', 'name': 'tempest-securitygroup--813597580', 'stateful': True, 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'description': 'tempest-description--636986097', 'shared': False, 'security_group_rules': [{'id': '3b88ed13-f074-44e6-8323-4f0fb194fe51', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'security_group_id': 'e80c5935-b44f-4094-9a72-627187623974', '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': 276, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:49:51Z', 'updated_at': '2022-08-10T17:49:51Z', 'revision_number': 0, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62'}, {'id': 'de6d1a04-f728-45fb-aa43-07b623651da7', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'security_group_id': 'e80c5935-b44f-4094-9a72-627187623974', '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': 275, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:49:51Z', 'updated_at': '2022-08-10T17:49:51Z', 'revision_number': 0, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62'}], 'tags': [], 'created_at': '2022-08-10T17:49:51Z', 'updated_at': '2022-08-10T17:49:51Z', 'revision_number': 1, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62'}, 'floating_ip': {'id': '2695efda-15af-4955-801c-e92b459a8962', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'floating_ip_address': '172.25.1.27', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:49:55Z', 'updated_at': '2022-08-10T17:49:55Z', 'revision_number': 0, 'ip': '172.25.1.27'}} 2022-08-10 17:49:58,370 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 0.610s 2022-08-10 17:49:58,370 130378 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-821356098", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "65f0edf1-6c38-4348-ba86-cccd27e183bd"}], "security_groups": [{"name": "tempest-securitygroup--813597580"}], "key_name": "tempest-keypair-15043570", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:57 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-7b54d274-6647-4bac-b62a-404698d5f850', 'x-compute-request-id': 'req-7b54d274-6647-4bac-b62a-404698d5f850', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:49:58,499 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.121s 2022-08-10 17:49:58,499 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-87bdc876-6550-4761-8d9f-6a7eb6091637', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "030a617b52ad4ef3be53a43d812eb8b9", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569-project", "password_expires_at": null}, "audit_ids": ["baNAvFExQxu1X2KhDbxo-Q"], "expires_at": "2022-08-10T18:49:58.000000Z", "issued_at": "2022-08-10T17:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c39984bbc0b549c9bc10d0a5b0e4ca62", "name": "tempest-LiveAutoBlockMigrationV225Test-1294760569"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c39984bbc0b549c9bc10d0a5b0e4ca62", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:49:58,500 130378 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': '65f0edf1-6c38-4348-ba86-cccd27e183bd', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1984849470-network', 'tenant_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c39984bbc0b549c9bc10d0a5b0e4ca62', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 627, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:49:21Z', 'updated_at': '2022-08-10T17:49:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:50:00,432 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes 1.931s 2022-08-10 17:50:00,432 130378 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-1177199480", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cd8497d-5d63-4a36-8aa9-ddaaf478659a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cd8497d-5d63-4a36-8aa9-ddaaf478659a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:49:59.541903", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 17:50:00,583 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.140s 2022-08-10 17:50:00,583 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d25542-5c6b-4fdb-83b8-06d1acffe894', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d25542-5c6b-4fdb-83b8-06d1acffe894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:01,719 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.121s 2022-08-10 17:50:01,727 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a097939d-f0ef-4d2e-86dd-40b7a5239232', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a097939d-f0ef-4d2e-86dd-40b7a5239232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:02,829 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.086s 2022-08-10 17:50:02,829 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e60e5e-6661-4919-b520-ae5c26c61a1d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e60e5e-6661-4919-b520-ae5c26c61a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:03,935 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.093s 2022-08-10 17:50:03,935 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ebbd129-50d5-45ef-b3e8-9d930c5e36f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ebbd129-50d5-45ef-b3e8-9d930c5e36f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:05,080 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.131s 2022-08-10 17:50:05,081 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67348bcf-1c7d-439d-9f50-cebe04cf82b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67348bcf-1c7d-439d-9f50-cebe04cf82b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:06,238 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.142s 2022-08-10 17:50:06,239 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d7b7582-5462-41a8-84da-b92a203c950d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d7b7582-5462-41a8-84da-b92a203c950d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:07,441 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.186s 2022-08-10 17:50:07,441 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e31648-3097-41e8-af16-31cc5503c030', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e31648-3097-41e8-af16-31cc5503c030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:08,605 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.148s 2022-08-10 17:50:08,606 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b748c2-8fc2-4c4e-8f2d-137f244fac40', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b748c2-8fc2-4c4e-8f2d-137f244fac40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:09,782 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.163s 2022-08-10 17:50:09,783 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2fb56d-9105-44cf-b41e-5cc44c5763f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2fb56d-9105-44cf-b41e-5cc44c5763f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:10,886 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.092s 2022-08-10 17:50:10,887 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b6f612-b19a-4ad0-9f2d-e1b6fe2403c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b6f612-b19a-4ad0-9f2d-e1b6fe2403c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:12,039 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.140s 2022-08-10 17:50:12,039 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12ac324-5aaa-448c-8972-ba76ac4d33fe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12ac324-5aaa-448c-8972-ba76ac4d33fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:13,155 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.105s 2022-08-10 17:50:13,156 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8058078-2774-4220-b11e-c5bdd0a3216f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8058078-2774-4220-b11e-c5bdd0a3216f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:14,313 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.145s 2022-08-10 17:50:14,314 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f57821-4585-4a36-912b-6992048fc359', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74f57821-4585-4a36-912b-6992048fc359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:15,457 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.129s 2022-08-10 17:50:15,458 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f82930-1970-4ed7-9ed5-2fd9a93883bf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f82930-1970-4ed7-9ed5-2fd9a93883bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:16,570 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.100s 2022-08-10 17:50:16,570 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2133a1-cf07-4790-961a-85b342396176', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2133a1-cf07-4790-961a-85b342396176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:17,714 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.132s 2022-08-10 17:50:17,714 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc1286f-2cc3-4b8a-8b98-d4583bc21217', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc1286f-2cc3-4b8a-8b98-d4583bc21217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:18,841 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.115s 2022-08-10 17:50:18,841 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c862b79-31b0-475d-84ed-4b403184be93', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c862b79-31b0-475d-84ed-4b403184be93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:19,995 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.142s 2022-08-10 17:50:19,998 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af54f25-4d8e-46c6-8f18-d5c84315c7c0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af54f25-4d8e-46c6-8f18-d5c84315c7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:21,209 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.195s 2022-08-10 17:50:21,216 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb669ab3-2a87-48b2-8960-85265ffd8c39', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb669ab3-2a87-48b2-8960-85265ffd8c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:22,281 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.048s 2022-08-10 17:50:22,281 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5735033-1d6e-4117-95d3-cb571d508ad3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5735033-1d6e-4117-95d3-cb571d508ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:23,356 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.062s 2022-08-10 17:50:23,356 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fa261a-bc3f-427f-bf8a-51ccf885a21c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fa261a-bc3f-427f-bf8a-51ccf885a21c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:24,459 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.090s 2022-08-10 17:50:24,460 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b69af74-5576-4c3d-b672-f4799bf2f909', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b69af74-5576-4c3d-b672-f4799bf2f909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:25,580 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.109s 2022-08-10 17:50:25,580 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24af2a33-efe4-430e-8a29-3d2d7457e798', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24af2a33-efe4-430e-8a29-3d2d7457e798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:26,731 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.139s 2022-08-10 17:50:26,731 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856382c0-69da-4ea4-b48a-6efc0b3fbf29', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856382c0-69da-4ea4-b48a-6efc0b3fbf29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:27,824 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.081s 2022-08-10 17:50:27,825 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-154dc308-57da-4c36-8479-2d830d6aa359', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-154dc308-57da-4c36-8479-2d830d6aa359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:28,895 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.059s 2022-08-10 17:50:28,895 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecc8ea7-1fc6-473e-8b66-3ec1efac0299', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecc8ea7-1fc6-473e-8b66-3ec1efac0299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:01.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:29,956 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.045s 2022-08-10 17:50:29,956 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b656440e-877b-4bde-a949-de702b4eb637', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b656440e-877b-4bde-a949-de702b4eb637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:31,012 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.044s 2022-08-10 17:50:31,012 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e412fa-6d52-49ce-bfaa-29d8526a69af', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e412fa-6d52-49ce-bfaa-29d8526a69af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:32,073 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.046s 2022-08-10 17:50:32,074 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad21b5f-5850-480f-9ec9-32e8616546c8', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad21b5f-5850-480f-9ec9-32e8616546c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:33,247 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.162s 2022-08-10 17:50:33,248 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe03ea11-58e5-43c3-b9a3-4a3e8c048db0', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe03ea11-58e5-43c3-b9a3-4a3e8c048db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:34,304 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.041s 2022-08-10 17:50:34,304 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caaa4b01-171c-440a-ac93-d0d1b00235d7', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caaa4b01-171c-440a-ac93-d0d1b00235d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:35,355 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.040s 2022-08-10 17:50:35,356 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4047c277-cc96-4229-8413-340f3ba3981f', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4047c277-cc96-4229-8413-340f3ba3981f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:36,409 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.042s 2022-08-10 17:50:36,410 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac87913a-df86-4374-828d-b5b1e64735b3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac87913a-df86-4374-828d-b5b1e64735b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:37,467 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.045s 2022-08-10 17:50:37,468 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6b6eea-8baa-4bc4-8819-96470eca4221', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6b6eea-8baa-4bc4-8819-96470eca4221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:38,522 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.041s 2022-08-10 17:50:38,522 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d44963b-5edf-47c2-bade-94bbd4897baa', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d44963b-5edf-47c2-bade-94bbd4897baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:39,590 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.055s 2022-08-10 17:50:39,590 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb585b42-772b-4ea0-ab54-e6db335712cd', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb585b42-772b-4ea0-ab54-e6db335712cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:40,647 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.046s 2022-08-10 17:50:40,648 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0d27be-1044-4fb9-916d-295a7edbdbe9', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0d27be-1044-4fb9-916d-295a7edbdbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:41,705 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.045s 2022-08-10 17:50:41,705 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9de25fa-221c-4466-9fd6-0cb963d99907', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9de25fa-221c-4466-9fd6-0cb963d99907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:42,759 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.042s 2022-08-10 17:50:42,760 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213d9b11-5daa-4f09-b547-b7b8480e5ddf', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213d9b11-5daa-4f09-b547-b7b8480e5ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:43,823 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.050s 2022-08-10 17:50:43,823 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30faff2-9e14-493a-988a-64d68b12bc2b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30faff2-9e14-493a-988a-64d68b12bc2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:44,878 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.041s 2022-08-10 17:50:44,878 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530de6a2-f77b-4834-8e5f-c22db0b4979c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530de6a2-f77b-4834-8e5f-c22db0b4979c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:45,933 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.043s 2022-08-10 17:50:45,937 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8d894c-14dd-42a4-8f40-e922450d8f1c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce8d894c-14dd-42a4-8f40-e922450d8f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:46,991 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.042s 2022-08-10 17:50:46,991 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a775791-35d6-4b12-b58f-ba558d31202b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a775791-35d6-4b12-b58f-ba558d31202b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:48,046 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.043s 2022-08-10 17:50:48,047 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99ce35a-c94b-4efe-8d5a-9fa4f675fb2c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99ce35a-c94b-4efe-8d5a-9fa4f675fb2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:30.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:49,127 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.068s 2022-08-10 17:50:49,128 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d122f330-b62c-4e25-a4f9-898477a820b8', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d122f330-b62c-4e25-a4f9-898477a820b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:49.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:50,184 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee 0.044s 2022-08-10 17:50:50,185 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f5aa53-eddd-4e47-8e1d-1a49cfe23edb', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f5aa53-eddd-4e47-8e1d-1a49cfe23edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee'} Body: b'{"volume": {"id": "90457f82-a694-48c6-9222-0e05fcff49ee", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:50:00.000000", "updated_at": "2022-08-10T17:50:49.000000", "name": "tempest-tempest.common.compute-volume-1177199480", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c39984bbc0b549c9bc10d0a5b0e4ca62/volumes/90457f82-a694-48c6-9222-0e05fcff49ee"}], "user_id": "030a617b52ad4ef3be53a43d812eb8b9", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "c39984bbc0b549c9bc10d0a5b0e4ca62"}}' 2022-08-10 17:50:50,196 130378 INFO [tempest.common.waiters] volume 90457f82-a694-48c6-9222-0e05fcff49ee reached available after waiting for 50.196182 seconds 2022-08-10 17:50:51,038 130378 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 0.841s 2022-08-10 17:50:51,038 130378 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-939505104", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "65f0edf1-6c38-4348-ba86-cccd27e183bd"}], "block_device_mapping_v2": [{"uuid": "90457f82-a694-48c6-9222-0e05fcff49ee", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:50 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-383d62a9-d0be-43b8-811e-5882b029c5e6', 'x-compute-request-id': 'req-383d62a9-d0be-43b8-811e-5882b029c5e6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:51:31,235 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.148s 2022-08-10 17:51:31,235 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:31 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-2d6f70c4-8d72-4924-a961-13ccdd4a31a4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f3bca1f64dd44e6bb6e1427d5e28075f", "name": "tempest-LiveMigrationTest-599680963-project", "password_expires_at": null}, "audit_ids": ["_Mysexa8QrClU4WUG9b58Q"], "expires_at": "2022-08-10T18:51:31.000000Z", "issued_at": "2022-08-10T17:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c330e5bdaec74dbca34fe733a9d9d2f7", "name": "tempest-LiveMigrationTest-599680963"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:31,237 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration) Found network {'id': '623c412b-148c-4a37-96d8-0a1f84e37887', 'name': 'tempest-LiveMigrationTest-1500317459-network', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:50:54Z', 'updated_at': '2022-08-10T17:50:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:51:32,749 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 1.512s 2022-08-10 17:51:32,750 130371 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-902023459", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "623c412b-148c-4a37-96d8-0a1f84e37887"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-e03bec52-329d-4994-ab20-87d846e513b7', 'x-compute-request-id': 'req-e03bec52-329d-4994-ab20-87d846e513b7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:51:32,937 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.176s 2022-08-10 17:51:32,937 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:32 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-83aa2b79-51b8-40a4-95a5-be7249f394d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f3bca1f64dd44e6bb6e1427d5e28075f", "name": "tempest-LiveMigrationTest-599680963-project", "password_expires_at": null}, "audit_ids": ["4ES4gmDORHiN3XZnEV4AMw"], "expires_at": "2022-08-10T18:51:32.000000Z", "issued_at": "2022-08-10T17:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c330e5bdaec74dbca34fe733a9d9d2f7", "name": "tempest-LiveMigrationTest-599680963"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:32,938 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_paused) Found network {'id': '623c412b-148c-4a37-96d8-0a1f84e37887', 'name': 'tempest-LiveMigrationTest-1500317459-network', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:50:54Z', 'updated_at': '2022-08-10T17:50:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:51:34,223 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 500 POST http://10.222.0.50/compute/v2.1/servers 1.285s 2022-08-10 17:51:34,224 130371 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-1067592390", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "623c412b-148c-4a37-96d8-0a1f84e37887"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-5c195ab8-162f-420c-ac6a-b484d43e21a7', 'x-compute-request-id': 'req-5c195ab8-162f-420c-ac6a-b484d43e21a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:51:34,231 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:51:36,402 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 2.168s 2022-08-10 17:51:36,402 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2040684976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPSP7MxWVQ69g3I/pkUYffRhRPYjuRmCDcD30w+a4ATOx7M/vMiOsyAM0ng19ZtWFzuPXN4Yn3U6rCV+cS7KMZMf8s9Q+4vmZqogT/iDvEWurqILEa2yOnloTiYCESRCQg=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-cc741355-340e-4ea4-b915-467ca97d8920', 'x-compute-request-id': 'req-cc741355-340e-4ea4-b915-467ca97d8920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2040684976", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPSP7MxWVQ69g3I/pkUYffRhRPYjuRmCDcD30w+a4ATOx7M/vMiOsyAM0ng19ZtWFzuPXN4Yn3U6rCV+cS7KMZMf8s9Q+4vmZqogT/iDvEWurqILEa2yOnloTiYCESRCQg==", "fingerprint": "6a:2f:36:10:bf:7e:f6:eb:6c:84:8f:3d:3a:68:cc:26", "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f"}}' 2022-08-10 17:51:36,405 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2040684976 created 2022-08-10 17:51:37,251 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.845s 2022-08-10 17:51:37,251 130371 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--1402540128", "description": "tempest-description--1107648325"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-308d1eab-8d44-46d9-bd07-6065b677dac7', 'date': 'Wed, 10 Aug 2022 17:51:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "name": "tempest-securitygroup--1402540128", "stateful": true, "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "description": "tempest-description--1107648325", "shared": false, "security_group_rules": [{"id": "04e6e5dc-26e3-4b94-ba08-97eb870698c9", "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "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": 603, "description": null, "tags": [], "created_at": "2022-08-10T17:51:36Z", "updated_at": "2022-08-10T17:51:36Z", "revision_number": 0, "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}, {"id": "1121c974-149f-4334-933b-dadf49edf654", "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "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": 604, "description": null, "tags": [], "created_at": "2022-08-10T17:51:36Z", "updated_at": "2022-08-10T17:51:36Z", "revision_number": 0, "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}], "tags": [], "created_at": "2022-08-10T17:51:36Z", "updated_at": "2022-08-10T17:51:36Z", "revision_number": 1, "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:38,223 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.970s 2022-08-10 17:51:38,223 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "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-91c8691b-0f92-4b19-8d90-070a0a6d7f7a', 'date': 'Wed, 10 Aug 2022 17:51:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f7cbdae-784e-4ddd-ad9a-5a817f80e16c", "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "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-08-10T17:51:37Z", "updated_at": "2022-08-10T17:51:37Z", "revision_number": 0, "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:38,876 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.652s 2022-08-10 17:51:38,876 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e1872663-9b45-41c6-9396-ce8225061c58', 'date': 'Wed, 10 Aug 2022 17:51:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "404c8175-287f-4254-94fa-8b000d8ab6f7", "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "security_group_id": "66b49dd9-45e1-48f2-805a-e5bd3335bf52", "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-08-10T17:51:38Z", "updated_at": "2022-08-10T17:51:38Z", "revision_number": 0, "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:38,877 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1402540128 created 2022-08-10 17:51:41,413 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 2.536s 2022-08-10 17:51:41,414 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-ed7afac8-6fcb-4682-971f-bca26c55b43f', 'date': 'Wed, 10 Aug 2022 17:51:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "64bfbd9a-5a46-49c0-bfae-9cc17182435d", "tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "floating_ip_address": "172.25.1.123", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c330e5bdaec74dbca34fe733a9d9d2f7", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:51:40Z", "updated_at": "2022-08-10T17:51:40Z", "revision_number": 0}}' 2022-08-10 17:51:41,414 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '64bfbd9a-5a46-49c0-bfae-9cc17182435d', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'floating_ip_address': '172.25.1.123', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:51:40Z', 'updated_at': '2022-08-10T17:51:40Z', 'revision_number': 0, 'ip': '172.25.1.123'} created 2022-08-10 17:51:41,582 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.161s 2022-08-10 17:51:41,582 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:41 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-8aebd21f-7679-4c85-b293-0d1aa455c975', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f3bca1f64dd44e6bb6e1427d5e28075f", "name": "tempest-LiveMigrationTest-599680963-project", "password_expires_at": null}, "audit_ids": ["GpQomOMvT4yB8HGLhahUKw"], "expires_at": "2022-08-10T18:51:41.000000Z", "issued_at": "2022-08-10T17:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c330e5bdaec74dbca34fe733a9d9d2f7", "name": "tempest-LiveMigrationTest-599680963"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:41,583 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': '623c412b-148c-4a37-96d8-0a1f84e37887', 'name': 'tempest-LiveMigrationTest-1500317459-network', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:50:54Z', 'updated_at': '2022-08-10T17:50:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:51:41,583 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2040684976', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPSP7MxWVQ69g3I/pkUYffRhRPYjuRmCDcD30w+a4ATOx7M/vMiOsyAM0ng19ZtWFzuPXN4Yn3U6rCV+cS7KMZMf8s9Q+4vmZqogT/iDvEWurqILEa2yOnloTiYCESRCQg==', 'fingerprint': '6a:2f:36:10:bf:7e:f6:eb:6c:84:8f:3d:3a:68:cc:26', 'user_id': 'f3bca1f64dd44e6bb6e1427d5e28075f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBYTzy/ryQkPHyc1KDkMPL5gVmPFf80PybPbH8VmJ+NYS58h/rpF//a\nqNwelg451pWgBwYFK4EEACKhZANiAAT0j+zMVlUOvYNyP6ZFGH30YUT2I7kZgg3A\n99MPmuAEzsezP7zIjrMgDNJ4NfWbVhc7j1zeGJ91OqwlfnEuyjGTH/LPUPuL5maq\nIE/4g7xFrq6iCxGtsjp5aE4mAhEkQkI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '66b49dd9-45e1-48f2-805a-e5bd3335bf52', 'name': 'tempest-securitygroup--1402540128', 'stateful': True, 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'description': 'tempest-description--1107648325', 'shared': False, 'security_group_rules': [{'id': '04e6e5dc-26e3-4b94-ba08-97eb870698c9', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'security_group_id': '66b49dd9-45e1-48f2-805a-e5bd3335bf52', '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': 603, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:51:36Z', 'updated_at': '2022-08-10T17:51:36Z', 'revision_number': 0, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7'}, {'id': '1121c974-149f-4334-933b-dadf49edf654', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'security_group_id': '66b49dd9-45e1-48f2-805a-e5bd3335bf52', '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': 604, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:51:36Z', 'updated_at': '2022-08-10T17:51:36Z', 'revision_number': 0, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7'}], 'tags': [], 'created_at': '2022-08-10T17:51:36Z', 'updated_at': '2022-08-10T17:51:36Z', 'revision_number': 1, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7'}, 'floating_ip': {'id': '64bfbd9a-5a46-49c0-bfae-9cc17182435d', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'floating_ip_address': '172.25.1.123', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:51:40Z', 'updated_at': '2022-08-10T17:51:40Z', 'revision_number': 0, 'ip': '172.25.1.123'}} 2022-08-10 17:51:42,762 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 1.178s 2022-08-10 17:51:42,762 130371 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-982163532", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "623c412b-148c-4a37-96d8-0a1f84e37887"}], "security_groups": [{"name": "tempest-securitygroup--1402540128"}], "key_name": "tempest-keypair-2040684976", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-1cbbc928-2e28-4adc-94ed-5064f1c11735', 'x-compute-request-id': 'req-1cbbc928-2e28-4adc-94ed-5064f1c11735', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:51:43,037 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.268s 2022-08-10 17:51:43,038 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:42 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-1050912b-e91b-4557-abc8-88a62aa2a4a1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f3bca1f64dd44e6bb6e1427d5e28075f", "name": "tempest-LiveMigrationTest-599680963-project", "password_expires_at": null}, "audit_ids": ["g2oYjxaSTDSmfFWPjmNCew"], "expires_at": "2022-08-10T18:51:42.000000Z", "issued_at": "2022-08-10T17:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c330e5bdaec74dbca34fe733a9d9d2f7", "name": "tempest-LiveMigrationTest-599680963"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c330e5bdaec74dbca34fe733a9d9d2f7", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:43,038 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_volume_backed_live_migration) Found network {'id': '623c412b-148c-4a37-96d8-0a1f84e37887', 'name': 'tempest-LiveMigrationTest-1500317459-network', 'tenant_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c330e5bdaec74dbca34fe733a9d9d2f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:50:54Z', 'updated_at': '2022-08-10T17:50:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:51:44,155 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 202 POST http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes 1.115s 2022-08-10 17:51:44,156 130371 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-872373175", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9df8004-7864-4cf1-b196-fb4ec0f9bbf2', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9df8004-7864-4cf1-b196-fb4ec0f9bbf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:43.601054", "updated_at": null, "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 17:51:44,230 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.064s 2022-08-10 17:51:44,231 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ecb4658-0ef7-4a61-bef0-780d34c0335d', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ecb4658-0ef7-4a61-bef0-780d34c0335d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:45,312 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.070s 2022-08-10 17:51:45,312 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20104fd-b3bf-4507-955b-0c27d21e5b24', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20104fd-b3bf-4507-955b-0c27d21e5b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:46,434 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.110s 2022-08-10 17:51:46,434 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b963df09-bf36-4705-bbcc-5db2a52e70c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b963df09-bf36-4705-bbcc-5db2a52e70c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:47,548 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.099s 2022-08-10 17:51:47,549 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b607d430-75c3-4ccf-930f-06e19e7f5bb6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b607d430-75c3-4ccf-930f-06e19e7f5bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:48,691 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.131s 2022-08-10 17:51:48,692 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-728c37d4-3eeb-4355-995d-b1ad1d83af82', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-728c37d4-3eeb-4355-995d-b1ad1d83af82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:49,909 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.205s 2022-08-10 17:51:49,909 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fab39a7-a938-4907-8966-5aaa3bb3feb2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fab39a7-a938-4907-8966-5aaa3bb3feb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:51,062 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.139s 2022-08-10 17:51:51,063 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7059ccb8-1bbe-44e0-864a-5de3a1137246', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7059ccb8-1bbe-44e0-864a-5de3a1137246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:52,164 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.086s 2022-08-10 17:51:52,164 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8acc15-014f-4c6a-bf94-100f66172b0d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8acc15-014f-4c6a-bf94-100f66172b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:53,321 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.143s 2022-08-10 17:51:53,323 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee81614-a8a0-4954-8626-719c2b584f53', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee81614-a8a0-4954-8626-719c2b584f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:54,496 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.155s 2022-08-10 17:51:54,496 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3125db0-358c-4d26-a6ba-f5704c9699a0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3125db0-358c-4d26-a6ba-f5704c9699a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:55,620 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.109s 2022-08-10 17:51:55,620 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d303f9e9-ae14-46d1-aea8-30038a0b180d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d303f9e9-ae14-46d1-aea8-30038a0b180d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:56,738 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.106s 2022-08-10 17:51:56,738 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2f2b18c-8dba-4955-8e86-f127e7a32fe1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2f2b18c-8dba-4955-8e86-f127e7a32fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:57,832 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.082s 2022-08-10 17:51:57,832 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd17dea-8bba-405d-aded-2fd1b3c7b973', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd17dea-8bba-405d-aded-2fd1b3c7b973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:51:58,991 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.146s 2022-08-10 17:51:58,991 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa05a4f3-7717-4204-8021-6740a4a94b6e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa05a4f3-7717-4204-8021-6740a4a94b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:00,114 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.103s 2022-08-10 17:52:00,115 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19cda062-5414-404b-a03c-677511c35518', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19cda062-5414-404b-a03c-677511c35518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:01,232 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.104s 2022-08-10 17:52:01,232 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-551e27e4-2dc9-4518-9a47-c49d95c85e0a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-551e27e4-2dc9-4518-9a47-c49d95c85e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:02,295 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.049s 2022-08-10 17:52:02,295 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31371bd3-0a68-4318-ae7d-c7455077b7dd', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31371bd3-0a68-4318-ae7d-c7455077b7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:03,402 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.095s 2022-08-10 17:52:03,402 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709bcea9-b896-4249-9673-dae4690c1ead', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709bcea9-b896-4249-9673-dae4690c1ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:04,503 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.089s 2022-08-10 17:52:04,503 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f0a494-f39f-4cd3-8495-a407eb7f707a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f0a494-f39f-4cd3-8495-a407eb7f707a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:05,620 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.105s 2022-08-10 17:52:05,620 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ad4c0d6-b58d-4928-976c-f70c2b03c5c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ad4c0d6-b58d-4928-976c-f70c2b03c5c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:06,745 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.113s 2022-08-10 17:52:06,746 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2024f999-dd6e-4120-b68b-a44633273178', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2024f999-dd6e-4120-b68b-a44633273178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:07,843 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.085s 2022-08-10 17:52:07,844 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b74484-a82d-446d-a13f-67e82b9a1668', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b74484-a82d-446d-a13f-67e82b9a1668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:09,131 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.275s 2022-08-10 17:52:09,131 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8eb5f4-e8ae-43c0-9257-31bbddc3b439', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8eb5f4-e8ae-43c0-9257-31bbddc3b439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:51:44.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:10,238 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.094s 2022-08-10 17:52:10,239 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1172c8-d533-4cb2-a3f1-23df7ee35d6b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1172c8-d533-4cb2-a3f1-23df7ee35d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:11,392 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.140s 2022-08-10 17:52:11,393 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e0ea8f-a17a-464f-9d56-988904e37749', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e0ea8f-a17a-464f-9d56-988904e37749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:12,483 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.079s 2022-08-10 17:52:12,484 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ed3c0a7-c9aa-428f-90be-e0cced0099f3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ed3c0a7-c9aa-428f-90be-e0cced0099f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:13,567 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.071s 2022-08-10 17:52:13,568 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f818175-d867-4464-9045-2bf616e06c4a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f818175-d867-4464-9045-2bf616e06c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:14,656 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.076s 2022-08-10 17:52:14,656 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4de991f-fd5c-4ab7-9343-b55002595e24', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4de991f-fd5c-4ab7-9343-b55002595e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:15,730 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.060s 2022-08-10 17:52:15,730 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e89d62-3219-409e-89a7-37dd8ed0eb7e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e89d62-3219-409e-89a7-37dd8ed0eb7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:16,800 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.058s 2022-08-10 17:52:16,800 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf970603-9464-4a59-b494-9491cc1eabc1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf970603-9464-4a59-b494-9491cc1eabc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:17,907 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.095s 2022-08-10 17:52:17,907 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8235c3a9-681f-410d-ae0d-4f7fa845dd70', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8235c3a9-681f-410d-ae0d-4f7fa845dd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:18,972 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.050s 2022-08-10 17:52:18,973 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a05e262b-b0e7-4f0f-afa3-7c04a88253cf', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05e262b-b0e7-4f0f-afa3-7c04a88253cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:20,082 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.095s 2022-08-10 17:52:20,082 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88e5b08-29eb-42b6-be56-cf05d6868b88', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88e5b08-29eb-42b6-be56-cf05d6868b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:21,165 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.070s 2022-08-10 17:52:21,165 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ac2b46-be3c-4ca8-8b35-860e5d3a98aa', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ac2b46-be3c-4ca8-8b35-860e5d3a98aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:22,267 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.086s 2022-08-10 17:52:22,267 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01cc5a92-6d25-415e-85dd-b26c508ebe1c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01cc5a92-6d25-415e-85dd-b26c508ebe1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:23,327 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.043s 2022-08-10 17:52:23,327 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b03fc2-592a-4118-89f8-74a7b5205c40', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b03fc2-592a-4118-89f8-74a7b5205c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:24,406 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.067s 2022-08-10 17:52:24,407 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540d5463-6cc4-4a49-8099-3aedc0487914', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540d5463-6cc4-4a49-8099-3aedc0487914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:25,476 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.056s 2022-08-10 17:52:25,476 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6377b09f-ef18-423b-b4f0-a5256be31c71', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6377b09f-ef18-423b-b4f0-a5256be31c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:26,613 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.125s 2022-08-10 17:52:26,613 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0903dbed-f50c-472d-a637-ea5aa92f5cc1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0903dbed-f50c-472d-a637-ea5aa92f5cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:27,720 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.092s 2022-08-10 17:52:27,721 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a14b300b-2ee6-4a36-8c86-697a1fcd91a8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a14b300b-2ee6-4a36-8c86-697a1fcd91a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:28,787 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.052s 2022-08-10 17:52:28,788 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608a62e7-52e7-493b-a900-195ad77ffcd5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608a62e7-52e7-493b-a900-195ad77ffcd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:29,872 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.072s 2022-08-10 17:52:29,872 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daff941e-5993-4270-8fdf-29dc8ca3098b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daff941e-5993-4270-8fdf-29dc8ca3098b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:10.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:30,951 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.067s 2022-08-10 17:52:30,954 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8105a320-0c69-4ea4-acc4-206582ad2e2d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8105a320-0c69-4ea4-acc4-206582ad2e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:31.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:32,024 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44 0.058s 2022-08-10 17:52:32,024 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f89e1886-098f-4691-b007-efb37fae89af', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f89e1886-098f-4691-b007-efb37fae89af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44'} Body: b'{"volume": {"id": "5adfa031-f817-4f73-b484-d951b46e2c44", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:51:44.000000", "updated_at": "2022-08-10T17:52:31.000000", "name": "tempest-tempest.common.compute-volume-872373175", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/c330e5bdaec74dbca34fe733a9d9d2f7/volumes/5adfa031-f817-4f73-b484-d951b46e2c44"}], "user_id": "f3bca1f64dd44e6bb6e1427d5e28075f", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "c330e5bdaec74dbca34fe733a9d9d2f7"}}' 2022-08-10 17:52:32,035 130371 INFO [tempest.common.waiters] volume 5adfa031-f817-4f73-b484-d951b46e2c44 reached available after waiting for 48.035057 seconds 2022-08-10 17:52:32,365 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 0.329s 2022-08-10 17:52:32,365 130371 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-1080417683", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "623c412b-148c-4a37-96d8-0a1f84e37887"}], "block_device_mapping_v2": [{"uuid": "5adfa031-f817-4f73-b484-d951b46e2c44", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52: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-d1a6bc03-c6fe-402a-bef8-bdb64883f630', 'x-compute-request-id': 'req-d1a6bc03-c6fe-402a-bef8-bdb64883f630', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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-08-10 17:52:53,131 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.127s 2022-08-10 17:52:53,132 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:53 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-d07a45f6-14c4-4470-9e52-34e585ddf90f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5f082ed04bc143679029c204e8a97160", "name": "tempest-LiveMigrationNegativeTest-1001885511-project", "password_expires_at": null}, "audit_ids": ["fp8eVLPmQgGLNh7M0G4vGw"], "expires_at": "2022-08-10T18:52:53.000000Z", "issued_at": "2022-08-10T17:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "name": "tempest-LiveMigrationNegativeTest-1001885511"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:52:53,133 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_invalid_host_for_migration) Found network None available for tenant 2022-08-10 17:52:53,980 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 202 POST http://10.222.0.50/compute/v2.1/servers 0.847s 2022-08-10 17:52:53,980 130371 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-694862320", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3ae1b89-0094-4f48-8318-afafdb6f5ec8', 'x-compute-request-id': 'req-a3ae1b89-0094-4f48-8318-afafdb6f5ec8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MU5FeiKjKf8r"}}' 2022-08-10 17:52:54,087 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.103s 2022-08-10 17:52:54,087 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:53 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-b8737223-2af6-432d-8a17-d6ba1cb719e5', 'x-compute-request-id': 'req-b8737223-2af6-432d-8a17-d6ba1cb719e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:54Z", "updated": "2022-08-10T17:52:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "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-08-10 17:52:55,244 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.144s 2022-08-10 17:52:55,245 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:55 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-0d9f0e6e-054b-44b4-97fd-0c9bd712e329', 'x-compute-request-id': 'req-0d9f0e6e-054b-44b4-97fd-0c9bd712e329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:54Z", "updated": "2022-08-10T17:52:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "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-08-10 17:52:56,604 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.347s 2022-08-10 17:52:56,604 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:56 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-4e783587-8e6f-4b8c-91d2-7e9e14576644', 'x-compute-request-id': 'req-4e783587-8e6f-4b8c-91d2-7e9e14576644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:52:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:57,726 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.109s 2022-08-10 17:52:57,727 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9da50a68-c1bd-4173-bf60-f03def352b23', 'x-compute-request-id': 'req-9da50a68-c1bd-4173-bf60-f03def352b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:52:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:57,740 130371 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-10 17:52:58,845 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.102s 2022-08-10 17:52:58,845 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:58 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-b51137db-3c1b-42f3-8de7-df636b70052a', 'x-compute-request-id': 'req-b51137db-3c1b-42f3-8de7-df636b70052a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:52:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:53:00,305 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.444s 2022-08-10 17:53:00,306 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:59 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-e6fb79c3-f875-4004-a0f8-25180a24dbd5', 'x-compute-request-id': 'req-e6fb79c3-f875-4004-a0f8-25180a24dbd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:53:00,317 130371 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2022-08-10 17:53:01,799 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.481s 2022-08-10 17:53:01,799 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19a08bfc-3360-460d-b62d-f08352cc4e5c', 'x-compute-request-id': 'req-19a08bfc-3360-460d-b62d-f08352cc4e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:03,078 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.264s 2022-08-10 17:53:03,078 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-b2073758-f2f8-4dfe-9871-7c45c9c57541', 'x-compute-request-id': 'req-b2073758-f2f8-4dfe-9871-7c45c9c57541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:04,469 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.378s 2022-08-10 17:53:04,470 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:04 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-4a7abb1c-49db-44a3-8707-48e25f06ac61', 'x-compute-request-id': 'req-4a7abb1c-49db-44a3-8707-48e25f06ac61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:05,899 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.417s 2022-08-10 17:53:05,900 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2772e83c-3a63-4cd8-a697-4ebb94799503', 'x-compute-request-id': 'req-2772e83c-3a63-4cd8-a697-4ebb94799503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:07,229 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.313s 2022-08-10 17:53:07,230 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a9270f-688a-49fc-952c-cec4d314d46a', 'x-compute-request-id': 'req-03a9270f-688a-49fc-952c-cec4d314d46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:08,410 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.168s 2022-08-10 17:53:08,411 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8df62a-62d8-4059-ba3f-592e92da1abf', 'x-compute-request-id': 'req-ae8df62a-62d8-4059-ba3f-592e92da1abf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:09,590 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.167s 2022-08-10 17:53:09,591 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:09 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-6e583146-4e58-4094-b7ad-b86dc6cc5b65', 'x-compute-request-id': 'req-6e583146-4e58-4094-b7ad-b86dc6cc5b65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:10,904 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.301s 2022-08-10 17:53:10,904 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:10 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-33f3b37f-db53-4db5-86eb-78500e26a28e', 'x-compute-request-id': 'req-33f3b37f-db53-4db5-86eb-78500e26a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:12,147 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.231s 2022-08-10 17:53:12,147 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64dc2145-a1d3-46c1-adc8-7196e699f7dd', 'x-compute-request-id': 'req-64dc2145-a1d3-46c1-adc8-7196e699f7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:13,334 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278 0.172s 2022-08-10 17:53:13,334 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:13 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-c1a43811-847e-4f5a-8f42-76204020377e', 'x-compute-request-id': 'req-c1a43811-847e-4f5a-8f42-76204020377e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278'} Body: b'{"server": {"id": "2c8728f2-55fb-4306-acc5-227ba55ec278", "name": "tempest-LiveMigrationNegativeTest-server-694862320", "status": "ACTIVE", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "73c0521dabef7c5019d10529590c317899e12433ee687c141fe13a99", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:53Z", "updated": "2022-08-10T17:53:13Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.184", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:72:cb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/2c8728f2-55fb-4306-acc5-227ba55ec278"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:53:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-10 17:53:13,346 130371 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait 2022-08-10 17:53:13,883 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 500 POST http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278/action 0.536s 2022-08-10 17:53:13,883 130371 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-1438745285", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-33c94695-e173-4182-a6fb-939e68fa99f2', 'x-compute-request-id': 'req-33c94695-e173-4182-a6fb-939e68fa99f2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/2c8728f2-55fb-4306-acc5-227ba55ec278/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-08-10 17:53:14,015 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.113s 2022-08-10 17:53:14,015 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-ffde0c2f-7380-4968-b673-9db2bae97575', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5f082ed04bc143679029c204e8a97160", "name": "tempest-LiveMigrationNegativeTest-1001885511-project", "password_expires_at": null}, "audit_ids": ["bZUSkJEkQhyLlzaT7WrXzg"], "expires_at": "2022-08-10T18:53:13.000000Z", "issued_at": "2022-08-10T17:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "name": "tempest-LiveMigrationNegativeTest-1001885511"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_8e1c7c8eeb1b4065b25fe28eba30d0eb", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:53:14,016 130371 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_live_block_migration_suspended) Found network None available for tenant 2022-08-10 17:53:14,962 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.50/compute/v2.1/servers 0.945s 2022-08-10 17:53:14,962 130371 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-799340899", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb68599e-479a-4c30-9461-500503935e84', 'x-compute-request-id': 'req-fb68599e-479a-4c30-9461-500503935e84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "sZzx6GffBuUx"}}' 2022-08-10 17:53:15,317 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.351s 2022-08-10 17:53:15,318 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:14 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-56b32d47-7979-4288-a43a-7c50f328f09c', 'x-compute-request-id': 'req-56b32d47-7979-4288-a43a-7c50f328f09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:15Z", "updated": "2022-08-10T17:53:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "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-08-10 17:53:16,676 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.346s 2022-08-10 17:53:16,677 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:16 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-3eb2bd3d-15a6-41c9-9c18-26c2ee7392c3', 'x-compute-request-id': 'req-3eb2bd3d-15a6-41c9-9c18-26c2ee7392c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:53:17,924 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.235s 2022-08-10 17:53:17,928 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:17 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-22bdac07-efd7-47e7-9b1d-7686524d0022', 'x-compute-request-id': 'req-22bdac07-efd7-47e7-9b1d-7686524d0022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:53:17,942 130371 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-08-10 17:53:19,183 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.239s 2022-08-10 17:53:19,184 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:18 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-8f19596a-06fc-46e9-a9bb-6bfe6845e29d', 'x-compute-request-id': 'req-8f19596a-06fc-46e9-a9bb-6bfe6845e29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:53:19,194 130371 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-08-10 17:53:21,110 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.914s 2022-08-10 17:53:21,110 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-75935bba-0c0e-44b0-8ccb-521e7df7db79', 'x-compute-request-id': 'req-75935bba-0c0e-44b0-8ccb-521e7df7db79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:22,632 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.508s 2022-08-10 17:53:22,643 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-6ee2d272-878d-4be8-b18d-e8e5993e947d', 'x-compute-request-id': 'req-6ee2d272-878d-4be8-b18d-e8e5993e947d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:23,869 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.214s 2022-08-10 17:53:23,869 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7242c8ff-8c5e-470d-af79-ba28f690ca4a', 'x-compute-request-id': 'req-7242c8ff-8c5e-470d-af79-ba28f690ca4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:26,244 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 1.363s 2022-08-10 17:53:26,245 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-e283fe53-1644-4504-87a9-5bf637404a03', 'x-compute-request-id': 'req-e283fe53-1644-4504-87a9-5bf637404a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:27,532 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.275s 2022-08-10 17:53:27,533 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:27 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-e6f13950-8d7c-46aa-bf00-ce8be23de3a9', 'x-compute-request-id': 'req-e6f13950-8d7c-46aa-bf00-ce8be23de3a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:28,716 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.170s 2022-08-10 17:53:28,717 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-d3dfbf44-f4d7-480d-ba35-ae1d74fb59ad', 'x-compute-request-id': 'req-d3dfbf44-f4d7-480d-ba35-ae1d74fb59ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:30,019 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.289s 2022-08-10 17:53:30,019 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-7fb24133-667e-4cdf-9e9e-5bfcd0790466', 'x-compute-request-id': 'req-7fb24133-667e-4cdf-9e9e-5bfcd0790466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:31,334 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.302s 2022-08-10 17:53:31,335 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:31 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-c09cb9a7-fb6e-4967-ae53-1703af7d5a3e', 'x-compute-request-id': 'req-c09cb9a7-fb6e-4967-ae53-1703af7d5a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:32,980 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.631s 2022-08-10 17:53:32,980 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-981846e5-edd4-4140-8ad9-70cbbc2bbfe1', 'x-compute-request-id': 'req-981846e5-edd4-4140-8ad9-70cbbc2bbfe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:34,259 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.261s 2022-08-10 17:53:34,259 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-a1e3b22a-b4a7-4cf0-8307-576b189cf57f', 'x-compute-request-id': 'req-a1e3b22a-b4a7-4cf0-8307-576b189cf57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:35,913 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.642s 2022-08-10 17:53:35,914 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-80bb8859-48ae-4b5d-97c0-5b38bd173514', 'x-compute-request-id': 'req-80bb8859-48ae-4b5d-97c0-5b38bd173514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "BUILD", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:53:37,202 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.274s 2022-08-10 17:53:37,202 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:36 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-d8ac971b-a165-42f5-856c-ae0521acd0f9', 'x-compute-request-id': 'req-d8ac971b-a165-42f5-856c-ae0521acd0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "ACTIVE", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:36Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.159", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:53:35.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-08-10 17:53:37,214 130371 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait 2022-08-10 17:53:38,039 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d/action 0.824s 2022-08-10 17:53:38,043 130371 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, 10 Aug 2022 17:53: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-9149efa1-cdaa-4002-b3b6-408781cef445', 'x-compute-request-id': 'req-9149efa1-cdaa-4002-b3b6-408781cef445', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d/action'} Body: b'' 2022-08-10 17:53:38,377 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.334s 2022-08-10 17:53:38,377 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1476', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a2fc6f-69ff-47cb-be5c-32c7b9a18460', 'x-compute-request-id': 'req-75a2fc6f-69ff-47cb-be5c-32c7b9a18460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "ACTIVE", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:38Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.159", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:53:35.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-08-10 17:53:40,144 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.753s 2022-08-10 17:53:40,144 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1459', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15768744-4882-458f-97fc-089dfd037289', 'x-compute-request-id': 'req-15768744-4882-458f-97fc-089dfd037289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "SUSPENDED", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:39Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.159", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:53:35.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-08-10 17:53:40,157 130371 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-08-10 17:53:40,843 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d 0.686s 2022-08-10 17:53:40,844 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a78c81a9-bf7a-4861-8b65-b449ef97c8a0', 'x-compute-request-id': 'req-a78c81a9-bf7a-4861-8b65-b449ef97c8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d'} Body: b'{"server": {"id": "4390cd8e-2484-4205-9678-fb7332d1c78d", "name": "tempest-LiveMigrationNegativeTest-server-799340899", "status": "SUSPENDED", "tenant_id": "8e1c7c8eeb1b4065b25fe28eba30d0eb", "user_id": "5f082ed04bc143679029c204e8a97160", "metadata": {}, "hostId": "406ad97d6b4da2464882353168ccb6e577124e18f13935a24e09509d", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:53:14Z", "updated": "2022-08-10T17:53:39Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.159", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/4390cd8e-2484-4205-9678-fb7332d1c78d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:53:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852296-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000017", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852296-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-08-10 17:53:41,520 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.50/compute/v2.1/os-services?binary=nova-compute 0.664s 2022-08-10 17:53:41,520 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:40 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-2d3509cf-48ff-478f-a04d-c77d3908b431', 'x-compute-request-id': 'req-2d3509cf-48ff-478f-a04d-c77d3908b431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h2-852296-2", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-10T17:53:39.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h1-852296-2", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-10T17:53:37.000000", "disabled_reason": null}]}' 2022-08-10 17:53:41,918 130371 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 500 POST http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d/action 0.393s 2022-08-10 17:53:41,918 130371 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-852296-2", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-c6b8d250-73dd-4cf2-8b30-69daaaf7511f', 'x-compute-request-id': 'req-c6b8d250-73dd-4cf2-8b30-69daaaf7511f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/4390cd8e-2484-4205-9678-fb7332d1c78d/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-08-10 17:50:48,188 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.525s 2022-08-10 17:50:48,189 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50: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-cc5e9b71-55b5-4453-82ba-5c8a3d4dd68d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e109c3dcd0574faaa3d7ec31dd4edd24", "name": "tempest-MigrationsAdminTest-561431726-project", "password_expires_at": null}, "audit_ids": ["SvsqzfKDRumcEOxQieORjg"], "expires_at": "2022-08-10T18:50:48.000000Z", "issued_at": "2022-08-10T17:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48bbb92998f54ebeb624bc794d406896", "name": "tempest-MigrationsAdminTest-561431726"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:50:48,189 130386 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-08-10 17:50:49,785 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.50/compute/v2.1/servers 1.595s 2022-08-10 17:50:49,785 130386 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-1210071246", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ed37cde-884d-4620-a59b-e5fe1b65291a', 'x-compute-request-id': 'req-6ed37cde-884d-4620-a59b-e5fe1b65291a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "f9FLkYVWgdfN"}}' 2022-08-10 17:50:49,905 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.115s 2022-08-10 17:50:49,905 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50: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-4ee4ad4a-1437-4385-8079-2cd93f6da360', 'x-compute-request-id': 'req-4ee4ad4a-1437-4385-8079-2cd93f6da360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:50Z", "updated": "2022-08-10T17:50:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "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-08-10 17:50:50,993 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.074s 2022-08-10 17:50:50,993 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:50 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-19843ac1-81b8-46fc-8d87-e1898bc2b9f5', 'x-compute-request-id': 'req-19843ac1-81b8-46fc-8d87-e1898bc2b9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:50Z", "updated": "2022-08-10T17:50:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "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-08-10 17:50:52,114 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.108s 2022-08-10 17:50:52,115 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:52 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-05d8808a-a3e7-4af0-8e6b-4f45b9e64863', 'x-compute-request-id': 'req-05d8808a-a3e7-4af0-8e6b-4f45b9e64863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:50:53,295 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.168s 2022-08-10 17:50:53,295 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a44e9403-0432-4f27-b74e-db6234ff50d5', 'x-compute-request-id': 'req-a44e9403-0432-4f27-b74e-db6234ff50d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-08-10 17:50:53,307 130386 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait 2022-08-10 17:50:54,513 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.200s 2022-08-10 17:50:54,514 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50: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-ac35694a-6711-4914-820e-184382468405', 'x-compute-request-id': 'req-ac35694a-6711-4914-820e-184382468405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:50:54,525 130386 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2022-08-10 17:50:56,155 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.628s 2022-08-10 17:50:56,155 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:55 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-a81eb20c-1b89-4c4d-a268-d7909693711b', 'x-compute-request-id': 'req-a81eb20c-1b89-4c4d-a268-d7909693711b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:50:57,713 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.546s 2022-08-10 17:50:57,714 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:57 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-e54fc967-63e9-44ed-baa2-ebb760ae4de0', 'x-compute-request-id': 'req-e54fc967-63e9-44ed-baa2-ebb760ae4de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:50:59,114 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.385s 2022-08-10 17:50:59,114 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:50:58 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-51350dba-f527-4ad7-88a7-3af18bed878f', 'x-compute-request-id': 'req-51350dba-f527-4ad7-88a7-3af18bed878f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:00,539 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.411s 2022-08-10 17:51:00,539 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:00 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-23e4b049-8c34-4fce-883a-d232c7d2b480', 'x-compute-request-id': 'req-23e4b049-8c34-4fce-883a-d232c7d2b480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:01,914 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.357s 2022-08-10 17:51:01,914 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:01 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-dfbfe9fa-d065-450b-89e3-bab5e361cebf', 'x-compute-request-id': 'req-dfbfe9fa-d065-450b-89e3-bab5e361cebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:04,111 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 1.182s 2022-08-10 17:51:04,112 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-1df32731-2b7c-4331-a4ad-0ab05eaf8265', 'x-compute-request-id': 'req-1df32731-2b7c-4331-a4ad-0ab05eaf8265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:06,208 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 1.083s 2022-08-10 17:51:06,208 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-f0873d94-6553-4e56-a8cd-96c2c6e9a288', 'x-compute-request-id': 'req-f0873d94-6553-4e56-a8cd-96c2c6e9a288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:08,260 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 1.040s 2022-08-10 17:51:08,261 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:07 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-910f5b0f-eb6e-4726-b5b1-e90ae2bd4397', 'x-compute-request-id': 'req-910f5b0f-eb6e-4726-b5b1-e90ae2bd4397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:10,605 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 1.331s 2022-08-10 17:51:10,605 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-b3789df8-0593-4ad2-828f-1e21414eb829', 'x-compute-request-id': 'req-b3789df8-0593-4ad2-828f-1e21414eb829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:12,076 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.458s 2022-08-10 17:51:12,076 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-adc7c178-bbca-4377-ae52-656f07fc0cfc', 'x-compute-request-id': 'req-adc7c178-bbca-4377-ae52-656f07fc0cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:13,571 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.480s 2022-08-10 17:51:13,571 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:13 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-89c52d60-cb7b-4021-8c19-70cb1fdcf1f8', 'x-compute-request-id': 'req-89c52d60-cb7b-4021-8c19-70cb1fdcf1f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:15,301 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.717s 2022-08-10 17:51:15,302 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-d0491ecd-d34d-45ba-8b10-f3a7aba82de5', 'x-compute-request-id': 'req-d0491ecd-d34d-45ba-8b10-f3a7aba82de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:16,896 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 0.580s 2022-08-10 17:51:16,896 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-4b62cff8-ddfc-40d1-acd8-c6fe09072131', 'x-compute-request-id': 'req-4b62cff8-ddfc-40d1-acd8-c6fe09072131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:50:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:19,460 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 1.549s 2022-08-10 17:51:19,460 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:17 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-799c835e-c0a3-4fb9-b2e5-757dc8136fa8', 'x-compute-request-id': 'req-799c835e-c0a3-4fb9-b2e5-757dc8136fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:51:17Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.138", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:ba:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:51:16.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-08-10 17:51:19,472 130386 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 30 second wait 2022-08-10 17:51:22,765 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb 3.292s 2022-08-10 17:51:22,766 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:19 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-8b1588a2-c971-413a-bb35-205a52818bed', 'x-compute-request-id': 'req-8b1588a2-c971-413a-bb35-205a52818bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb'} Body: b'{"server": {"id": "af35a390-86bf-4618-bce0-db7423a065bb", "name": "tempest-MigrationsAdminTest-server-1210071246", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:50:49Z", "updated": "2022-08-10T17:51:17Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.138", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:ba:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/af35a390-86bf-4618-bce0-db7423a065bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:51:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-852296-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-852296-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-08-10 17:51:23,149 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 500 POST http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb/action 0.367s 2022-08-10 17:51:23,150 130386 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, 10 Aug 2022 17:51: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-17eb937e-5ba9-4075-a09b-1bb3bc4ca4f2', 'x-compute-request-id': 'req-17eb937e-5ba9-4075-a09b-1bb3bc4ca4f2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/af35a390-86bf-4618-bce0-db7423a065bb/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-08-10 17:51:23,974 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.236s 2022-08-10 17:51:23,975 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-60620dbb-0b56-457c-ba21-be1bc2f49bfb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e109c3dcd0574faaa3d7ec31dd4edd24", "name": "tempest-MigrationsAdminTest-561431726-project", "password_expires_at": null}, "audit_ids": ["WQU7CtxHREqMC6MHQip2ww"], "expires_at": "2022-08-10T18:51:23.000000Z", "issued_at": "2022-08-10T17:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48bbb92998f54ebeb624bc794d406896", "name": "tempest-MigrationsAdminTest-561431726"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:23,975 130386 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-08-10 17:51:25,114 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.50/compute/v2.1/servers 1.138s 2022-08-10 17:51:25,115 130386 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-1573021713", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdea0865-4b25-47ad-8882-5bb53f491e40', 'x-compute-request-id': 'req-bdea0865-4b25-47ad-8882-5bb53f491e40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SmC7GvMJ37zu"}}' 2022-08-10 17:51:25,659 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.540s 2022-08-10 17:51:25,659 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:25 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-558d29b9-4527-48d5-b7f7-27d636e7ba71', 'x-compute-request-id': 'req-558d29b9-4527-48d5-b7f7-27d636e7ba71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:25Z", "updated": "2022-08-10T17:51:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "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-08-10 17:51:28,051 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 1.374s 2022-08-10 17:51:28,051 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:26 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-d16d4a63-bc54-4486-ad90-6c4d44067a9e', 'x-compute-request-id': 'req-d16d4a63-bc54-4486-ad90-6c4d44067a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:29,852 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.789s 2022-08-10 17:51:29,853 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:29 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-5ec4142e-3285-4b31-be08-e1ae35f6525f', 'x-compute-request-id': 'req-5ec4142e-3285-4b31-be08-e1ae35f6525f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:32,187 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 1.319s 2022-08-10 17:51:32,188 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3950f7aa-a95b-4dbc-a5b9-e95d9f14e54a', 'x-compute-request-id': 'req-3950f7aa-a95b-4dbc-a5b9-e95d9f14e54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-08-10 17:51:32,200 130386 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 7 second wait 2022-08-10 17:51:34,578 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 1.375s 2022-08-10 17:51:34,578 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:33 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-b33ce9e3-482c-44b3-b987-8e40e45efcba', 'x-compute-request-id': 'req-b33ce9e3-482c-44b3-b987-8e40e45efcba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:34,593 130386 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait 2022-08-10 17:51:36,948 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 1.353s 2022-08-10 17:51:36,948 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:35 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-97ba185c-7e1f-48c6-8261-553d3876be8f', 'x-compute-request-id': 'req-97ba185c-7e1f-48c6-8261-553d3876be8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:38,247 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.287s 2022-08-10 17:51:38,248 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:37 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-1a74f53d-492e-486b-9059-34c0ec2fc6dd', 'x-compute-request-id': 'req-1a74f53d-492e-486b-9059-34c0ec2fc6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:39,732 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.472s 2022-08-10 17:51:39,733 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:39 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-72715a23-559c-4377-a0fc-5da2568a76b5', 'x-compute-request-id': 'req-72715a23-559c-4377-a0fc-5da2568a76b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:41,547 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.798s 2022-08-10 17:51:41,548 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-dc70193f-a9a5-4236-9177-393206a511bc', 'x-compute-request-id': 'req-dc70193f-a9a5-4236-9177-393206a511bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:42,838 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.275s 2022-08-10 17:51:42,841 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:42 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-337e16e3-e20c-4f66-85fc-39980b40581d', 'x-compute-request-id': 'req-337e16e3-e20c-4f66-85fc-39980b40581d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:44,051 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.195s 2022-08-10 17:51:44,051 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51: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-b15e9135-ef48-4de5-be7b-7f656c80d292', 'x-compute-request-id': 'req-b15e9135-ef48-4de5-be7b-7f656c80d292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:51:45,571 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72 0.508s 2022-08-10 17:51:45,572 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:45 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-4bd1d861-05b0-4e88-98e3-3e1b06ace574', 'x-compute-request-id': 'req-4bd1d861-05b0-4e88-98e3-3e1b06ace574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72'} Body: b'{"server": {"id": "37934416-f4a8-4fee-8f7f-53c9df0f6c72", "name": "tempest-MigrationsAdminTest-server-1573021713", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "fa588141805efc1bfe1e44b9b49cb284a0f1560f596e839c348694b8", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:51:24Z", "updated": "2022-08-10T17:51:45Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.140", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:bd:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:51:44.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-08-10 17:51:45,588 130386 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-08-10 17:51:46,301 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 500 POST http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72/action 0.712s 2022-08-10 17:51:46,302 130386 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, 10 Aug 2022 17:51: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-4ab9a50d-c28e-4add-8ab3-2f779995ff37', 'x-compute-request-id': 'req-4ab9a50d-c28e-4add-8ab3-2f779995ff37', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/37934416-f4a8-4fee-8f7f-53c9df0f6c72/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-08-10 17:51:46,364 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/flavors/452 0.059s 2022-08-10 17:51:46,364 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 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-394643a3-fe03-44f0-a785-f0cdaea556c9', 'x-compute-request-id': 'req-394643a3-fe03-44f0-a785-f0cdaea556c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}}' 2022-08-10 17:51:46,648 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.50/compute/v2.1/flavors 0.280s 2022-08-10 17:51:46,649 130386 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_-1619931457", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 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-393de20e-c0bd-4c19-b77a-eb089e585256', 'x-compute-request-id': 'req-393de20e-c0bd-4c19-b77a-eb089e585256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "name": "tempest-test_resize_flavor_-1619931457", "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.50/compute/v2.1/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}}' 2022-08-10 17:51:46,670 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs 0.017s 2022-08-10 17:51:46,670 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 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-a85d3e7f-fe54-43f8-94d4-b0f57a8d9b04', 'x-compute-request-id': 'req-a85d3e7f-fe54-43f8-94d4-b0f57a8d9b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-10 17:51:46,934 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.256s 2022-08-10 17:51:46,934 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 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-767a6515-5da0-4221-a769-ad6311e5215f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e109c3dcd0574faaa3d7ec31dd4edd24", "name": "tempest-MigrationsAdminTest-561431726-project", "password_expires_at": null}, "audit_ids": ["EdEKEomCSim7fdmR5ii9iw"], "expires_at": "2022-08-10T18:51:46.000000Z", "issued_at": "2022-08-10T17:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48bbb92998f54ebeb624bc794d406896", "name": "tempest-MigrationsAdminTest-561431726"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:51:46,935 130386 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-08-10 17:51:47,717 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.50/compute/v2.1/servers 0.781s 2022-08-10 17:51:47,717 130386 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-1040826665", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "ecb11648-6e2f-4ee1-97ae-15f83859e423"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-227360cf-600c-4ca7-82eb-c0110f3216b8', 'x-compute-request-id': 'req-227360cf-600c-4ca7-82eb-c0110f3216b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "gt3w9T5CVGNh"}}' 2022-08-10 17:51:47,983 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.262s 2022-08-10 17:51:47,983 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e38e4f-1a84-4908-bcf2-4c7b0c92a465', 'x-compute-request-id': 'req-12e38e4f-1a84-4908-bcf2-4c7b0c92a465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "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-08-10 17:51:49,871 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.876s 2022-08-10 17:51:49,872 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb0f6ba-6bc8-4769-81d9-b3179f4c41b4', 'x-compute-request-id': 'req-abb0f6ba-6bc8-4769-81d9-b3179f4c41b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "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-08-10 17:51:51,212 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.328s 2022-08-10 17:51:51,213 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0794cdc-e227-4050-8c4e-bf610a169087', 'x-compute-request-id': 'req-d0794cdc-e227-4050-8c4e-bf610a169087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:51,225 130386 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-10 17:51:52,867 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.639s 2022-08-10 17:51:52,867 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67be0655-e656-4cd9-86cf-67d2d2f7ce2b', 'x-compute-request-id': 'req-67be0655-e656-4cd9-86cf-67d2d2f7ce2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-08-10 17:51:52,879 130386 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2022-08-10 17:51:54,056 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.176s 2022-08-10 17:51:54,099 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c40c526-6a4c-4239-9b41-31a57ae5a0f3', 'x-compute-request-id': 'req-2c40c526-6a4c-4239-9b41-31a57ae5a0f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:54,110 130386 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-08-10 17:51:55,421 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.309s 2022-08-10 17:51:55,421 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e04212f-2b87-43b0-9e2e-ac33e4818e45', 'x-compute-request-id': 'req-3e04212f-2b87-43b0-9e2e-ac33e4818e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:56,866 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.429s 2022-08-10 17:51:56,867 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d73e6d-ce77-4295-a25b-8000934715c6', 'x-compute-request-id': 'req-24d73e6d-ce77-4295-a25b-8000934715c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:51:58,890 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 1.007s 2022-08-10 17:51:58,891 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5abebe2-cc3a-408c-886d-67b92acc5af4', 'x-compute-request-id': 'req-f5abebe2-cc3a-408c-886d-67b92acc5af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:01,082 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 1.178s 2022-08-10 17:52:01,082 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b8d14f-9c4e-49b6-a39e-698abebc2824', 'x-compute-request-id': 'req-41b8d14f-9c4e-49b6-a39e-698abebc2824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:03,261 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 1.166s 2022-08-10 17:52:03,262 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7fd64cc-f934-46f9-86dc-590f619fe566', 'x-compute-request-id': 'req-c7fd64cc-f934-46f9-86dc-590f619fe566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:05,366 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 1.090s 2022-08-10 17:52:05,367 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4503d199-2bce-4583-a8de-a488195a08b4', 'x-compute-request-id': 'req-4503d199-2bce-4583-a8de-a488195a08b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:06,823 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.439s 2022-08-10 17:52:06,823 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-070108d6-e915-4923-827b-0738e7198f59', 'x-compute-request-id': 'req-070108d6-e915-4923-827b-0738e7198f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:08,400 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.565s 2022-08-10 17:52:08,401 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ef6f2ae-f204-414d-af2c-76d12332d304', 'x-compute-request-id': 'req-5ef6f2ae-f204-414d-af2c-76d12332d304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:10,016 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.599s 2022-08-10 17:52:10,016 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e3d1be-2718-46df-a406-dc996ff6001f', 'x-compute-request-id': 'req-98e3d1be-2718-46df-a406-dc996ff6001f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:11,298 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.268s 2022-08-10 17:52:11,298 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-988533da-99d9-4054-8970-4b5be62a82a8', 'x-compute-request-id': 'req-988533da-99d9-4054-8970-4b5be62a82a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:12,726 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.415s 2022-08-10 17:52:12,726 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edc154ff-6c10-4510-88c3-0c33dfec836b', 'x-compute-request-id': 'req-edc154ff-6c10-4510-88c3-0c33dfec836b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:14,064 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.326s 2022-08-10 17:52:14,065 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc1adb74-6d3a-46db-9edf-22c3de3f057b', 'x-compute-request-id': 'req-fc1adb74-6d3a-46db-9edf-22c3de3f057b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:15,304 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.226s 2022-08-10 17:52:15,304 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd954929-7c7d-46df-8958-6f8c4d0cffe9', 'x-compute-request-id': 'req-fd954929-7c7d-46df-8958-6f8c4d0cffe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:51:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:16,573 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.256s 2022-08-10 17:52:16,574 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1529', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4620d5c-3eec-4b3b-8f5f-4641a5d4aa13', 'x-compute-request-id': 'req-e4620d5c-3eec-4b3b-8f5f-4641a5d4aa13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:52:16Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.107", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:7d:73"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:15.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-08-10 17:52:16,586 130386 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2022-08-10 17:52:17,070 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05 0.484s 2022-08-10 17:52:17,071 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1529', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76572627-bf72-4083-a29c-07f93c56c52f', 'x-compute-request-id': 'req-76572627-bf72-4083-a29c-07f93c56c52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05'} Body: b'{"server": {"id": "43ff4d86-8c12-48ce-bcf5-c607c9bcaa05", "name": "tempest-MigrationsAdminTest-server-1040826665", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "ecb11648-6e2f-4ee1-97ae-15f83859e423", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423"}]}, "created": "2022-08-10T17:51:47Z", "updated": "2022-08-10T17:52:16Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.107", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:7d:73"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:15.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-08-10 17:52:17,248 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 DELETE http://10.222.0.50/compute/v2.1/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423 0.165s 2022-08-10 17:52:17,248 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:17 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-3377276f-3eff-4f9c-a2ab-723a1e1d05d1', 'x-compute-request-id': 'req-3377276f-3eff-4f9c-a2ab-723a1e1d05d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423'} Body: b'' 2022-08-10 17:52:17,734 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.50/compute/v2.1/flavors/detail 0.485s 2022-08-10 17:52:17,734 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:17 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-9c1f3799-1585-460c-960d-e0392fdb846e', 'x-compute-request-id': 'req-9c1f3799-1585-460c-960d-e0392fdb846e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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-08-10 17:52:18,027 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 500 POST http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05/action 0.279s 2022-08-10 17:52:18,027 130386 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, 10 Aug 2022 17:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-94cf7f4e-a322-421e-8ca7-18ebe76a5e57', 'x-compute-request-id': 'req-94cf7f4e-a322-421e-8ca7-18ebe76a5e57', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/43ff4d86-8c12-48ce-bcf5-c607c9bcaa05/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-08-10 17:52:18,377 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 404 DELETE http://10.222.0.50/compute/v2.1/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423 0.348s 2022-08-10 17:52:18,377 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '109', 'x-openstack-request-id': 'req-e736d224-e6b7-47db-9a7e-2bd773cd79bf', 'x-compute-request-id': 'req-e736d224-e6b7-47db-9a7e-2bd773cd79bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/ecb11648-6e2f-4ee1-97ae-15f83859e423'} Body: b'{"itemNotFound": {"code": 404, "message": "Flavor ecb11648-6e2f-4ee1-97ae-15f83859e423 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-08-10 17:52:18,522 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.135s 2022-08-10 17:52:18,534 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:18 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-4bd0f849-bf58-4e1a-84c0-b7c795ed089b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e109c3dcd0574faaa3d7ec31dd4edd24", "name": "tempest-MigrationsAdminTest-561431726-project", "password_expires_at": null}, "audit_ids": ["5QyatGz-Srm8QSVS82q-bQ"], "expires_at": "2022-08-10T18:52:18.000000Z", "issued_at": "2022-08-10T17:52:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48bbb92998f54ebeb624bc794d406896", "name": "tempest-MigrationsAdminTest-561431726"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_48bbb92998f54ebeb624bc794d406896", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:52:18,534 130386 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-08-10 17:52:19,221 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.50/compute/v2.1/servers 0.686s 2022-08-10 17:52:19,222 130386 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-733846649", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6534c36-3e91-4e34-aae6-0ecff8024dc9', 'x-compute-request-id': 'req-c6534c36-3e91-4e34-aae6-0ecff8024dc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fL27REtDjQhL"}}' 2022-08-10 17:52:19,902 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.676s 2022-08-10 17:52:19,902 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:19 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-61d11938-5699-4ad7-992d-5c2f7b27ffd7', 'x-compute-request-id': 'req-61d11938-5699-4ad7-992d-5c2f7b27ffd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "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-08-10 17:52:21,007 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.092s 2022-08-10 17:52:21,007 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:20 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-45070d71-f5f3-4537-87a1-dfc398900e75', 'x-compute-request-id': 'req-45070d71-f5f3-4537-87a1-dfc398900e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "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-08-10 17:52:22,153 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.133s 2022-08-10 17:52:22,153 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:22 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-aaf50341-0078-4c6b-b87a-e1207905017e', 'x-compute-request-id': 'req-aaf50341-0078-4c6b-b87a-e1207905017e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:22,164 130386 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-10 17:52:23,306 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.140s 2022-08-10 17:52:23,307 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-754ccdb1-4377-4273-910a-4b6b70539642', 'x-compute-request-id': 'req-754ccdb1-4377-4273-910a-4b6b70539642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:24,502 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.183s 2022-08-10 17:52:24,504 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0261cbcc-a8e1-48a7-bca5-509ac4a30e5c', 'x-compute-request-id': 'req-0261cbcc-a8e1-48a7-bca5-509ac4a30e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-08-10 17:52:24,516 130386 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2022-08-10 17:52:25,933 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.415s 2022-08-10 17:52:25,935 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:25 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-33089ae1-07d9-4da2-aa49-f4fcbbd70444', 'x-compute-request-id': 'req-33089ae1-07d9-4da2-aa49-f4fcbbd70444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:25,948 130386 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2022-08-10 17:52:27,143 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.193s 2022-08-10 17:52:27,143 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:26 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-838a67cb-94ed-4b17-8496-2f83bf0f3e9b', 'x-compute-request-id': 'req-838a67cb-94ed-4b17-8496-2f83bf0f3e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:28,634 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.480s 2022-08-10 17:52:28,635 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:28 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-bbf46db4-6fa5-4d46-9821-aff518bac040', 'x-compute-request-id': 'req-bbf46db4-6fa5-4d46-9821-aff518bac040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:29,869 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.222s 2022-08-10 17:52:29,870 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:29 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-6438427c-49f2-4805-a65f-cf7934aa9f2c', 'x-compute-request-id': 'req-6438427c-49f2-4805-a65f-cf7934aa9f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:31,260 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.376s 2022-08-10 17:52:31,260 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-457f0a3e-b96f-4758-8b1d-e0fb48df7994', 'x-compute-request-id': 'req-457f0a3e-b96f-4758-8b1d-e0fb48df7994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:32,554 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.280s 2022-08-10 17:52:32,555 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:32 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-0d6bd9ea-3abd-4863-968a-90d921496ae6', 'x-compute-request-id': 'req-0d6bd9ea-3abd-4863-968a-90d921496ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:33,931 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.362s 2022-08-10 17:52:33,931 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:33 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-617a1b66-9759-4384-ae60-6241e829dd4c', 'x-compute-request-id': 'req-617a1b66-9759-4384-ae60-6241e829dd4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:35,508 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.562s 2022-08-10 17:52:35,508 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:34 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-466b1431-449d-4842-8671-dcc03806ad29', 'x-compute-request-id': 'req-466b1431-449d-4842-8671-dcc03806ad29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "BUILD", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:36,732 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.208s 2022-08-10 17:52:36,734 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:36 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-a941f9bd-0947-4097-b4a8-7f6764cc54ac', 'x-compute-request-id': 'req-a941f9bd-0947-4097-b4a8-7f6764cc54ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:36Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.162", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a3:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:35.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-08-10 17:52:36,747 130386 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-08-10 17:52:36,966 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed 0.218s 2022-08-10 17:52:36,967 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:36 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-77e8e14d-33ca-48ae-b0d7-ef433be1fc21', 'x-compute-request-id': 'req-77e8e14d-33ca-48ae-b0d7-ef433be1fc21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed'} Body: b'{"server": {"id": "6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed", "name": "tempest-MigrationsAdminTest-server-733846649", "status": "ACTIVE", "tenant_id": "48bbb92998f54ebeb624bc794d406896", "user_id": "e109c3dcd0574faaa3d7ec31dd4edd24", "metadata": {}, "hostId": "ad44bf1bb04e6b173287328bc1c3d85ce9a455e858cbc149dc5fac0b", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:19Z", "updated": "2022-08-10T17:52:36Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.162", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a3:fa"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-852296-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-852296-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-08-10 17:52:37,334 130386 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 500 POST http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed/action 0.349s 2022-08-10 17:52:37,334 130386 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, 10 Aug 2022 17:52: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-42dd902c-0b79-464f-a0de-d45ac997b45e', 'x-compute-request-id': 'req-42dd902c-0b79-464f-a0de-d45ac997b45e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/6fffb7a0-b963-4fdc-8f5d-0fe046c6a7ed/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-08-10 17:52:21,794 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.107s 2022-08-10 17:52:21,795 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:21 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-e1b4e9e1-6630-4c7e-bbcf-089907f873ae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e83a3e198e21476eb12fcf417aea62de", "name": "tempest-ServersAdminNegativeTestJSON-2097420203-project", "password_expires_at": null}, "audit_ids": ["X3KaS-RqS7uNnjmyA9F_aQ"], "expires_at": "2022-08-10T18:52:21.000000Z", "issued_at": "2022-08-10T17:52:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9df088e5a610436ea21b8a360e2bb527", "name": "tempest-ServersAdminNegativeTestJSON-2097420203"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/9df088e5a610436ea21b8a360e2bb527", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/9df088e5a610436ea21b8a360e2bb527", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/9df088e5a610436ea21b8a360e2bb527", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_9df088e5a610436ea21b8a360e2bb527", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:52:21,795 130379 INFO [tempest.lib.common.fixed_network] (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state) Found network None available for tenant 2022-08-10 17:52:22,568 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.50/compute/v2.1/servers 0.771s 2022-08-10 17:52:22,568 130379 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-1315199476", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-725ce19b-1cc1-4245-9cbb-221bf5582ec4', 'x-compute-request-id': 'req-725ce19b-1cc1-4245-9cbb-221bf5582ec4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "WY9ddxKYw6uY"}}' 2022-08-10 17:52:22,796 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.225s 2022-08-10 17:52:22,797 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:22 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-e62fd6f2-a9bc-4431-86d3-bfbf81d33390', 'x-compute-request-id': 'req-e62fd6f2-a9bc-4431-86d3-bfbf81d33390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "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-08-10 17:52:23,883 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.073s 2022-08-10 17:52:23,884 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:23 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-afe5d5aa-85af-4e14-9003-fe31b249d6af', 'x-compute-request-id': 'req-afe5d5aa-85af-4e14-9003-fe31b249d6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "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-08-10 17:52:25,147 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.251s 2022-08-10 17:52:25,147 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:24 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-a03038dd-5f4c-4a26-819d-7af6df783028', 'x-compute-request-id': 'req-a03038dd-5f4c-4a26-819d-7af6df783028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:26,294 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.134s 2022-08-10 17:52:26,295 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:26 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-2c05b299-8689-449f-8b94-96eb57672174', 'x-compute-request-id': 'req-2c05b299-8689-449f-8b94-96eb57672174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:26,306 130379 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-10 17:52:27,535 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.228s 2022-08-10 17:52:27,536 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:27 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-0f2ef2e6-3a2c-4dae-93ff-c38969af7c0e', 'x-compute-request-id': 'req-0f2ef2e6-3a2c-4dae-93ff-c38969af7c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:28,785 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.236s 2022-08-10 17:52:28,786 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90b5136e-d5f6-4961-b688-845e185a44bb', 'x-compute-request-id': 'req-90b5136e-d5f6-4961-b688-845e185a44bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:28,806 130379 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 6 second wait 2022-08-10 17:52:30,011 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.202s 2022-08-10 17:52:30,017 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:29 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-52fc3e80-64f0-4dec-b1ad-d15ed23f18a4', 'x-compute-request-id': 'req-52fc3e80-64f0-4dec-b1ad-d15ed23f18a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-08-10 17:52:30,029 130379 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2022-08-10 17:52:31,241 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.210s 2022-08-10 17:52:31,241 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52: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-3a71a369-9d27-4539-9568-25272605e9fc', 'x-compute-request-id': 'req-3a71a369-9d27-4539-9568-25272605e9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:32,586 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.327s 2022-08-10 17:52:32,586 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:32 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-8110ff5e-7850-429b-89f1-c93f3352e954', 'x-compute-request-id': 'req-8110ff5e-7850-429b-89f1-c93f3352e954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:34,279 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.678s 2022-08-10 17:52:34,279 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52: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-cab7713f-dd9f-4d16-b322-37bdffd48ab1', 'x-compute-request-id': 'req-cab7713f-dd9f-4d16-b322-37bdffd48ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:35,541 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.249s 2022-08-10 17:52:35,542 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52: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-a98b7a42-225d-4ffa-86a3-0f5061c2734c', 'x-compute-request-id': 'req-a98b7a42-225d-4ffa-86a3-0f5061c2734c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:36,865 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.301s 2022-08-10 17:52:36,865 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:36 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-df40e063-032b-4a1e-b07a-8a2c6f74ef02', 'x-compute-request-id': 'req-df40e063-032b-4a1e-b07a-8a2c6f74ef02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:38,175 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.292s 2022-08-10 17:52:38,175 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:37 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-4592e4d0-4333-47cc-ba12-86d1526b1241', 'x-compute-request-id': 'req-4592e4d0-4333-47cc-ba12-86d1526b1241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:39,668 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.477s 2022-08-10 17:52:39,669 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:39 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-bb04dec5-261d-442f-b23b-193072e270ed', 'x-compute-request-id': 'req-bb04dec5-261d-442f-b23b-193072e270ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:41,450 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.765s 2022-08-10 17:52:41,451 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:40 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-a08ffda4-2ec7-4446-a573-30d1e4c5baa9', 'x-compute-request-id': 'req-a08ffda4-2ec7-4446-a573-30d1e4c5baa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:42,732 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.269s 2022-08-10 17:52:42,732 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:42 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-990e8d83-204e-4c5b-b2af-c57cedc56fed', 'x-compute-request-id': 'req-990e8d83-204e-4c5b-b2af-c57cedc56fed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:44,007 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.263s 2022-08-10 17:52:44,008 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:43 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-2352525b-c667-4ad0-bdca-f3be85b6197c', 'x-compute-request-id': 'req-2352525b-c667-4ad0-bdca-f3be85b6197c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:45,236 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.216s 2022-08-10 17:52:45,237 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:45 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-7566a714-1895-437b-ba40-1b7e896c3ae3', 'x-compute-request-id': 'req-7566a714-1895-437b-ba40-1b7e896c3ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:46,469 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.220s 2022-08-10 17:52:46,470 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:46 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-258eb4ee-6a80-44bb-913d-4679e13af854', 'x-compute-request-id': 'req-258eb4ee-6a80-44bb-913d-4679e13af854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "BUILD", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "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-08-10 17:52:47,661 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.179s 2022-08-10 17:52:47,662 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b13b4a0-1456-4154-9969-cd33dc18122b', 'x-compute-request-id': 'req-5b13b4a0-1456-4154-9969-cd33dc18122b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "ACTIVE", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:47Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.93", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:4a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:46.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-08-10 17:52:47,674 130379 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2022-08-10 17:52:48,488 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2/action 0.813s 2022-08-10 17:52:48,500 130379 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, 10 Aug 2022 17:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-064add76-c2ad-43e9-96ad-a97b394b759f', 'x-compute-request-id': 'req-064add76-c2ad-43e9-96ad-a97b394b759f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2/action'} Body: b'' 2022-08-10 17:52:49,201 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.700s 2022-08-10 17:52:49,204 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1630', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7648ca9-c91d-4ca6-9e7d-8356d4f615ac', 'x-compute-request-id': 'req-a7648ca9-c91d-4ca6-9e7d-8356d4f615ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "ACTIVE", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:48Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.93", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:4a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852296-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852296-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-08-10 17:52:50,744 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2 0.525s 2022-08-10 17:52:50,744 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:50 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-cc54fbe9-4c16-4f65-9027-03582e514401', 'x-compute-request-id': 'req-cc54fbe9-4c16-4f65-9027-03582e514401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2'} Body: b'{"server": {"id": "3ca0b504-e928-4d31-be09-24a70200eff2", "name": "tempest-ServersAdminNegativeTestJSON-server-1315199476", "status": "SUSPENDED", "tenant_id": "9df088e5a610436ea21b8a360e2bb527", "user_id": "e83a3e198e21476eb12fcf417aea62de", "metadata": {}, "hostId": "6a677647a91f1d6089a392f2a8558b7e09e9dfd8a7ed43cda66b964e", "image": {"id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/images/a735ff26-463a-4ffe-a981-ab9d9baa494f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/452"}]}, "created": "2022-08-10T17:52:22Z", "updated": "2022-08-10T17:52:50Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.93", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:4b:4a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/servers/3ca0b504-e928-4d31-be09-24a70200eff2"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-10T17:52:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-852296-2", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-852296-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-08-10 17:52:50,756 130379 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 1 second wait 2022-08-10 17:52:50,916 130379 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 500 POST http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2/action 0.159s 2022-08-10 17:52:50,917 130379 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, 10 Aug 2022 17:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-dd992649-3496-473a-aac3-49085b72b59a', 'x-compute-request-id': 'req-dd992649-3496-473a-aac3-49085b72b59a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/3ca0b504-e928-4d31-be09-24a70200eff2/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-08-10 18:21:45,989 177152 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-10 18:21:45,990 177152 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-10 18:21:45,991 177152 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-10 18:21:46,116 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 GET http://10.222.0.50/compute/v2.1/os-quota-sets/7eb56a62cec44ca59a1e86c603c02d80 0.125s 2022-08-10 18:21:46,116 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21: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-21fc9e2f-7900-4e22-bf73-480cdb5b7fbf', 'x-compute-request-id': 'req-21fc9e2f-7900-4e22-bf73-480cdb5b7fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-quota-sets/7eb56a62cec44ca59a1e86c603c02d80'} Body: b'{"quota_set": {"id": "7eb56a62cec44ca59a1e86c603c02d80", "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-08-10 18:21:46,261 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 POST http://10.222.0.50/compute/v2.1/flavors 0.141s 2022-08-10 18:21:46,261 177152 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-1178335764", "id": 1057956856, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 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-c50a14f8-f84d-46c8-8293-d04c0c9543cd', 'x-compute-request-id': 'req-c50a14f8-f84d-46c8-8293-d04c0c9543cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1057956856", "name": "tempest-ServersAdminNegativeTestJSON-flavor-1178335764", "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.50/compute/v2.1/flavors/1057956856"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/1057956856"}]}}' 2022-08-10 18:21:46,379 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 500 POST http://10.222.0.50/compute/v2.1/servers/9f8e5d7a-dbfe-424e-b825-aee6a93623ce/action 0.113s 2022-08-10 18:21:46,379 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "1057956856"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3114f8f5-ab13-4b02-9270-a7f668b85ae5', 'x-compute-request-id': 'req-3114f8f5-ab13-4b02-9270-a7f668b85ae5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/9f8e5d7a-dbfe-424e-b825-aee6a93623ce/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-08-10 18:21:46,529 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/flavors/1057956856 0.146s 2022-08-10 18:21:46,530 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f074eba-4e99-4b50-afaf-20dfaf0dc331', 'x-compute-request-id': 'req-0f074eba-4e99-4b50-afaf-20dfaf0dc331', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/1057956856'} Body: b'' 2022-08-10 18:21:46,559 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.50/compute/v2.1/flavors/detail 0.029s 2022-08-10 18:21:46,560 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21: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-4258ba3c-b582-40e1-bc14-265a0b1d2a85', 'x-compute-request-id': 'req-4258ba3c-b582-40e1-bc14-265a0b1d2a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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-08-10 18:21:46,570 177152 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-08-10 18:21:46,578 177152 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-10 18:21:46,579 177152 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-10 18:21:46,579 177152 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-10 18:21:46,665 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 GET http://10.222.0.50/compute/v2.1/os-quota-sets/7eb56a62cec44ca59a1e86c603c02d80 0.085s 2022-08-10 18:21:46,665 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 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-2f53bfb9-e000-4371-bf30-0276cc43545a', 'x-compute-request-id': 'req-2f53bfb9-e000-4371-bf30-0276cc43545a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-quota-sets/7eb56a62cec44ca59a1e86c603c02d80'} Body: b'{"quota_set": {"id": "7eb56a62cec44ca59a1e86c603c02d80", "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-08-10 18:21:46,815 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 POST http://10.222.0.50/compute/v2.1/flavors 0.145s 2022-08-10 18:21:46,815 177152 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-1807237868", "id": 430855181, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 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-eaca24a5-6430-4063-99d0-6cb06c59aa2a', 'x-compute-request-id': 'req-eaca24a5-6430-4063-99d0-6cb06c59aa2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "430855181", "name": "tempest-ServersAdminNegativeTestJSON-flavor-1807237868", "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.50/compute/v2.1/flavors/430855181"}, {"rel": "bookmark", "href": "http://10.222.0.50/compute/flavors/430855181"}]}}' 2022-08-10 18:21:46,933 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 500 POST http://10.222.0.50/compute/v2.1/servers/9f8e5d7a-dbfe-424e-b825-aee6a93623ce/action 0.114s 2022-08-10 18:21:46,934 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "430855181"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-144e8a33-ace1-4677-b69e-d6fe2d1b9fc9', 'x-compute-request-id': 'req-144e8a33-ace1-4677-b69e-d6fe2d1b9fc9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/compute/v2.1/servers/9f8e5d7a-dbfe-424e-b825-aee6a93623ce/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-08-10 18:21:47,021 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/flavors/430855181 0.086s 2022-08-10 18:21:47,022 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60d2809c-b908-459a-8597-5e70af77af23', 'x-compute-request-id': 'req-60d2809c-b908-459a-8597-5e70af77af23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/flavors/430855181'} Body: b'' 2022-08-10 18:21:47,057 177152 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.50/compute/v2.1/flavors/detail 0.029s 2022-08-10 18:21:47,058 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:21:47 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-a7a48d11-9cbb-4bc1-affd-e3f0465ff851', 'x-compute-request-id': 'req-a7a48d11-9cbb-4bc1-affd-e3f0465ff851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/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.50/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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.50/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.50/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-08-10 18:21:47,067 177152 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_volume.AttachSCSIVolumeTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
fail
ft24.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-08-10 17:54:00,005 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f 1.307s 2022-08-10 17:54:00,006 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2c02b3f-7c4c-4778-bc30-e05069452f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f'} 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": "de82af5b02764b529d7ffc4d95b6343f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "created_at": "2022-08-10T17:40:04Z", "updated_at": "2022-08-10T17:40:21Z", "tags": [], "self": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f", "file": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file", "schema": "/v2/schemas/image"}' 2022-08-10 17:54:04,359 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file 4.352s 2022-08-10 17:54:13,186 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-f1f22a27-f32f-411d-8ffe-5d0540f9b588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/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-08-10 17:54:13,350 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.50/image/v2/images 0.163s 2022-08-10 17:54:13,350 130379 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, 10 Aug 2022 17:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/eb634111-773a-4287-a31b-761fbe47c444', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e2c83ed7-b604-4218-a135-bc46d66f1cc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/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": "2fe1da8ca52e4a14aaa68bd08ffe4f5e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eb634111-773a-4287-a31b-761fbe47c444", "created_at": "2022-08-10T17:54:13Z", "updated_at": "2022-08-10T17:54:13Z", "tags": [], "self": "/v2/images/eb634111-773a-4287-a31b-761fbe47c444", "file": "/v2/images/eb634111-773a-4287-a31b-761fbe47c444/file", "schema": "/v2/schemas/image"}' 2022-08-10 17:54:36,639 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444/file 23.288s 2022-08-10 17:54:36,639 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f17cd717850> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-61c0e1a4-4c74-4aaf-a687-1ffb239f8c42', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444/file'} Body: b'' 2022-08-10 17:54:36,683 130379 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:54:36,683 130379 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:54:37,426 130379 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.740s 2022-08-10 17:54:37,427 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1866649603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvY8n+CYenO2AKHvpdRGmotzRwo+AKkXkY+SvnMJeNgmntelYVZRREy4L9H39Xpwca3VV0ZxRlAAEZJ7FAsFXG1O/6HVi04G29rXJm8I2uJOFu+ALUpGPiLpqjpb9iLGg=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:36 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-0375ac46-e142-4495-a171-f99e0b93fde1', 'x-compute-request-id': 'req-0375ac46-e142-4495-a171-f99e0b93fde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1866649603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvY8n+CYenO2AKHvpdRGmotzRwo+AKkXkY+SvnMJeNgmntelYVZRREy4L9H39Xpwca3VV0ZxRlAAEZJ7FAsFXG1O/6HVi04G29rXJm8I2uJOFu+ALUpGPiLpqjpb9iLGg==", "fingerprint": "0b:20:68:d1:ef:4f:93:24:f5:ad:c4:84:bf:58:45:72", "user_id": "b0ba04bf1c5245d7bf01c1cccbbfdb72"}}' 2022-08-10 17:54:37,430 130379 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1866649603 created 2022-08-10 17:54:37,932 130379 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.501s 2022-08-10 17:54:37,933 130379 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--1910720072", "description": "tempest-description--389607323"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-102be21c-88ca-447f-b851-eb6558d04804', 'date': 'Wed, 10 Aug 2022 17:54:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "name": "tempest-securitygroup--1910720072", "stateful": true, "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "description": "tempest-description--389607323", "shared": false, "security_group_rules": [{"id": "0c17118d-db80-4b67-af30-0bded04b3420", "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "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": 929, "description": null, "tags": [], "created_at": "2022-08-10T17:54:37Z", "updated_at": "2022-08-10T17:54:37Z", "revision_number": 0, "project_id": "c9882a16473b434c8f1b5dec3c2e7218"}, {"id": "45f29955-bfd0-4a0c-9a4e-96a51293fe0d", "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "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": 930, "description": null, "tags": [], "created_at": "2022-08-10T17:54:37Z", "updated_at": "2022-08-10T17:54:37Z", "revision_number": 0, "project_id": "c9882a16473b434c8f1b5dec3c2e7218"}], "tags": [], "created_at": "2022-08-10T17:54:37Z", "updated_at": "2022-08-10T17:54:37Z", "revision_number": 1, "project_id": "c9882a16473b434c8f1b5dec3c2e7218"}}' 2022-08-10 17:54:38,458 130379 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.525s 2022-08-10 17:54:38,458 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "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-b9d04e94-9728-48eb-a816-2cacb1ffc6c8', 'date': 'Wed, 10 Aug 2022 17:54:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b44e3929-c771-4772-a80e-4bb2d795910b", "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "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-08-10T17:54:38Z", "updated_at": "2022-08-10T17:54:38Z", "revision_number": 0, "project_id": "c9882a16473b434c8f1b5dec3c2e7218"}}' 2022-08-10 17:54:39,197 130379 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.738s 2022-08-10 17:54:39,198 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ed12aa2-66b7-4325-88bf-c45e64aecbe7', 'date': 'Wed, 10 Aug 2022 17:54:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3df168a0-fa2c-45d0-99fe-fe551294ca3d", "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "security_group_id": "095dc3ae-80c4-4ca1-8021-cb1bb883e8cd", "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-08-10T17:54:38Z", "updated_at": "2022-08-10T17:54:38Z", "revision_number": 0, "project_id": "c9882a16473b434c8f1b5dec3c2e7218"}}' 2022-08-10 17:54:39,198 130379 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1910720072 created 2022-08-10 17:54:42,279 130379 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.080s 2022-08-10 17:54:42,279 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1db3a7f4-fb31-4240-8e00-7028907e8ccc', 'date': 'Wed, 10 Aug 2022 17:54:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "26688edd-a83c-4049-9ea6-1ec2b829e70c", "tenant_id": "c9882a16473b434c8f1b5dec3c2e7218", "floating_ip_address": "172.25.1.140", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c9882a16473b434c8f1b5dec3c2e7218", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:54:41Z", "updated_at": "2022-08-10T17:54:41Z", "revision_number": 0}}' 2022-08-10 17:54:42,279 130379 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '26688edd-a83c-4049-9ea6-1ec2b829e70c', 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'floating_ip_address': '172.25.1.140', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:54:41Z', 'updated_at': '2022-08-10T17:54:41Z', 'revision_number': 0, 'ip': '172.25.1.140'} created 2022-08-10 17:54:42,398 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.112s 2022-08-10 17:54:42,398 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:42 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-b89f1e59-4547-4821-b74c-f0e72f0d26c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b0ba04bf1c5245d7bf01c1cccbbfdb72", "name": "tempest-AttachSCSIVolumeTestJSON-37533962-project", "password_expires_at": null}, "audit_ids": ["zT_RvJxKTgmNyL0s9C4MNQ"], "expires_at": "2022-08-10T18:54:42.000000Z", "issued_at": "2022-08-10T17:54:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9882a16473b434c8f1b5dec3c2e7218", "name": "tempest-AttachSCSIVolumeTestJSON-37533962"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c9882a16473b434c8f1b5dec3c2e7218", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c9882a16473b434c8f1b5dec3c2e7218", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c9882a16473b434c8f1b5dec3c2e7218", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c9882a16473b434c8f1b5dec3c2e7218", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:54:42,399 130379 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'd78692be-6254-41c2-a111-b38b6979dbc2', 'name': 'tempest-AttachSCSIVolumeTestJSON-395222357-network', 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 623, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:53:31Z', 'updated_at': '2022-08-10T17:53:31Z', 'revision_number': 1} available for tenant 2022-08-10 17:54:42,400 130379 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1866649603', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvY8n+CYenO2AKHvpdRGmotzRwo+AKkXkY+SvnMJeNgmntelYVZRREy4L9H39Xpwca3VV0ZxRlAAEZJ7FAsFXG1O/6HVi04G29rXJm8I2uJOFu+ALUpGPiLpqjpb9iLGg==', 'fingerprint': '0b:20:68:d1:ef:4f:93:24:f5:ad:c4:84:bf:58:45:72', 'user_id': 'b0ba04bf1c5245d7bf01c1cccbbfdb72', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnr8NIKClj6ORSXn182xgUuam8AkIJf0VtJqRqBf4o6KDAfcK5SbOZ\nl0reCdWZ+yGgBwYFK4EEACKhZANiAARr2PJ/gmHpztgCh76XURpqLc0cKPgCpF5G\nPkr5zCXjYJp7XpWFWUURMuC/R9/V6cHGt1VdGcUZQABGSexQLBVxtTv+h1YtOBtv\na1yZvCNriThbvgC1KRj4i6ao6W/Yixo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '095dc3ae-80c4-4ca1-8021-cb1bb883e8cd', 'name': 'tempest-securitygroup--1910720072', 'stateful': True, 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'description': 'tempest-description--389607323', 'shared': False, 'security_group_rules': [{'id': '0c17118d-db80-4b67-af30-0bded04b3420', 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'security_group_id': '095dc3ae-80c4-4ca1-8021-cb1bb883e8cd', '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': 929, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:54:37Z', 'updated_at': '2022-08-10T17:54:37Z', 'revision_number': 0, 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218'}, {'id': '45f29955-bfd0-4a0c-9a4e-96a51293fe0d', 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'security_group_id': '095dc3ae-80c4-4ca1-8021-cb1bb883e8cd', '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': 930, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:54:37Z', 'updated_at': '2022-08-10T17:54:37Z', 'revision_number': 0, 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218'}], 'tags': [], 'created_at': '2022-08-10T17:54:37Z', 'updated_at': '2022-08-10T17:54:37Z', 'revision_number': 1, 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218'}, 'floating_ip': {'id': '26688edd-a83c-4049-9ea6-1ec2b829e70c', 'tenant_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'floating_ip_address': '172.25.1.140', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c9882a16473b434c8f1b5dec3c2e7218', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:54:41Z', 'updated_at': '2022-08-10T17:54:41Z', 'revision_number': 0, 'ip': '172.25.1.140'}} 2022-08-10 17:54:43,272 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://10.222.0.50/compute/v2.1/servers 0.871s 2022-08-10 17:54:43,273 130379 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-1096236660", "imageRef": "eb634111-773a-4287-a31b-761fbe47c444", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "d78692be-6254-41c2-a111-b38b6979dbc2"}], "security_groups": [{"name": "tempest-securitygroup--1910720072"}], "key_name": "tempest-keypair-1866649603", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-2832010f-d1fa-4662-8d5b-ea6c18081df8', 'x-compute-request-id': 'req-2832010f-d1fa-4662-8d5b-ea6c18081df8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:54:43,563 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1866649603 0.284s 2022-08-10 17:54:43,563 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-0bf4ac7d-df04-40d2-9bcf-a86f67ac1361', 'x-compute-request-id': 'req-0bf4ac7d-df04-40d2-9bcf-a86f67ac1361', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1866649603'} Body: b'' 2022-08-10 17:54:44,159 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/095dc3ae-80c4-4ca1-8021-cb1bb883e8cd 0.594s 2022-08-10 17:54:44,159 130379 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-0c477833-ae40-46b3-b31e-7fefaac206ba', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:54:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/095dc3ae-80c4-4ca1-8021-cb1bb883e8cd'} Body: b'' 2022-08-10 17:54:44,311 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/095dc3ae-80c4-4ca1-8021-cb1bb883e8cd 0.151s 2022-08-10 17:54:44,311 130379 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-fd731157-091b-487d-be9d-c31e243a8713', 'date': 'Wed, 10 Aug 2022 17:54:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/095dc3ae-80c4-4ca1-8021-cb1bb883e8cd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 095dc3ae-80c4-4ca1-8021-cb1bb883e8cd does not exist", "detail": ""}}' 2022-08-10 17:54:45,534 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/26688edd-a83c-4049-9ea6-1ec2b829e70c 1.222s 2022-08-10 17:54:45,535 130379 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-b2d383cf-e306-4325-974c-58b028ac7b09', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:54:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/26688edd-a83c-4049-9ea6-1ec2b829e70c'} Body: b'' 2022-08-10 17:54:47,580 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444 2.045s 2022-08-10 17:54:47,581 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f8433634-47e0-47b8-a222-8df35eca1cc0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444'} Body: b'' 2022-08-10 17:54:47,605 130379 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444 0.023s 2022-08-10 17:54:47,605 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3e0d15f0-6912-4f77-9d20-a8343ed4c7e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/image/v2/images/eb634111-773a-4287-a31b-761fbe47c444'} Body: b'{"message": "No image found with ID eb634111-773a-4287-a31b-761fbe47c444<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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft25.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-08-10 17:56:35,349 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:56:36,022 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.670s 2022-08-10 17:56:36,023 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1087527284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMQkkAqNR9sdHod21coCj0CzANmLxLCjnVpUpHCGMcF6zHihS/0IX2ZUPLoSmkEVwHKwwQxDll4NmIaSGcrip4V2wV4q5KBA8pKW/jMDFLAqmSGIBlgBlFxpoiDiQKnt4w=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:35 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-7620b3e5-faad-4c78-8f79-a7a60ec4d1b2', 'x-compute-request-id': 'req-7620b3e5-faad-4c78-8f79-a7a60ec4d1b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1087527284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMQkkAqNR9sdHod21coCj0CzANmLxLCjnVpUpHCGMcF6zHihS/0IX2ZUPLoSmkEVwHKwwQxDll4NmIaSGcrip4V2wV4q5KBA8pKW/jMDFLAqmSGIBlgBlFxpoiDiQKnt4w==", "fingerprint": "44:2f:e3:d7:dd:77:7a:26:f4:f9:42:10:01:ee:02:d4", "user_id": "3ebff9a58da54a6ebd14e7271d023ebd"}}' 2022-08-10 17:56:36,025 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1087527284 created 2022-08-10 17:56:38,168 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 2.142s 2022-08-10 17:56:38,168 130371 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--546854235", "description": "tempest-description--85352373"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e68b596c-9a40-44bd-a244-04a4a50163ed', 'date': 'Wed, 10 Aug 2022 17:56:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42dae76c-a63b-44a8-af30-681da2e57af4", "name": "tempest-securitygroup--546854235", "stateful": true, "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "description": "tempest-description--85352373", "shared": false, "security_group_rules": [{"id": "5598e256-70e6-4ab6-8874-9528cc667694", "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "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": 1243, "description": null, "tags": [], "created_at": "2022-08-10T17:56:37Z", "updated_at": "2022-08-10T17:56:37Z", "revision_number": 0, "project_id": "dd83596896bc4e80a23e4d9b8a697fb1"}, {"id": "f67006fa-0668-48bc-8c3c-057751cdb4e2", "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "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": 1242, "description": null, "tags": [], "created_at": "2022-08-10T17:56:37Z", "updated_at": "2022-08-10T17:56:37Z", "revision_number": 0, "project_id": "dd83596896bc4e80a23e4d9b8a697fb1"}], "tags": [], "created_at": "2022-08-10T17:56:37Z", "updated_at": "2022-08-10T17:56:37Z", "revision_number": 1, "project_id": "dd83596896bc4e80a23e4d9b8a697fb1"}}' 2022-08-10 17:56:40,738 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 2.569s 2022-08-10 17:56:40,738 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "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-8453d7d7-9edb-43ee-999e-f57f7da31a25', 'date': 'Wed, 10 Aug 2022 17:56:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "716d2ba9-d290-4a97-b170-c51941ae731e", "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "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-08-10T17:56:40Z", "updated_at": "2022-08-10T17:56:40Z", "revision_number": 0, "project_id": "dd83596896bc4e80a23e4d9b8a697fb1"}}' 2022-08-10 17:56:42,123 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.384s 2022-08-10 17:56:42,123 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-53488604-0993-4fa4-825f-fb2a3c60a190', 'date': 'Wed, 10 Aug 2022 17:56:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3ea53b0-b17c-4e55-8124-a5471dcf451c", "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "security_group_id": "42dae76c-a63b-44a8-af30-681da2e57af4", "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-08-10T17:56:41Z", "updated_at": "2022-08-10T17:56:41Z", "revision_number": 0, "project_id": "dd83596896bc4e80a23e4d9b8a697fb1"}}' 2022-08-10 17:56:42,124 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--546854235 created 2022-08-10 17:56:48,540 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 6.416s 2022-08-10 17:56:48,540 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-7035d416-e866-49c2-a8f1-2aa3c8f670ec', 'date': 'Wed, 10 Aug 2022 17:56:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ebcf6d8c-d152-42ce-828e-615300a16ea2", "tenant_id": "dd83596896bc4e80a23e4d9b8a697fb1", "floating_ip_address": "172.25.1.43", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dd83596896bc4e80a23e4d9b8a697fb1", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:56:46Z", "updated_at": "2022-08-10T17:56:46Z", "revision_number": 0}}' 2022-08-10 17:56:48,541 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ebcf6d8c-d152-42ce-828e-615300a16ea2', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'floating_ip_address': '172.25.1.43', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:56:46Z', 'updated_at': '2022-08-10T17:56:46Z', 'revision_number': 0, 'ip': '172.25.1.43'} created 2022-08-10 17:56:48,824 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.277s 2022-08-10 17:56:48,825 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:48 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-1ae8a47c-8d3a-4e4f-815b-2f73bde0b2a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ebff9a58da54a6ebd14e7271d023ebd", "name": "tempest-VolumesAdminNegativeTest-28848144-project", "password_expires_at": null}, "audit_ids": ["jufrNHndTrOCDYlpAKgXQw"], "expires_at": "2022-08-10T18:56:48.000000Z", "issued_at": "2022-08-10T17:56:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd83596896bc4e80a23e4d9b8a697fb1", "name": "tempest-VolumesAdminNegativeTest-28848144"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:56:48,825 130371 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '52652bb2-7f82-4cb4-9c89-0b952d4b3952', 'name': 'tempest-VolumesAdminNegativeTest-1570959732-network', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 604, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:55:44Z', 'updated_at': '2022-08-10T17:55:44Z', 'revision_number': 1} available for tenant 2022-08-10 17:56:48,826 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1087527284', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMQkkAqNR9sdHod21coCj0CzANmLxLCjnVpUpHCGMcF6zHihS/0IX2ZUPLoSmkEVwHKwwQxDll4NmIaSGcrip4V2wV4q5KBA8pKW/jMDFLAqmSGIBlgBlFxpoiDiQKnt4w==', 'fingerprint': '44:2f:e3:d7:dd:77:7a:26:f4:f9:42:10:01:ee:02:d4', 'user_id': '3ebff9a58da54a6ebd14e7271d023ebd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDVzT2kIXpmAx8JDwOkP6sdn+fLF6eDskG272DneGk0YB+4YQUq4gWX\nwm8/Y0LoPlWgBwYFK4EEACKhZANiAATEJJAKjUfbHR6HdtXKAo9AswDZi8Swo51a\nVKRwhjHBesx4oUv9CF9mVDy6EppBFcBysMEMQ5ZeDZiGkhnK4qeFdsFeKuSgQPKS\nlv4zAxSwKpkhiAZYAZRcaaIg4kCp7eM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '42dae76c-a63b-44a8-af30-681da2e57af4', 'name': 'tempest-securitygroup--546854235', 'stateful': True, 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'description': 'tempest-description--85352373', 'shared': False, 'security_group_rules': [{'id': '5598e256-70e6-4ab6-8874-9528cc667694', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'security_group_id': '42dae76c-a63b-44a8-af30-681da2e57af4', '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': 1243, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:56:37Z', 'updated_at': '2022-08-10T17:56:37Z', 'revision_number': 0, 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1'}, {'id': 'f67006fa-0668-48bc-8c3c-057751cdb4e2', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'security_group_id': '42dae76c-a63b-44a8-af30-681da2e57af4', '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': 1242, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:56:37Z', 'updated_at': '2022-08-10T17:56:37Z', 'revision_number': 0, 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1'}], 'tags': [], 'created_at': '2022-08-10T17:56:37Z', 'updated_at': '2022-08-10T17:56:37Z', 'revision_number': 1, 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1'}, 'floating_ip': {'id': 'ebcf6d8c-d152-42ce-828e-615300a16ea2', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'floating_ip_address': '172.25.1.43', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:56:46Z', 'updated_at': '2022-08-10T17:56:46Z', 'revision_number': 0, 'ip': '172.25.1.43'}} 2022-08-10 17:56:49,930 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 500 POST http://10.222.0.50/compute/v2.1/servers 1.103s 2022-08-10 17:56:49,930 130371 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-1822024962", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "52652bb2-7f82-4cb4-9c89-0b952d4b3952"}], "security_groups": [{"name": "tempest-securitygroup--546854235"}], "key_name": "tempest-keypair-1087527284", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-9fc44f55-9aad-452d-866e-8ce7d37544d4', 'x-compute-request-id': 'req-9fc44f55-9aad-452d-866e-8ce7d37544d4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft25.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-08-10 17:56:50,521 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.572s 2022-08-10 17:56:50,521 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:49 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-d4a369d2-c332-455d-92a2-f0930ac7b185', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ebff9a58da54a6ebd14e7271d023ebd", "name": "tempest-VolumesAdminNegativeTest-28848144-project", "password_expires_at": null}, "audit_ids": ["d7-7S1fDSDWFm9G-4zWIog"], "expires_at": "2022-08-10T18:56:50.000000Z", "issued_at": "2022-08-10T17:56:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd83596896bc4e80a23e4d9b8a697fb1", "name": "tempest-VolumesAdminNegativeTest-28848144"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_dd83596896bc4e80a23e4d9b8a697fb1", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:56:50,522 130371 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '52652bb2-7f82-4cb4-9c89-0b952d4b3952', 'name': 'tempest-VolumesAdminNegativeTest-1570959732-network', 'tenant_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dd83596896bc4e80a23e4d9b8a697fb1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 604, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:55:44Z', 'updated_at': '2022-08-10T17:55:44Z', 'revision_number': 1} available for tenant 2022-08-10 17:56:51,623 130371 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://10.222.0.50/compute/v2.1/servers 1.100s 2022-08-10 17:56:51,623 130371 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-1558221992", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "52652bb2-7f82-4cb4-9c89-0b952d4b3952"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3df49046-edc4-4c5e-8d54-210f81c17968', 'x-compute-request-id': 'req-3df49046-edc4-4c5e-8d54-210f81c17968', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft26.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-08-10 17:54:31,352 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 1.531s 2022-08-10 17:54:31,352 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d4406a43-0712-4965-8b5c-358162a414c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6509cef8fdd54dba8b7a810addc63b61", "name": "tempest-ImagesTestJSON-338650746-project", "password_expires_at": null}, "audit_ids": ["s9s6TFgLQwaKcLp0vQjwQA"], "expires_at": "2022-08-10T18:54:31.000000Z", "issued_at": "2022-08-10T17:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4a20ed151a648a6b816c0de87eb117e", "name": "tempest-ImagesTestJSON-338650746"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:54:31,353 130381 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '281ad327-3497-4601-a7be-cb62e0dcd014', 'name': 'tempest-ImagesTestJSON-2042352155-network', 'tenant_id': 'a4a20ed151a648a6b816c0de87eb117e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a4a20ed151a648a6b816c0de87eb117e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 645, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:54:15Z', 'updated_at': '2022-08-10T17:54:15Z', 'revision_number': 1} available for tenant 2022-08-10 17:54:33,508 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 500 POST http://10.222.0.50/compute/v2.1/servers 2.154s 2022-08-10 17:54:33,508 130381 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-2080627286", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "281ad327-3497-4601-a7be-cb62e0dcd014"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-61aadc81-4876-4e0e-90bf-2c7344212c87', 'x-compute-request-id': 'req-61aadc81-4876-4e0e-90bf-2c7344212c87', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft26.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-08-10 17:54:34,190 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.668s 2022-08-10 17:54:34,190 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-60e929f0-034e-4bca-ae00-97742a1072c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6509cef8fdd54dba8b7a810addc63b61", "name": "tempest-ImagesTestJSON-338650746-project", "password_expires_at": null}, "audit_ids": ["ITDPfRZVS2-SRa3YRCKzuA"], "expires_at": "2022-08-10T18:54:34.000000Z", "issued_at": "2022-08-10T17:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4a20ed151a648a6b816c0de87eb117e", "name": "tempest-ImagesTestJSON-338650746"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:54:34,191 130381 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '281ad327-3497-4601-a7be-cb62e0dcd014', 'name': 'tempest-ImagesTestJSON-2042352155-network', 'tenant_id': 'a4a20ed151a648a6b816c0de87eb117e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a4a20ed151a648a6b816c0de87eb117e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 645, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:54:15Z', 'updated_at': '2022-08-10T17:54:15Z', 'revision_number': 1} available for tenant 2022-08-10 17:54:34,915 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 500 POST http://10.222.0.50/compute/v2.1/servers 0.723s 2022-08-10 17:54:34,916 130381 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-656511487", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "281ad327-3497-4601-a7be-cb62e0dcd014"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-4cafcef7-b049-4521-8a09-5e834fb05533', 'x-compute-request-id': 'req-4cafcef7-b049-4521-8a09-5e834fb05533', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft26.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-08-10 17:54:35,735 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.812s 2022-08-10 17:54:35,736 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7357bfc1-795d-4764-9270-5330ac271f73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6509cef8fdd54dba8b7a810addc63b61", "name": "tempest-ImagesTestJSON-338650746-project", "password_expires_at": null}, "audit_ids": ["2ugRAtAQSDy38W28Q540MQ"], "expires_at": "2022-08-10T18:54:35.000000Z", "issued_at": "2022-08-10T17:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4a20ed151a648a6b816c0de87eb117e", "name": "tempest-ImagesTestJSON-338650746"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:54:35,736 130381 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '281ad327-3497-4601-a7be-cb62e0dcd014', 'name': 'tempest-ImagesTestJSON-2042352155-network', 'tenant_id': 'a4a20ed151a648a6b816c0de87eb117e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a4a20ed151a648a6b816c0de87eb117e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 645, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:54:15Z', 'updated_at': '2022-08-10T17:54:15Z', 'revision_number': 1} available for tenant 2022-08-10 17:54:36,457 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 500 POST http://10.222.0.50/compute/v2.1/servers 0.719s 2022-08-10 17:54:36,457 130381 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-1217367476", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "281ad327-3497-4601-a7be-cb62e0dcd014"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-ac898ee3-30a8-4969-99e1-09381f550224', 'x-compute-request-id': 'req-ac898ee3-30a8-4969-99e1-09381f550224', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft26.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-08-10 17:54:36,766 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.300s 2022-08-10 17:54:36,766 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b920a55d-22a6-466d-9304-46e3277eaaec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6509cef8fdd54dba8b7a810addc63b61", "name": "tempest-ImagesTestJSON-338650746-project", "password_expires_at": null}, "audit_ids": ["CkRMOXtJQrywaOr6ZsBpyA"], "expires_at": "2022-08-10T18:54:36.000000Z", "issued_at": "2022-08-10T17:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4a20ed151a648a6b816c0de87eb117e", "name": "tempest-ImagesTestJSON-338650746"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_a4a20ed151a648a6b816c0de87eb117e", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:54:36,767 130381 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '281ad327-3497-4601-a7be-cb62e0dcd014', 'name': 'tempest-ImagesTestJSON-2042352155-network', 'tenant_id': 'a4a20ed151a648a6b816c0de87eb117e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a4a20ed151a648a6b816c0de87eb117e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 645, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:54:15Z', 'updated_at': '2022-08-10T17:54:15Z', 'revision_number': 1} available for tenant 2022-08-10 17:54:37,461 130381 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 500 POST http://10.222.0.50/compute/v2.1/servers 0.694s 2022-08-10 17:54:37,462 130381 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-541401509", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "281ad327-3497-4601-a7be-cb62e0dcd014"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:54: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-ebfff3b3-9596-42c9-98a9-ad44114e3284', 'x-compute-request-id': 'req-ebfff3b3-9596-42c9-98a9-ad44114e3284', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft27.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-08-10 17:58:46,628 130371 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.513s 2022-08-10 17:58:46,628 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:46 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-c33e0e20-931d-494d-83c2-0c2224e5bdff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4aeaa337bba14b838cf4e518c673509c", "name": "tempest-ImagesNegativeTestJSON-1364275812-project", "password_expires_at": null}, "audit_ids": ["nUIYX89lQMy_ka3njGQ4Zg"], "expires_at": "2022-08-10T18:58:46.000000Z", "issued_at": "2022-08-10T17:58:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4204ea2d4353411d871c1de3f5ef05ec", "name": "tempest-ImagesNegativeTestJSON-1364275812"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/4204ea2d4353411d871c1de3f5ef05ec", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/4204ea2d4353411d871c1de3f5ef05ec", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/4204ea2d4353411d871c1de3f5ef05ec", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_4204ea2d4353411d871c1de3f5ef05ec", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:46,629 130371 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': '60ec4a62-7d19-4c6b-bb21-e63eed82e1b2', 'name': 'tempest-ImagesNegativeTestJSON-1678234213-network', 'tenant_id': '4204ea2d4353411d871c1de3f5ef05ec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4204ea2d4353411d871c1de3f5ef05ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 600, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:58:27Z', 'updated_at': '2022-08-10T17:58:27Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:47,717 130371 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 500 POST http://10.222.0.50/compute/v2.1/servers 1.088s 2022-08-10 17:58:47,718 130371 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-1887084447", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "60ec4a62-7d19-4c6b-bb21-e63eed82e1b2"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a8cf1422-f1d0-41ec-b252-d0090b555bc1', 'x-compute-request-id': 'req-a8cf1422-f1d0-41ec-b252-d0090b555bc1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt27.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
pt27.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
pt27.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
ft28.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-08-10 17:59:21,421 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.50/compute/v2.1/os-security-groups 1.223s 2022-08-10 17:59:21,421 130371 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-2037192411", "description": "tempest-description-880860802"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:20 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-1eeef045-940b-4ace-93b6-e79b7a816f74', 'x-compute-request-id': 'req-1eeef045-940b-4ace-93b6-e79b7a816f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "5560b29f-27db-4df2-95cb-f92afeef2c73", "description": "tempest-description-880860802", "name": "tempest-SecurityGroupsTestJSON-securitygroup-2037192411", "tenant_id": "d463f2ef16c940a3bd99d9f79ae3e60d", "rules": []}}' 2022-08-10 17:59:22,871 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.50/compute/v2.1/os-security-groups 1.445s 2022-08-10 17:59:22,872 130371 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-1202193132", "description": "tempest-description-1488603427"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:21 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-76b0d00c-8cab-4b70-a553-73516321c4c1', 'x-compute-request-id': 'req-76b0d00c-8cab-4b70-a553-73516321c4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "c6c7f336-7b5b-429e-bf97-4a7c32d7501f", "description": "tempest-description-1488603427", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1202193132", "tenant_id": "d463f2ef16c940a3bd99d9f79ae3e60d", "rules": []}}' 2022-08-10 17:59:22,942 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.057s 2022-08-10 17:59:22,942 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:22 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-8fcaac9f-5eac-4868-8916-7709ca0a2b76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d38b40d915604752967356b497aee153", "name": "tempest-SecurityGroupsTestJSON-1015574949-project", "password_expires_at": null}, "audit_ids": ["l7lZl6dPSJaXrZI_2VwqDA"], "expires_at": "2022-08-10T18:59:22.000000Z", "issued_at": "2022-08-10T17:59:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d463f2ef16c940a3bd99d9f79ae3e60d", "name": "tempest-SecurityGroupsTestJSON-1015574949"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:22,943 130371 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '3e5deeb2-598f-46b2-82c7-15e5b5515127', 'name': 'tempest-SecurityGroupsTestJSON-1187399960-network', 'tenant_id': 'd463f2ef16c940a3bd99d9f79ae3e60d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd463f2ef16c940a3bd99d9f79ae3e60d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:59:04Z', 'updated_at': '2022-08-10T17:59:04Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:24,223 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 500 POST http://10.222.0.50/compute/v2.1/servers 1.279s 2022-08-10 17:59:24,223 130371 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-1805882898", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "3e5deeb2-598f-46b2-82c7-15e5b5515127"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59: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-f2074b45-a98d-4c56-be91-cc27f4413cb1', 'x-compute-request-id': 'req-f2074b45-a98d-4c56-be91-cc27f4413cb1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt28.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
pt28.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
ft28.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-08-10 17:59:37,071 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.50/compute/v2.1/os-security-groups 1.144s 2022-08-10 17:59:37,072 130371 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-1119199363", "description": "tempest-description-1304025157"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:35 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-559325e1-dfe2-4020-a4cb-3db95d80bc34', 'x-compute-request-id': 'req-559325e1-dfe2-4020-a4cb-3db95d80bc34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "c9498e61-c9c0-4f4f-a4ab-30f922ce6172", "description": "tempest-description-1304025157", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1119199363", "tenant_id": "d463f2ef16c940a3bd99d9f79ae3e60d", "rules": []}}' 2022-08-10 17:59:38,578 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.50/compute/v2.1/os-security-groups 1.501s 2022-08-10 17:59:38,578 130371 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-1838927838", "description": "tempest-description-862593796"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:37 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-cf7dca37-28ec-4be1-bae8-67e3226841cb', 'x-compute-request-id': 'req-cf7dca37-28ec-4be1-bae8-67e3226841cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "6522f65c-7714-44c8-8c18-074439e6ffb0", "description": "tempest-description-862593796", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1838927838", "tenant_id": "d463f2ef16c940a3bd99d9f79ae3e60d", "rules": []}}' 2022-08-10 17:59:38,855 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.267s 2022-08-10 17:59:38,856 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:38 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-fc6ae618-2826-4d05-a7ab-2b209dba01db', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d38b40d915604752967356b497aee153", "name": "tempest-SecurityGroupsTestJSON-1015574949-project", "password_expires_at": null}, "audit_ids": ["QUmgnfDTRnCp7CKYH1SEPQ"], "expires_at": "2022-08-10T18:59:38.000000Z", "issued_at": "2022-08-10T17:59:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d463f2ef16c940a3bd99d9f79ae3e60d", "name": "tempest-SecurityGroupsTestJSON-1015574949"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_d463f2ef16c940a3bd99d9f79ae3e60d", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:38,856 130371 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '3e5deeb2-598f-46b2-82c7-15e5b5515127', 'name': 'tempest-SecurityGroupsTestJSON-1187399960-network', 'tenant_id': 'd463f2ef16c940a3bd99d9f79ae3e60d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd463f2ef16c940a3bd99d9f79ae3e60d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:59:04Z', 'updated_at': '2022-08-10T17:59:04Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:39,462 130371 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 500 POST http://10.222.0.50/compute/v2.1/servers 0.605s 2022-08-10 17:59:39,462 130371 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-1451082482", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "3e5deeb2-598f-46b2-82c7-15e5b5515127"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59: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-400b9883-b10a-4758-9d95-badcb363a924', 'x-compute-request-id': 'req-400b9883-b10a-4758-9d95-badcb363a924', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt28.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
ft29.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-08-10 17:57:12,468 130378 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:57:12,918 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.446s 2022-08-10 17:57:12,922 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-480646501", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFNZCQreiWVlB5yOz9TL4H3WEUW/1qqbMxwi89y7wgy4KXm+LlTxRF9ye+hdNG1/mWSPAUd0USTXmAQK3FN5wPK6/wtjZF/rTO+kQjXbi7q2t67b5XptZkP2WZLCOW1I5Q=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf9a81c-5bfb-4d97-b5b2-95ca14039c63', 'x-compute-request-id': 'req-bbf9a81c-5bfb-4d97-b5b2-95ca14039c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-480646501", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFNZCQreiWVlB5yOz9TL4H3WEUW/1qqbMxwi89y7wgy4KXm+LlTxRF9ye+hdNG1/mWSPAUd0USTXmAQK3FN5wPK6/wtjZF/rTO+kQjXbi7q2t67b5XptZkP2WZLCOW1I5Q==", "fingerprint": "61:d5:23:9a:53:3d:d6:14:d9:c5:39:a8:36:9d:fb:2a", "user_id": "e20517d0eab041238e2736a9c636ca66"}}' 2022-08-10 17:57:12,925 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-480646501 created 2022-08-10 17:57:13,872 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.947s 2022-08-10 17:57:13,873 130378 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--1998666293", "description": "tempest-description--894187131"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-7617f24c-acff-403a-98cf-43bf00a319b3', 'date': 'Wed, 10 Aug 2022 17:57:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "name": "tempest-securitygroup--1998666293", "stateful": true, "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "description": "tempest-description--894187131", "shared": false, "security_group_rules": [{"id": "0441a16b-7cbe-422f-b31a-518b3de81a9f", "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "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": 1296, "description": null, "tags": [], "created_at": "2022-08-10T17:57:13Z", "updated_at": "2022-08-10T17:57:13Z", "revision_number": 0, "project_id": "177dad7c9b8647c781a48e60c9fb6001"}, {"id": "d44dd8a3-e9fd-49bd-a1a3-4cb81cc56124", "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "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": 1297, "description": null, "tags": [], "created_at": "2022-08-10T17:57:13Z", "updated_at": "2022-08-10T17:57:13Z", "revision_number": 0, "project_id": "177dad7c9b8647c781a48e60c9fb6001"}], "tags": [], "created_at": "2022-08-10T17:57:13Z", "updated_at": "2022-08-10T17:57:13Z", "revision_number": 1, "project_id": "177dad7c9b8647c781a48e60c9fb6001"}}' 2022-08-10 17:57:14,604 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.730s 2022-08-10 17:57:14,604 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "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-95bcc929-b5e3-44a0-b915-d37e6613539f', 'date': 'Wed, 10 Aug 2022 17:57:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc90be2c-23bc-4614-b980-f443911a884a", "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "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-08-10T17:57:14Z", "updated_at": "2022-08-10T17:57:14Z", "revision_number": 0, "project_id": "177dad7c9b8647c781a48e60c9fb6001"}}' 2022-08-10 17:57:16,151 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.547s 2022-08-10 17:57:16,152 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-387d9069-c12c-4ec8-b149-165990318fbf', 'date': 'Wed, 10 Aug 2022 17:57:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8ad029b2-f2ff-4889-bd3e-8fc69f3592aa", "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "security_group_id": "8e34f33a-1b24-4545-aaff-b2c4b1e4cd74", "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-08-10T17:57:15Z", "updated_at": "2022-08-10T17:57:15Z", "revision_number": 0, "project_id": "177dad7c9b8647c781a48e60c9fb6001"}}' 2022-08-10 17:57:16,152 130378 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1998666293 created 2022-08-10 17:57:21,709 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 5.556s 2022-08-10 17:57:21,709 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d24b751a-b86c-4389-99b2-e412e73110df', 'date': 'Wed, 10 Aug 2022 17:57:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d64bcb8d-36d9-4148-a729-18918e3a6cf8", "tenant_id": "177dad7c9b8647c781a48e60c9fb6001", "floating_ip_address": "172.25.1.123", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "177dad7c9b8647c781a48e60c9fb6001", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:57:19Z", "updated_at": "2022-08-10T17:57:19Z", "revision_number": 0}}' 2022-08-10 17:57:21,710 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd64bcb8d-36d9-4148-a729-18918e3a6cf8', 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'floating_ip_address': '172.25.1.123', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '177dad7c9b8647c781a48e60c9fb6001', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:57:19Z', 'updated_at': '2022-08-10T17:57:19Z', 'revision_number': 0, 'ip': '172.25.1.123'} created 2022-08-10 17:57:21,857 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.141s 2022-08-10 17:57:21,857 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:57:21 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-4114ee1f-f47f-4e62-8fc0-66dd204cbc88', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e20517d0eab041238e2736a9c636ca66", "name": "tempest-ServersTestFqdnHostnames-196460502-project", "password_expires_at": null}, "audit_ids": ["otN41YFERCqN74S3mnCIPw"], "expires_at": "2022-08-10T18:57:21.000000Z", "issued_at": "2022-08-10T17:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "177dad7c9b8647c781a48e60c9fb6001", "name": "tempest-ServersTestFqdnHostnames-196460502"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/177dad7c9b8647c781a48e60c9fb6001", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/177dad7c9b8647c781a48e60c9fb6001", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/177dad7c9b8647c781a48e60c9fb6001", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_177dad7c9b8647c781a48e60c9fb6001", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:57:21,858 130378 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': 'a09bb9f0-c1a2-4249-b9e7-94e66ed71bcf', 'name': 'tempest-ServersTestFqdnHostnames-1860586314-network', 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '177dad7c9b8647c781a48e60c9fb6001', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:56:50Z', 'updated_at': '2022-08-10T17:56:50Z', 'revision_number': 1} available for tenant 2022-08-10 17:57:21,858 130378 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-480646501', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFNZCQreiWVlB5yOz9TL4H3WEUW/1qqbMxwi89y7wgy4KXm+LlTxRF9ye+hdNG1/mWSPAUd0USTXmAQK3FN5wPK6/wtjZF/rTO+kQjXbi7q2t67b5XptZkP2WZLCOW1I5Q==', 'fingerprint': '61:d5:23:9a:53:3d:d6:14:d9:c5:39:a8:36:9d:fb:2a', 'user_id': 'e20517d0eab041238e2736a9c636ca66', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDunbMSA6orwz7yselgepNprNAVaRA2MtY//9Jp8M7/KyxREeKOAlxC\nsxZWmy3KfLugBwYFK4EEACKhZANiAARTWQkK3ollZQecjs/Uy+B91hFFv9aqmzMc\nIvPcu8IMuCl5vi5U8URfcnvoXTRtf5lkjwFHdFEk15gECtxTecDyuv8LY2Rf60zv\npEI124u6treu2+V6bWZD9lmSwjltSOU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8e34f33a-1b24-4545-aaff-b2c4b1e4cd74', 'name': 'tempest-securitygroup--1998666293', 'stateful': True, 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'description': 'tempest-description--894187131', 'shared': False, 'security_group_rules': [{'id': '0441a16b-7cbe-422f-b31a-518b3de81a9f', 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'security_group_id': '8e34f33a-1b24-4545-aaff-b2c4b1e4cd74', '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': 1296, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:57:13Z', 'updated_at': '2022-08-10T17:57:13Z', 'revision_number': 0, 'project_id': '177dad7c9b8647c781a48e60c9fb6001'}, {'id': 'd44dd8a3-e9fd-49bd-a1a3-4cb81cc56124', 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'security_group_id': '8e34f33a-1b24-4545-aaff-b2c4b1e4cd74', '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': 1297, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:57:13Z', 'updated_at': '2022-08-10T17:57:13Z', 'revision_number': 0, 'project_id': '177dad7c9b8647c781a48e60c9fb6001'}], 'tags': [], 'created_at': '2022-08-10T17:57:13Z', 'updated_at': '2022-08-10T17:57:13Z', 'revision_number': 1, 'project_id': '177dad7c9b8647c781a48e60c9fb6001'}, 'floating_ip': {'id': 'd64bcb8d-36d9-4148-a729-18918e3a6cf8', 'tenant_id': '177dad7c9b8647c781a48e60c9fb6001', 'floating_ip_address': '172.25.1.123', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '177dad7c9b8647c781a48e60c9fb6001', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:57:19Z', 'updated_at': '2022-08-10T17:57:19Z', 'revision_number': 0, 'ip': '172.25.1.123'}} 2022-08-10 17:57:22,645 130378 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 500 POST http://10.222.0.50/compute/v2.1/servers 0.786s 2022-08-10 17:57:22,646 130378 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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "C2+E6@PlmCl8+1P", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "a09bb9f0-c1a2-4249-b9e7-94e66ed71bcf"}], "security_groups": [{"name": "tempest-securitygroup--1998666293"}], "key_name": "tempest-keypair-480646501", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:57: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-5afe7f9d-ea0b-4653-a6b3-3623684c7820', 'x-compute-request-id': 'req-5afe7f9d-ea0b-4653-a6b3-3623684c7820', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft30.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-08-10 17:53:24,660 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 1.287s 2022-08-10 17:53:24,660 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-918712483"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-28cf94e2-d2d0-4b2b-a9e3-17e2f7b78a56', 'date': 'Wed, 10 Aug 2022 17:53:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9230cf21-2408-4b28-8cd5-8f8d9d4426f0","name":"tempest-ServersTestMultiNic-918712483","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:53:24Z","updated_at":"2022-08-10T17:53:24Z","revision_number":1}}' 2022-08-10 17:53:26,343 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.682s 2022-08-10 17:53:26,344 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "9230cf21-2408-4b28-8cd5-8f8d9d4426f0", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-04d4bf7c-0b00-49fa-b131-88659df95216', 'date': 'Wed, 10 Aug 2022 17:53:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"cbb885aa-38fd-438a-b416-b4110c32fba9","name":"","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","network_id":"9230cf21-2408-4b28-8cd5-8f8d9d4426f0","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-08-10T17:53:25Z","updated_at":"2022-08-10T17:53:25Z","revision_number":0,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d"}}' 2022-08-10 17:53:27,102 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.757s 2022-08-10 17:53:27,102 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-302518897"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-b0b2603a-f899-4f4a-8435-b187f230aaa9', 'date': 'Wed, 10 Aug 2022 17:53:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"26c020e4-40fd-4b26-bf2f-54e3208f68df","name":"tempest-ServersTestMultiNic-302518897","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:53:26Z","updated_at":"2022-08-10T17:53:26Z","revision_number":1}}' 2022-08-10 17:53:28,298 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.195s 2022-08-10 17:53:28,298 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "26c020e4-40fd-4b26-bf2f-54e3208f68df", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-f2f6c1e9-6ca6-40b4-9244-b4a92cdbf963', 'date': 'Wed, 10 Aug 2022 17:53:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b9bfd6d7-d123-40c9-93f4-0e9c6a54364b","name":"","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","network_id":"26c020e4-40fd-4b26-bf2f-54e3208f68df","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-08-10T17:53:27Z","updated_at":"2022-08-10T17:53:27Z","revision_number":0,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d"}}' 2022-08-10 17:53:29,225 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.920s 2022-08-10 17:53:29,226 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:28 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-0bc35bcc-45cf-411e-92f4-a6548ee39bef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00a7707e6faf464aa686a4e4472c8848", "name": "tempest-ServersTestMultiNic-747354117-project", "password_expires_at": null}, "audit_ids": ["WeFc80p0Qm6sN3ilf2EP2w"], "expires_at": "2022-08-10T18:53:29.000000Z", "issued_at": "2022-08-10T17:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ba1cff7fb4948b188ee5035d62ca33d", "name": "tempest-ServersTestMultiNic-747354117"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:53:29,226 130375 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '54ba8208-3c2e-4a94-953c-8cb457868b55', 'name': 'tempest-ServersTestMultiNic-936761531-network', 'tenant_id': '6ba1cff7fb4948b188ee5035d62ca33d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6ba1cff7fb4948b188ee5035d62ca33d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:53:12Z', 'updated_at': '2022-08-10T17:53:13Z', 'revision_number': 1} available for tenant 2022-08-10 17:53:29,707 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 500 POST http://10.222.0.50/compute/v2.1/servers 0.480s 2022-08-10 17:53:29,707 130375 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-623827626", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "9230cf21-2408-4b28-8cd5-8f8d9d4426f0"}, {"uuid": "26c020e4-40fd-4b26-bf2f-54e3208f68df"}, {"uuid": "9230cf21-2408-4b28-8cd5-8f8d9d4426f0"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-2b25ba4c-4ff7-4f70-bab8-7a93e9b95da9', 'x-compute-request-id': 'req-2b25ba4c-4ff7-4f70-bab8-7a93e9b95da9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:53:30,438 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/b9bfd6d7-d123-40c9-93f4-0e9c6a54364b 0.729s 2022-08-10 17:53:30,439 130375 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-e953022c-6a74-4d0d-a2d2-b9b68dbba691', 'date': 'Wed, 10 Aug 2022 17:53:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/b9bfd6d7-d123-40c9-93f4-0e9c6a54364b'} Body: b'' 2022-08-10 17:53:31,690 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/26c020e4-40fd-4b26-bf2f-54e3208f68df 1.250s 2022-08-10 17:53:31,690 130375 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-d2a1d8a4-fa9f-48f7-8dc3-a71c82d41c9f', 'date': 'Wed, 10 Aug 2022 17:53:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/26c020e4-40fd-4b26-bf2f-54e3208f68df'} Body: b'' 2022-08-10 17:53:32,154 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/cbb885aa-38fd-438a-b416-b4110c32fba9 0.464s 2022-08-10 17:53:32,155 130375 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-720f5e1a-f66f-4db5-9c6b-84757d37d650', 'date': 'Wed, 10 Aug 2022 17:53:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/cbb885aa-38fd-438a-b416-b4110c32fba9'} Body: b'' 2022-08-10 17:53:34,069 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/9230cf21-2408-4b28-8cd5-8f8d9d4426f0 1.914s 2022-08-10 17:53:34,070 130375 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-e13e7f9b-e2db-4d28-bf6f-78dba95a7aa9', 'date': 'Wed, 10 Aug 2022 17:53:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/9230cf21-2408-4b28-8cd5-8f8d9d4426f0'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft30.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-08-10 17:53:35,653 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 1.581s 2022-08-10 17:53:35,654 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-349251331"}} Response - Headers: {'content-type': 'application/json', 'content-length': '555', 'x-openstack-request-id': 'req-72b19906-611e-43db-b2d3-c46370e8984a', 'date': 'Wed, 10 Aug 2022 17:53:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c3d5b397-16c1-4cbc-9f79-6c1defe6dba3","name":"tempest-ServersTestMultiNic-349251331","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:53:34Z","updated_at":"2022-08-10T17:53:34Z","revision_number":1}}' 2022-08-10 17:53:37,594 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.940s 2022-08-10 17:53:37,595 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c3d5b397-16c1-4cbc-9f79-6c1defe6dba3", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-40b3d88f-af81-43a7-95fb-1030d824b88e', 'date': 'Wed, 10 Aug 2022 17:53:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"85ca1f9b-cb20-4052-a4a4-1517b3f46e95","name":"","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","network_id":"c3d5b397-16c1-4cbc-9f79-6c1defe6dba3","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-08-10T17:53:36Z","updated_at":"2022-08-10T17:53:36Z","revision_number":0,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d"}}' 2022-08-10 17:53:38,331 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.736s 2022-08-10 17:53:38,332 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1665555795"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-eaa0a806-1ccc-4d26-a461-b50ed6917041', 'date': 'Wed, 10 Aug 2022 17:53:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a5ec6cbb-7fe4-40f3-b017-28792331a69c","name":"tempest-ServersTestMultiNic-1665555795","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:53:37Z","updated_at":"2022-08-10T17:53:37Z","revision_number":1}}' 2022-08-10 17:53:40,399 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.066s 2022-08-10 17:53:40,399 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "a5ec6cbb-7fe4-40f3-b017-28792331a69c", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-c1e564b3-bdd7-4cb2-a9eb-aa68beb3d609', 'date': 'Wed, 10 Aug 2022 17:53:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"10f7768f-5ba1-4fed-9989-f7db27ed72ae","name":"","tenant_id":"6ba1cff7fb4948b188ee5035d62ca33d","network_id":"a5ec6cbb-7fe4-40f3-b017-28792331a69c","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-08-10T17:53:38Z","updated_at":"2022-08-10T17:53:38Z","revision_number":0,"project_id":"6ba1cff7fb4948b188ee5035d62ca33d"}}' 2022-08-10 17:53:40,512 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.107s 2022-08-10 17:53:40,512 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53:40 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-2f90f885-0b55-4ee7-81a2-afe7e7beb3e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00a7707e6faf464aa686a4e4472c8848", "name": "tempest-ServersTestMultiNic-747354117-project", "password_expires_at": null}, "audit_ids": ["6rMbv1YzTu-x6zZSxhgUAw"], "expires_at": "2022-08-10T18:53:40.000000Z", "issued_at": "2022-08-10T17:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ba1cff7fb4948b188ee5035d62ca33d", "name": "tempest-ServersTestMultiNic-747354117"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_6ba1cff7fb4948b188ee5035d62ca33d", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:53:40,513 130375 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '54ba8208-3c2e-4a94-953c-8cb457868b55', 'name': 'tempest-ServersTestMultiNic-936761531-network', 'tenant_id': '6ba1cff7fb4948b188ee5035d62ca33d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6ba1cff7fb4948b188ee5035d62ca33d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:53:12Z', 'updated_at': '2022-08-10T17:53:13Z', 'revision_number': 1} available for tenant 2022-08-10 17:53:41,364 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 500 POST http://10.222.0.50/compute/v2.1/servers 0.850s 2022-08-10 17:53:41,364 130375 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-1892607157", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "c3d5b397-16c1-4cbc-9f79-6c1defe6dba3"}, {"uuid": "a5ec6cbb-7fe4-40f3-b017-28792331a69c"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:53: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-01e58fde-b076-43fb-9fde-83e57f995e6e', 'x-compute-request-id': 'req-01e58fde-b076-43fb-9fde-83e57f995e6e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:53:43,732 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/10f7768f-5ba1-4fed-9989-f7db27ed72ae 2.367s 2022-08-10 17:53:43,733 130375 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-2cb4056e-b06e-4ea7-85cc-b76b0dbf7388', 'date': 'Wed, 10 Aug 2022 17:53:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/10f7768f-5ba1-4fed-9989-f7db27ed72ae'} Body: b'' 2022-08-10 17:53:45,279 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/a5ec6cbb-7fe4-40f3-b017-28792331a69c 1.545s 2022-08-10 17:53:45,279 130375 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-78ba0033-4819-42e2-8d25-31f9c9fc7d94', 'date': 'Wed, 10 Aug 2022 17:53:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/a5ec6cbb-7fe4-40f3-b017-28792331a69c'} Body: b'' 2022-08-10 17:53:46,901 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/85ca1f9b-cb20-4052-a4a4-1517b3f46e95 1.621s 2022-08-10 17:53:46,902 130375 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-51b82936-c3ef-42df-be11-3afd2deb2b08', 'date': 'Wed, 10 Aug 2022 17:53:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/85ca1f9b-cb20-4052-a4a4-1517b3f46e95'} Body: b'' 2022-08-10 17:53:48,401 130375 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/c3d5b397-16c1-4cbc-9f79-6c1defe6dba3 1.494s 2022-08-10 17:53:48,401 130375 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-ab5c0a22-758d-460d-b4ab-7b48491fd739', 'date': 'Wed, 10 Aug 2022 17:53:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/c3d5b397-16c1-4cbc-9f79-6c1defe6dba3'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:15,494 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.111s 2022-08-10 17:58:15,496 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:15 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-1924b1cf-fbfa-40d6-9273-30cfb0545773', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["BfCsdQEeSkyZeKuPdvCE5g"], "expires_at": "2022-08-10T18:58:15.000000Z", "issued_at": "2022-08-10T17:58:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:15,497 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:17,705 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 500 POST http://10.222.0.50/compute/v2.1/servers 2.207s 2022-08-10 17:58:17,705 130378 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-1474958784", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-d8a9a030-1288-42ae-8ad9-f70f62b13738', 'x-compute-request-id': 'req-d8a9a030-1288-42ae-8ad9-f70f62b13738', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:17,943 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.221s 2022-08-10 17:58:17,944 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:17 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-07870bc9-5c15-46cd-a01d-b81b546d6a5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["PxLX-AcuQkWYi99u7wfvJw"], "expires_at": "2022-08-10T18:58:17.000000Z", "issued_at": "2022-08-10T17:58:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:17,944 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:19,596 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 1.651s 2022-08-10 17:58:19,599 130378 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-1358482294", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0147d182-702b-498f-bb5d-698809802dc2', 'x-compute-request-id': 'req-0147d182-702b-498f-bb5d-698809802dc2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:19,852 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.236s 2022-08-10 17:58:19,852 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-16b8fc83-5772-40e3-a3ed-e37d37978dcb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["56ofeKkPQjKayL5xEiudSA"], "expires_at": "2022-08-10T18:58:19.000000Z", "issued_at": "2022-08-10T17:58:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:19,853 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_building_state) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:20,835 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 500 POST http://10.222.0.50/compute/v2.1/servers 0.981s 2022-08-10 17:58:20,836 130378 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-1228353963", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-287bd5b5-1323-4028-b620-5b2d36ff6878', 'x-compute-request-id': 'req-287bd5b5-1323-4028-b620-5b2d36ff6878', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:21,144 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.294s 2022-08-10 17:58:21,145 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:20 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-7222a4fb-34e5-4bae-85a5-cceead2251e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["L1HufdOqQQyhf-Udnl_y_Q"], "expires_at": "2022-08-10T18:58:21.000000Z", "issued_at": "2022-08-10T17:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:21,145 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:22,125 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 500 POST http://10.222.0.50/compute/v2.1/servers 0.979s 2022-08-10 17:58:22,125 130378 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-379226109", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17: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-df8d0297-45d6-479d-aac2-7e90ca96b1f4', 'x-compute-request-id': 'req-df8d0297-45d6-479d-aac2-7e90ca96b1f4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:22,361 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.220s 2022-08-10 17:58:22,361 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-3dc1bc65-cd3f-421d-b27f-a8eef8ab9425', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["32fuDnB5T92nyPBISvj6Yg"], "expires_at": "2022-08-10T18:58:22.000000Z", "issued_at": "2022-08-10T17:58:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:22,362 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:23,978 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 500 POST http://10.222.0.50/compute/v2.1/servers 1.615s 2022-08-10 17:58:23,978 130378 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-1664379571", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-2d5494eb-fbe3-44de-8499-7eb7587d8734', 'x-compute-request-id': 'req-2d5494eb-fbe3-44de-8499-7eb7587d8734', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:24,425 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.438s 2022-08-10 17:58:24,430 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:23 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-c28c9ab2-14ac-4b42-9890-58d868880eba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["OWpZicJDSj-uF-2nB6QILA"], "expires_at": "2022-08-10T18:58:24.000000Z", "issued_at": "2022-08-10T17:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:24,430 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:25,398 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 500 POST http://10.222.0.50/compute/v2.1/servers 0.966s 2022-08-10 17:58:25,398 130378 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-1100152324", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-11ab37f1-f9dd-40f0-839f-c5bc4bbc3032', 'x-compute-request-id': 'req-11ab37f1-f9dd-40f0-839f-c5bc4bbc3032', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 17:58:25,653 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.246s 2022-08-10 17:58:25,653 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:25 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-c2e97fb7-f14e-4da5-b7f9-44b36605dc90', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec603eba5a764d489ad50622af3cd529", "name": "tempest-DeleteServersTestJSON-1516492854-project", "password_expires_at": null}, "audit_ids": ["3QnvF1LEQnS-P_qf7Jgwwg"], "expires_at": "2022-08-10T18:58:25.000000Z", "issued_at": "2022-08-10T17:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e33fb30880dd4ff494c3eb1038db2e24", "name": "tempest-DeleteServersTestJSON-1516492854"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e33fb30880dd4ff494c3eb1038db2e24", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:58:25,654 130378 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '2c1593a8-a60b-4d6d-88ed-d9f31cee07cd', 'name': 'tempest-DeleteServersTestJSON-2128216317-network', 'tenant_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e33fb30880dd4ff494c3eb1038db2e24', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 603, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:48Z', 'updated_at': '2022-08-10T17:57:48Z', 'revision_number': 1} available for tenant 2022-08-10 17:58:26,895 130378 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 500 POST http://10.222.0.50/compute/v2.1/servers 1.240s 2022-08-10 17:58:26,896 130378 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-1946350718", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2c1593a8-a60b-4d6d-88ed-d9f31cee07cd"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58: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-1c9cf7d5-5a72-4a09-ac04-38f73c46d6fc', 'x-compute-request-id': 'req-1c9cf7d5-5a72-4a09-ac04-38f73c46d6fc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft31.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-08-10 18:22:01,523 177152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.033s 2022-08-10 18:22:01,524 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22:01 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-aef7ff97-0f02-4c71-9929-d0d718e88727', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90736175c4494ab59d6739850012f105", "name": "tempest-DeleteServersTestJSON-1716889769-project", "password_expires_at": null}, "audit_ids": ["gpo9FE9WRsOJ5TJpFntYlQ"], "expires_at": "2022-08-10T19:22:01.000000Z", "issued_at": "2022-08-10T18:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e4c18989a34e6d810754f455d2fcdb", "name": "tempest-DeleteServersTestJSON-1716889769"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/f4e4c18989a34e6d810754f455d2fcdb", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/f4e4c18989a34e6d810754f455d2fcdb", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/f4e4c18989a34e6d810754f455d2fcdb", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_f4e4c18989a34e6d810754f455d2fcdb", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:22:01,524 177152 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': '5ffd08c9-ed27-46f5-b5fb-f3e543aa4d35', 'name': 'tempest-DeleteServersTestJSON-447930107-network', 'tenant_id': 'f4e4c18989a34e6d810754f455d2fcdb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f4e4c18989a34e6d810754f455d2fcdb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 604, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:21:55Z', 'updated_at': '2022-08-10T18:21:55Z', 'revision_number': 1} available for tenant 2022-08-10 18:22:01,931 177152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 500 POST http://10.222.0.50/compute/v2.1/servers 0.406s 2022-08-10 18:22:01,931 177152 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-1253847662", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "5ffd08c9-ed27-46f5-b5fb-f3e543aa4d35"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22: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-0cae1cff-da16-4331-84ee-61c1a09ed6bb', 'x-compute-request-id': 'req-0cae1cff-da16-4331-84ee-61c1a09ed6bb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft32.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-08-10 18:01:23,937 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes 2.073s 2022-08-10 18:01:23,937 130371 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-971259497", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a70225-1a96-490d-ac7e-53310afdb121', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a70225-1a96-490d-ac7e-53310afdb121', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.474843", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:01:24,061 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.109s 2022-08-10 18:01:24,062 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f82783-a9f3-4da4-9613-a51492fb545d', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f82783-a9f3-4da4-9613-a51492fb545d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:25,222 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.147s 2022-08-10 18:01:25,222 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be024dc3-84d1-4aad-91f2-0dffd7332a95', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be024dc3-84d1-4aad-91f2-0dffd7332a95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:26,364 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.127s 2022-08-10 18:01:26,364 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79082b34-2731-4fb1-8a01-66a4b87ebf43', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79082b34-2731-4fb1-8a01-66a4b87ebf43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:27,469 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.093s 2022-08-10 18:01:27,470 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98e6c0e-e6fa-4487-9a2b-f1cd09b9ef2b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98e6c0e-e6fa-4487-9a2b-f1cd09b9ef2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:28,567 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.085s 2022-08-10 18:01:28,567 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2596255-c02b-4fad-babe-4e2dd1141f68', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2596255-c02b-4fad-babe-4e2dd1141f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:29,744 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.165s 2022-08-10 18:01:29,752 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79daded7-fe92-4f28-8ab3-93b009fc94d1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79daded7-fe92-4f28-8ab3-93b009fc94d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:30,888 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.122s 2022-08-10 18:01:30,892 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65db77e4-849d-4c4e-b987-a1589a7b7648', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65db77e4-849d-4c4e-b987-a1589a7b7648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:32,078 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.166s 2022-08-10 18:01:32,079 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c66895-d8fb-4fb9-bcd9-48990825745d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c66895-d8fb-4fb9-bcd9-48990825745d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:33,203 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.110s 2022-08-10 18:01:33,206 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e6e950-cbe4-40f2-ac73-b6d0e655ea76', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e6e950-cbe4-40f2-ac73-b6d0e655ea76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:34,405 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.186s 2022-08-10 18:01:34,405 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001e860d-7be2-4e15-aa3f-c3fa103cea16', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001e860d-7be2-4e15-aa3f-c3fa103cea16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:35,526 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.110s 2022-08-10 18:01:35,560 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf9156e-4d3c-4162-b8dd-4d080c117f69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf9156e-4d3c-4162-b8dd-4d080c117f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:36,669 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.086s 2022-08-10 18:01:36,669 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c4f7bd-f908-42e8-8494-7517724e372a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c4f7bd-f908-42e8-8494-7517724e372a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:37,743 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.061s 2022-08-10 18:01:37,743 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42dd75fc-21dd-42c1-aaef-a413fe351cc5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42dd75fc-21dd-42c1-aaef-a413fe351cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:38,839 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.083s 2022-08-10 18:01:38,839 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec05aa6d-34bf-475d-ba2e-69e1fdda87cd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec05aa6d-34bf-475d-ba2e-69e1fdda87cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:39,932 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.080s 2022-08-10 18:01:39,933 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f98f81b-a732-42cc-8e57-abe5850d0e6f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f98f81b-a732-42cc-8e57-abe5850d0e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:41,049 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.104s 2022-08-10 18:01:41,064 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c430382-815b-4683-a521-14f1f78707a2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c430382-815b-4683-a521-14f1f78707a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:42,116 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.040s 2022-08-10 18:01:42,331 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea5022c8-2b48-44b5-afca-4f69635895c8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea5022c8-2b48-44b5-afca-4f69635895c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:43,384 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.041s 2022-08-10 18:01:43,384 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b62a2bd-eb9a-4d39-b498-c03aa32c2da4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b62a2bd-eb9a-4d39-b498-c03aa32c2da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:44,474 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.078s 2022-08-10 18:01:44,475 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042d2edb-ea8f-4eb7-9e6d-eb22c75694a0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042d2edb-ea8f-4eb7-9e6d-eb22c75694a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:45,524 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.038s 2022-08-10 18:01:45,525 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db91ccd2-eb9d-466b-aec4-fbc290148b71', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db91ccd2-eb9d-466b-aec4-fbc290148b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:46,585 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.042s 2022-08-10 18:01:46,585 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ad24e1-7891-49c5-95a1-309c1650c12c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ad24e1-7891-49c5-95a1-309c1650c12c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:47,692 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.095s 2022-08-10 18:01:47,692 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca5c34ae-125e-4756-b21f-1562c9553216', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca5c34ae-125e-4756-b21f-1562c9553216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:48,805 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.101s 2022-08-10 18:01:48,806 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036b5fbe-4b54-4435-b717-e07e11e1e95f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036b5fbe-4b54-4435-b717-e07e11e1e95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:49,968 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.150s 2022-08-10 18:01:49,969 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9a5f31-67cc-4b04-b709-d51949fd6fa3', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9a5f31-67cc-4b04-b709-d51949fd6fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:51,135 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.155s 2022-08-10 18:01:51,135 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10859a45-ce6c-4178-9bd4-e8b2648de385', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10859a45-ce6c-4178-9bd4-e8b2648de385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:52,268 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.121s 2022-08-10 18:01:52,268 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364b022a-da61-4b73-989c-87cd08c6b096', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364b022a-da61-4b73-989c-87cd08c6b096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:53,402 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.122s 2022-08-10 18:01:53,403 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa408e7-7ac9-45cc-8401-4f2399f813fb', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa408e7-7ac9-45cc-8401-4f2399f813fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:54,496 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.080s 2022-08-10 18:01:54,497 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b58ec9-a5d8-4bf9-959e-ef56b1988a48', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b58ec9-a5d8-4bf9-959e-ef56b1988a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:55,587 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.078s 2022-08-10 18:01:55,587 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f8ecf0-865d-4409-ae35-57a6590f5e4a', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f8ecf0-865d-4409-ae35-57a6590f5e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:56,763 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.165s 2022-08-10 18:01:56,764 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c9bf19-0f99-4aef-8f8c-f3b4f77eabef', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c9bf19-0f99-4aef-8f8c-f3b4f77eabef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:57,858 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.084s 2022-08-10 18:01:57,859 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c1ed03-be39-40c1-a0b2-d5d9da5a6462', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c1ed03-be39-40c1-a0b2-d5d9da5a6462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:01:58,951 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.081s 2022-08-10 18:01:58,951 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0d999c-6a83-4b03-9c0f-c6fcd64470c7', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0d999c-6a83-4b03-9c0f-c6fcd64470c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:00,009 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.044s 2022-08-10 18:02:00,009 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64689a9d-d60b-4e30-b4e1-5b45172d3fe1', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64689a9d-d60b-4e30-b4e1-5b45172d3fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:01,124 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.102s 2022-08-10 18:02:01,138 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9992b283-9096-4f7b-8103-bdb038a2e63c', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9992b283-9096-4f7b-8103-bdb038a2e63c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:02,209 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.054s 2022-08-10 18:02:02,210 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b7c1a0-e8c2-40e1-816f-2f096ff43c34', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b7c1a0-e8c2-40e1-816f-2f096ff43c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:03,375 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.153s 2022-08-10 18:02:03,376 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c454eb84-561f-43df-9dca-98bc67daeff2', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c454eb84-561f-43df-9dca-98bc67daeff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:01:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:04,491 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb 0.103s 2022-08-10 18:02:04,491 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba7f075-12f5-4fd9-a2bb-19b1f8098d08', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ba7f075-12f5-4fd9-a2bb-19b1f8098d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb'} Body: b'{"volume": {"id": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:01:23.000000", "updated_at": "2022-08-10T18:02:04.000000", "name": "tempest-TaggedBootDevicesTest-volume-971259497", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/ec0bc941-604f-4a57-9b61-16f210b85dcb"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:04,502 130371 INFO [tempest.common.waiters] volume ec0bc941-604f-4a57-9b61-16f210b85dcb reached available after waiting for 40.501994 seconds 2022-08-10 18:02:05,370 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes 0.867s 2022-08-10 18:02:05,370 130371 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-81497570"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60572815-3077-4b43-9f3f-836fa013086f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60572815-3077-4b43-9f3f-836fa013086f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes'} Body: b'{"volume": {"id": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:04.964165", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81497570", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:02:05,443 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b 0.063s 2022-08-10 18:02:05,444 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c87f21-91d0-4ffd-adc3-b5e74e897d13', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c87f21-91d0-4ffd-adc3-b5e74e897d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b'} Body: b'{"volume": {"id": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:05.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-81497570", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:06,570 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b 0.111s 2022-08-10 18:02:06,570 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96afde4-802a-456c-8240-95b9967ed262', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96afde4-802a-456c-8240-95b9967ed262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b'} Body: b'{"volume": {"id": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:05.000000", "updated_at": "2022-08-10T18:02:06.000000", "name": "tempest-TaggedBootDevicesTest-volume-81497570", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:07,697 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b 0.115s 2022-08-10 18:02:07,698 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4135782e-dd4a-4478-932c-fa61b9d748cf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4135782e-dd4a-4478-932c-fa61b9d748cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b'} Body: b'{"volume": {"id": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:05.000000", "updated_at": "2022-08-10T18:02:06.000000", "name": "tempest-TaggedBootDevicesTest-volume-81497570", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:08,837 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b 0.126s 2022-08-10 18:02:08,837 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ebd951-a336-4ee2-9b02-0e3729122400', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ebd951-a336-4ee2-9b02-0e3729122400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b'} Body: b'{"volume": {"id": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:05.000000", "updated_at": "2022-08-10T18:02:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-81497570", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/7c81bbad-5c6c-450f-bd15-6681b888d26b"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:08,847 130371 INFO [tempest.common.waiters] volume 7c81bbad-5c6c-450f-bd15-6681b888d26b reached available after waiting for 3.847839 seconds 2022-08-10 18:02:09,861 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes 1.013s 2022-08-10 18:02:09,862 130371 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-85236836"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded44778-9459-4262-8db3-37f3be59752c', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded44778-9459-4262-8db3-37f3be59752c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes'} Body: b'{"volume": {"id": "6b49e3b6-cf95-43e1-8e3e-4f7381689b3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:09.330585", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-85236836", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:02:09,960 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c 0.085s 2022-08-10 18:02:09,961 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a912f4-e2e6-45de-9c19-97cf8a4f1ecc', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a912f4-e2e6-45de-9c19-97cf8a4f1ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c'} Body: b'{"volume": {"id": "6b49e3b6-cf95-43e1-8e3e-4f7381689b3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:09.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-85236836", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:11,085 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c 0.112s 2022-08-10 18:02:11,085 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e792801-51fc-4bb7-bf6c-08989e4d5ec9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e792801-51fc-4bb7-bf6c-08989e4d5ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c'} Body: b'{"volume": {"id": "6b49e3b6-cf95-43e1-8e3e-4f7381689b3c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:09.000000", "updated_at": "2022-08-10T18:02:10.000000", "name": "tempest-TaggedBootDevicesTest-volume-85236836", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:12,212 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c 0.112s 2022-08-10 18:02:12,213 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d79339-912a-4bf6-accc-43a2d6847584', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d79339-912a-4bf6-accc-43a2d6847584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c'} Body: b'{"volume": {"id": "6b49e3b6-cf95-43e1-8e3e-4f7381689b3c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:02:09.000000", "updated_at": "2022-08-10T18:02:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-85236836", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/3bec2ea808454f4e9b7f9f69a5aa89e5/volumes/6b49e3b6-cf95-43e1-8e3e-4f7381689b3c"}], "user_id": "7a480b98a1164063b8e05e97a6c6ce30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:12,224 130371 INFO [tempest.common.waiters] volume 6b49e3b6-cf95-43e1-8e3e-4f7381689b3c reached available after waiting for 3.224087 seconds 2022-08-10 18:02:13,046 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.816s 2022-08-10 18:02:13,047 130371 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-1106322812"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-11b75cd2-0e4f-44f0-a6ea-36946a508b2d', 'date': 'Wed, 10 Aug 2022 18:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9aeac279-4136-4bd6-b03d-af20d8d7eb74","name":"tempest-device-tagging-net1-1106322812","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:02:12Z","updated_at":"2022-08-10T18:02:12Z","revision_number":1}}' 2022-08-10 18:02:13,802 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.754s 2022-08-10 18:02:13,803 130371 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-1396678937"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-0f85ae0f-102e-4ba5-a993-80e929e339a3', 'date': 'Wed, 10 Aug 2022 18:02:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"622e5534-7a55-4ac3-8cb5-fba75c29bb44","name":"tempest-device-tagging-net2-1396678937","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:02:13Z","updated_at":"2022-08-10T18:02:13Z","revision_number":1}}' 2022-08-10 18:02:15,679 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.875s 2022-08-10 18:02:15,679 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "9aeac279-4136-4bd6-b03d-af20d8d7eb74", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-9a1ce4b7-2b03-4e89-bb41-97eb082ba6c4', 'date': 'Wed, 10 Aug 2022 18:02:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"76c2f422-8d03-4296-a35f-8bb98513fb67","name":"","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","network_id":"9aeac279-4136-4bd6-b03d-af20d8d7eb74","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-08-10T18:02:14Z","updated_at":"2022-08-10T18:02:14Z","revision_number":0,"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:17,923 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.243s 2022-08-10 18:02:17,923 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "622e5534-7a55-4ac3-8cb5-fba75c29bb44", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-97414a9d-dd47-43f1-9b73-dde51247f062', 'date': 'Wed, 10 Aug 2022 18:02:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"bdf43d15-89b5-4689-8bf2-a6da30df5e28","name":"","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","network_id":"622e5534-7a55-4ac3-8cb5-fba75c29bb44","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-08-10T18:02:16Z","updated_at":"2022-08-10T18:02:16Z","revision_number":0,"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:20,802 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/ports 2.878s 2022-08-10 18:02:20,803 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "9aeac279-4136-4bd6-b03d-af20d8d7eb74", "name": "tempest-TaggedBootDevicesTest-1138210674", "fixed_ips": [{"subnet_id": "76c2f422-8d03-4296-a35f-8bb98513fb67"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-500ece67-7579-4a12-8493-0da0f5a55b8c', 'date': 'Wed, 10 Aug 2022 18:02:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"57a98386-379d-4199-938e-2ed4f8d055c1","name":"tempest-TaggedBootDevicesTest-1138210674","network_id":"9aeac279-4136-4bd6-b03d-af20d8d7eb74","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","mac_address":"fa:16:3e:5e:de:62","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"76c2f422-8d03-4296-a35f-8bb98513fb67","ip_address":"10.1.1.204"}],"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","port_security_enabled":true,"security_groups":["f7ef4a46-fe1b-408c-b386-53b6f5234549"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-10T18:02:18Z","updated_at":"2022-08-10T18:02:18Z","revision_number":1}}' 2022-08-10 18:02:24,100 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/ports 3.297s 2022-08-10 18:02:24,100 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "9aeac279-4136-4bd6-b03d-af20d8d7eb74", "name": "tempest-TaggedBootDevicesTest-1823529563", "fixed_ips": [{"subnet_id": "76c2f422-8d03-4296-a35f-8bb98513fb67"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-0431315c-92a2-42fb-8336-baf55b163ecf', 'date': 'Wed, 10 Aug 2022 18:02:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"028664dc-1d60-4f6f-a4f9-a462fd492107","name":"tempest-TaggedBootDevicesTest-1823529563","network_id":"9aeac279-4136-4bd6-b03d-af20d8d7eb74","tenant_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","mac_address":"fa:16:3e:0b:87:df","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"76c2f422-8d03-4296-a35f-8bb98513fb67","ip_address":"10.1.1.31"}],"project_id":"3bec2ea808454f4e9b7f9f69a5aa89e5","port_security_enabled":true,"security_groups":["f7ef4a46-fe1b-408c-b386-53b6f5234549"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-10T18:02:22Z","updated_at":"2022-08-10T18:02:22Z","revision_number":1}}' 2022-08-10 18:02:24,101 130371 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 18:02:24,101 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 18:02:24,295 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.191s 2022-08-10 18:02:24,296 130371 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-453940614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJr5V5cN1Rio+RTK7k/UXnvSMINhg4iMUawejEvm93LdbLjiZgyXq4Vx30OPQw88biFqrd+GDp/IWl+Az1MxzBFbkyUs/OxcksQsF/9GTnYLNDquPKwr+iJmx4lNxJkt7Q=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:24 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-f70416bb-c8b0-4c11-b7ec-814094d77934', 'x-compute-request-id': 'req-f70416bb-c8b0-4c11-b7ec-814094d77934', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-453940614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJr5V5cN1Rio+RTK7k/UXnvSMINhg4iMUawejEvm93LdbLjiZgyXq4Vx30OPQw88biFqrd+GDp/IWl+Az1MxzBFbkyUs/OxcksQsF/9GTnYLNDquPKwr+iJmx4lNxJkt7Q==", "fingerprint": "5e:a3:21:20:cb:6f:ae:b2:7a:0f:51:85:04:17:1b:b2", "user_id": "7a480b98a1164063b8e05e97a6c6ce30"}}' 2022-08-10 18:02:24,298 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-453940614 created 2022-08-10 18:02:25,058 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.758s 2022-08-10 18:02:25,061 130371 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--1029724458", "description": "tempest-description--765971331"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-0d9a3cb9-123c-4b78-932d-3cf0fb92622c', 'date': 'Wed, 10 Aug 2022 18:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e975b640-3511-4af6-98ff-ea45dc687332", "name": "tempest-securitygroup--1029724458", "stateful": true, "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "description": "tempest-description--765971331", "shared": false, "security_group_rules": [{"id": "18177677-b871-4779-ba39-866494c1dde8", "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "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": 2126, "description": null, "tags": [], "created_at": "2022-08-10T18:02:24Z", "updated_at": "2022-08-10T18:02:24Z", "revision_number": 0, "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}, {"id": "9e1c8b7a-ad3c-4aae-9173-f5f85970ca7a", "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "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": 2125, "description": null, "tags": [], "created_at": "2022-08-10T18:02:24Z", "updated_at": "2022-08-10T18:02:24Z", "revision_number": 0, "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}], "tags": [], "created_at": "2022-08-10T18:02:24Z", "updated_at": "2022-08-10T18:02:24Z", "revision_number": 1, "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:25,911 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.849s 2022-08-10 18:02:25,912 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "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-c5b3754b-d561-4c6d-a8b4-10230e46d171', 'date': 'Wed, 10 Aug 2022 18:02:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "83b5bcc5-1c41-4c4e-8c32-9513d1ddfc16", "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "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-08-10T18:02:25Z", "updated_at": "2022-08-10T18:02:25Z", "revision_number": 0, "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:26,878 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.966s 2022-08-10 18:02:26,879 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-54fe383d-1b11-4ed4-ba67-6ae6e3fdafef', 'date': 'Wed, 10 Aug 2022 18:02:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "024361b0-0a66-4a02-ab34-35cc1bf9d05d", "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "security_group_id": "e975b640-3511-4af6-98ff-ea45dc687332", "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-08-10T18:02:26Z", "updated_at": "2022-08-10T18:02:26Z", "revision_number": 0, "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5"}}' 2022-08-10 18:02:26,879 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1029724458 created 2022-08-10 18:02:31,823 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 4.943s 2022-08-10 18:02:31,823 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-8d472d82-a43e-45bd-9e36-568c1dbafe3c', 'date': 'Wed, 10 Aug 2022 18:02:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7137aab4-fec4-43de-8242-6d8709dcf01d", "tenant_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "floating_ip_address": "172.25.1.220", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T18:02:29Z", "updated_at": "2022-08-10T18:02:29Z", "revision_number": 0}}' 2022-08-10 18:02:31,824 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7137aab4-fec4-43de-8242-6d8709dcf01d', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'floating_ip_address': '172.25.1.220', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:02:29Z', 'updated_at': '2022-08-10T18:02:29Z', 'revision_number': 0, 'ip': '172.25.1.220'} created 2022-08-10 18:02:32,311 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.482s 2022-08-10 18:02:32,311 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:31 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-82f737ed-1e33-4501-95de-7629589a8eec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7a480b98a1164063b8e05e97a6c6ce30", "name": "tempest-TaggedBootDevicesTest-529294924-project", "password_expires_at": null}, "audit_ids": ["Qa9RZYK7Sx-FKM5BzOWapQ"], "expires_at": "2022-08-10T19:02:32.000000Z", "issued_at": "2022-08-10T18:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "name": "tempest-TaggedBootDevicesTest-529294924"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:02:32,312 130371 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '8bc31f48-7b54-4560-b639-9cd7fd1ec496', 'name': 'tempest-TaggedBootDevicesTest-1284011429-network', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 609, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:00:43Z', 'updated_at': '2022-08-10T18:00:43Z', 'revision_number': 1} available for tenant 2022-08-10 18:02:32,673 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.356s 2022-08-10 18:02:32,674 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02: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-b9afc334-3146-479c-a5ce-26e5ff964de6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7a480b98a1164063b8e05e97a6c6ce30", "name": "tempest-TaggedBootDevicesTest-529294924-project", "password_expires_at": null}, "audit_ids": ["TTObHIrnQ6e1EWZdY4LExg"], "expires_at": "2022-08-10T19:02:32.000000Z", "issued_at": "2022-08-10T18:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bec2ea808454f4e9b7f9f69a5aa89e5", "name": "tempest-TaggedBootDevicesTest-529294924"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3bec2ea808454f4e9b7f9f69a5aa89e5", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:02:32,674 130371 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '8bc31f48-7b54-4560-b639-9cd7fd1ec496', 'name': 'tempest-TaggedBootDevicesTest-1284011429-network', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 609, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:00:43Z', 'updated_at': '2022-08-10T18:00:43Z', 'revision_number': 1} available for tenant 2022-08-10 18:02:32,676 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-453940614', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJr5V5cN1Rio+RTK7k/UXnvSMINhg4iMUawejEvm93LdbLjiZgyXq4Vx30OPQw88biFqrd+GDp/IWl+Az1MxzBFbkyUs/OxcksQsF/9GTnYLNDquPKwr+iJmx4lNxJkt7Q==', 'fingerprint': '5e:a3:21:20:cb:6f:ae:b2:7a:0f:51:85:04:17:1b:b2', 'user_id': '7a480b98a1164063b8e05e97a6c6ce30', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB7RdiaVdQ4/QdFFxW5L7/Yi74EsXsApk4u8GMyeFJPxkWYldzadDG/\n1t1FzKdvyUugBwYFK4EEACKhZANiAASa+VeXDdUYqPkUyu5P1F570jCDYYOIjFGs\nHoxL5vdy3Wy44mYMl6uFcd9Dj0MPPG4haq3fhg6fyFpfgM9TMcwRW5MlLPzsXJLE\nLBf/Rk52CzQ6rjysK/oiZseJTcSZLe0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e975b640-3511-4af6-98ff-ea45dc687332', 'name': 'tempest-securitygroup--1029724458', 'stateful': True, 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'description': 'tempest-description--765971331', 'shared': False, 'security_group_rules': [{'id': '18177677-b871-4779-ba39-866494c1dde8', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'security_group_id': 'e975b640-3511-4af6-98ff-ea45dc687332', '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': 2126, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:02:24Z', 'updated_at': '2022-08-10T18:02:24Z', 'revision_number': 0, 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5'}, {'id': '9e1c8b7a-ad3c-4aae-9173-f5f85970ca7a', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'security_group_id': 'e975b640-3511-4af6-98ff-ea45dc687332', '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': 2125, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:02:24Z', 'updated_at': '2022-08-10T18:02:24Z', 'revision_number': 0, 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5'}], 'tags': [], 'created_at': '2022-08-10T18:02:24Z', 'updated_at': '2022-08-10T18:02:24Z', 'revision_number': 1, 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5'}, 'floating_ip': {'id': '7137aab4-fec4-43de-8242-6d8709dcf01d', 'tenant_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'floating_ip_address': '172.25.1.220', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3bec2ea808454f4e9b7f9f69a5aa89e5', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:02:29Z', 'updated_at': '2022-08-10T18:02:29Z', 'revision_number': 0, 'ip': '172.25.1.220'}} 2022-08-10 18:02:34,393 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://10.222.0.50/compute/v2.1/servers 1.716s 2022-08-10 18:02:34,394 130371 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-504372705", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "8bc31f48-7b54-4560-b639-9cd7fd1ec496"}, {"port": "57a98386-379d-4199-938e-2ed4f8d055c1", "tag": "port-1"}, {"port": "028664dc-1d60-4f6f-a4f9-a462fd492107", "tag": "port-2"}, {"uuid": "9aeac279-4136-4bd6-b03d-af20d8d7eb74", "tag": "net-1"}, {"uuid": "9aeac279-4136-4bd6-b03d-af20d8d7eb74"}, {"uuid": "622e5534-7a55-4ac3-8cb5-fba75c29bb44", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "622e5534-7a55-4ac3-8cb5-fba75c29bb44", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "ec0bc941-604f-4a57-9b61-16f210b85dcb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "7c81bbad-5c6c-450f-bd15-6681b888d26b", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "6b49e3b6-cf95-43e1-8e3e-4f7381689b3c", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1029724458"}], "key_name": "tempest-keypair-453940614", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:02:32 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-ed0d3f9c-5470-42c6-9bf4-1c436c06b91c', 'x-compute-request-id': 'req-ed0d3f9c-5470-42c6-9bf4-1c436c06b91c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:02:34,570 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-453940614 0.174s 2022-08-10 18:02:34,570 130371 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, 10 Aug 2022 18:02:34 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-b61801c9-a4ec-4705-944f-b23c916fba03', 'x-compute-request-id': 'req-b61801c9-a4ec-4705-944f-b23c916fba03', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-453940614'} Body: b'' 2022-08-10 18:02:35,338 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/e975b640-3511-4af6-98ff-ea45dc687332 0.766s 2022-08-10 18:02:35,338 130371 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-c8b4d764-77f6-41c6-a456-d9d4712879d7', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:02:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/e975b640-3511-4af6-98ff-ea45dc687332'} Body: b'' 2022-08-10 18:02:35,495 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/e975b640-3511-4af6-98ff-ea45dc687332 0.157s 2022-08-10 18:02:35,496 130371 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-61c2f302-f4fd-4d8e-b024-f3b2e288478a', 'date': 'Wed, 10 Aug 2022 18:02:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/e975b640-3511-4af6-98ff-ea45dc687332'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e975b640-3511-4af6-98ff-ea45dc687332 does not exist", "detail": ""}}' 2022-08-10 18:02:37,615 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/7137aab4-fec4-43de-8242-6d8709dcf01d 2.118s 2022-08-10 18:02:37,615 130371 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-87ea64b9-cce7-4569-9057-73808ca5830d', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:02:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/7137aab4-fec4-43de-8242-6d8709dcf01d'} Body: b'' 2022-08-10 18:02:39,162 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/ports/028664dc-1d60-4f6f-a4f9-a462fd492107 1.546s 2022-08-10 18:02:39,162 130371 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-e6e5bd0c-fec9-462d-9e23-5cb3e9d7ef55', 'date': 'Wed, 10 Aug 2022 18:02:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports/028664dc-1d60-4f6f-a4f9-a462fd492107'} Body: b'' 2022-08-10 18:02:40,171 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/ports/57a98386-379d-4199-938e-2ed4f8d055c1 1.008s 2022-08-10 18:02:40,172 130371 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-2a4e1048-5d39-4922-a1eb-295a03a124ce', 'date': 'Wed, 10 Aug 2022 18:02:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports/57a98386-379d-4199-938e-2ed4f8d055c1'} Body: b'' 2022-08-10 18:02:41,552 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/bdf43d15-89b5-4689-8bf2-a6da30df5e28 1.380s 2022-08-10 18:02:41,553 130371 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-8c66d6b4-e3af-4697-a5cb-f98a237643d1', 'date': 'Wed, 10 Aug 2022 18:02:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/bdf43d15-89b5-4689-8bf2-a6da30df5e28'} Body: b'' 2022-08-10 18:02:42,708 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/76c2f422-8d03-4296-a35f-8bb98513fb67 1.154s 2022-08-10 18:02:42,708 130371 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-ac6b341c-98e1-4fba-ba5e-79e7498523bd', 'date': 'Wed, 10 Aug 2022 18:02:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/76c2f422-8d03-4296-a35f-8bb98513fb67'} Body: b'' 2022-08-10 18:02:43,668 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/622e5534-7a55-4ac3-8cb5-fba75c29bb44 0.959s 2022-08-10 18:02:43,668 130371 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-d2860cbf-161d-4d75-8b2b-647cf5bf30fd', 'date': 'Wed, 10 Aug 2022 18:02:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/622e5534-7a55-4ac3-8cb5-fba75c29bb44'} Body: b'' 2022-08-10 18:02:45,117 130371 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/9aeac279-4136-4bd6-b03d-af20d8d7eb74 1.448s 2022-08-10 18:02:45,117 130371 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-0af44aed-81ca-4845-9203-dc2cb9a667f1', 'date': 'Wed, 10 Aug 2022 18:02:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/9aeac279-4136-4bd6-b03d-af20d8d7eb74'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft33.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-08-10 17:58:32,167 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes 2.807s 2022-08-10 17:58:32,167 130386 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-922629629", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbaf250-82a3-4071-a90c-6467c81b6322', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbaf250-82a3-4071-a90c-6467c81b6322', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.444036", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 17:58:32,277 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.100s 2022-08-10 17:58:32,278 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024b3852-e62b-486a-8bd8-959925fc047c', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024b3852-e62b-486a-8bd8-959925fc047c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:33,417 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.127s 2022-08-10 17:58:33,418 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25dc41ad-827b-4d3d-815c-e609c31960c4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25dc41ad-827b-4d3d-815c-e609c31960c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:34,530 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.100s 2022-08-10 17:58:34,530 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38bf785f-d37e-49e5-82cc-349cac9e7fcd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38bf785f-d37e-49e5-82cc-349cac9e7fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:35,602 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.057s 2022-08-10 17:58:35,602 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63757801-cd52-40cf-b06f-9ff3723e2c61', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63757801-cd52-40cf-b06f-9ff3723e2c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:36,706 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.092s 2022-08-10 17:58:36,707 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47544ca-f9d4-43e2-a106-658fb65784a4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47544ca-f9d4-43e2-a106-658fb65784a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:37,828 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.107s 2022-08-10 17:58:37,828 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-459d570c-2554-4271-856a-0ad6f393dab8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-459d570c-2554-4271-856a-0ad6f393dab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:38,923 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.084s 2022-08-10 17:58:38,931 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1e961b5-c657-48fa-b628-2dc2275abf2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1e961b5-c657-48fa-b628-2dc2275abf2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:40,027 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.081s 2022-08-10 17:58:40,027 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb520af-2801-405b-8708-5c806fce67a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb520af-2801-405b-8708-5c806fce67a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:41,142 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.103s 2022-08-10 17:58:41,146 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50275a2-64d8-461e-a2d5-8eed607201ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50275a2-64d8-461e-a2d5-8eed607201ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:42,289 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.130s 2022-08-10 17:58:42,290 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8131913-99a6-4d35-a1cc-b633776a91a4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8131913-99a6-4d35-a1cc-b633776a91a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:43,530 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.224s 2022-08-10 17:58:43,531 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af95ef1-d18f-43fb-9c88-c97cba3df1b0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af95ef1-d18f-43fb-9c88-c97cba3df1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:44,621 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.078s 2022-08-10 17:58:44,622 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439518c5-996c-4ff4-b373-e2d434e0706b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439518c5-996c-4ff4-b373-e2d434e0706b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:45,768 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.134s 2022-08-10 17:58:45,768 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cfaa3f-ff7f-411d-aaf0-32d66e0f39fa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cfaa3f-ff7f-411d-aaf0-32d66e0f39fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:46,886 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.106s 2022-08-10 17:58:46,887 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec08e7c-0ba3-4fb5-8e6c-4dab9ff56cd2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec08e7c-0ba3-4fb5-8e6c-4dab9ff56cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:47,993 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.080s 2022-08-10 17:58:47,993 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe4a468-85b9-4359-b744-3bbb13a5a52e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe4a468-85b9-4359-b744-3bbb13a5a52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:49,071 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.067s 2022-08-10 17:58:49,071 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8316978e-9545-4de9-964e-a6f713d37d25', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8316978e-9545-4de9-964e-a6f713d37d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:50,188 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.104s 2022-08-10 17:58:50,189 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76fbc2c-075a-4388-b650-1b6fdb8e5467', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76fbc2c-075a-4388-b650-1b6fdb8e5467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:51,275 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.070s 2022-08-10 17:58:51,280 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a98bb50-c666-4645-bead-bbd4419dfde5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a98bb50-c666-4645-bead-bbd4419dfde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:52,384 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.091s 2022-08-10 17:58:52,384 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c1a32e-62c6-4953-b720-021694a15119', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c1a32e-62c6-4953-b720-021694a15119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:53,502 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.105s 2022-08-10 17:58:53,505 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a0f8a8-849e-4ae7-b156-238ed7cedd09', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a0f8a8-849e-4ae7-b156-238ed7cedd09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:54,614 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.098s 2022-08-10 17:58:54,615 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95033fa6-c855-401e-986c-894c9c9dc8d1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95033fa6-c855-401e-986c-894c9c9dc8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:55,729 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.101s 2022-08-10 17:58:55,730 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009a5557-9828-498b-8374-f3aa698f5f42', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009a5557-9828-498b-8374-f3aa698f5f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:56,785 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.041s 2022-08-10 17:58:56,786 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b72c4cb-23f9-41ae-9158-ec2ba3df4dac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b72c4cb-23f9-41ae-9158-ec2ba3df4dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:57,889 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.085s 2022-08-10 17:58:57,889 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33f3569-33e2-4af7-bb82-50cb5c1a3fb6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33f3569-33e2-4af7-bb82-50cb5c1a3fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:58:59,012 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.112s 2022-08-10 17:58:59,012 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df8b209d-04c1-4d95-8e8e-1a7bcafaf13d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df8b209d-04c1-4d95-8e8e-1a7bcafaf13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:00,098 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.074s 2022-08-10 17:59:00,098 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf93ed30-b8b9-45fb-98c8-b647bf2b04cf', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf93ed30-b8b9-45fb-98c8-b647bf2b04cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:58:32.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:01,237 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.127s 2022-08-10 17:59:01,238 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcb172e2-5f83-4ca6-b54c-4e7d7c8c9df6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcb172e2-5f83-4ca6-b54c-4e7d7c8c9df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:02,357 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.103s 2022-08-10 17:59:02,357 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64dd5212-c70d-495d-8355-4675e26c7aa7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64dd5212-c70d-495d-8355-4675e26c7aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:03,463 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.095s 2022-08-10 17:59:03,464 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564f4251-cbdb-46af-91b4-505c72d2554c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564f4251-cbdb-46af-91b4-505c72d2554c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:04,593 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.114s 2022-08-10 17:59:04,593 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eaaefb4-c113-4a77-bcaa-d85fcc05911f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eaaefb4-c113-4a77-bcaa-d85fcc05911f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:05,725 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.121s 2022-08-10 17:59:05,726 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c51f790-9704-4656-bc5e-2c301b504fc2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c51f790-9704-4656-bc5e-2c301b504fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:06,804 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.066s 2022-08-10 17:59:06,804 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50726ef-a687-4a2f-a6e6-2d2f473b5d47', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50726ef-a687-4a2f-a6e6-2d2f473b5d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:07,938 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.122s 2022-08-10 17:59:07,938 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600ebb84-c935-4eca-b7d8-3699d86af28e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600ebb84-c935-4eca-b7d8-3699d86af28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:09,028 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.077s 2022-08-10 17:59:09,029 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a066c88-ed3c-49e7-a05d-b9b0d571a5a3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a066c88-ed3c-49e7-a05d-b9b0d571a5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:10,122 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.082s 2022-08-10 17:59:10,123 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419e0dd4-a8d7-423e-a0de-ba43735acc4b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419e0dd4-a8d7-423e-a0de-ba43735acc4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:11,286 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.151s 2022-08-10 17:59:11,287 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f81934-3895-4d42-a974-e055d4e5d6e3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f81934-3895-4d42-a974-e055d4e5d6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:12,396 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.093s 2022-08-10 17:59:12,396 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623a535f-db29-4bb6-92d6-60ba87eeb966', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623a535f-db29-4bb6-92d6-60ba87eeb966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:13,495 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.084s 2022-08-10 17:59:13,495 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677c9bda-8c93-4159-acd7-ff2b57ffba01', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677c9bda-8c93-4159-acd7-ff2b57ffba01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:14,600 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.090s 2022-08-10 17:59:14,600 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9600aa99-01cc-41a0-95ea-812adbb7e0ff', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9600aa99-01cc-41a0-95ea-812adbb7e0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:15,782 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.165s 2022-08-10 17:59:15,782 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3c0a29a-0d4c-4d74-a827-b19ac6030946', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3c0a29a-0d4c-4d74-a827-b19ac6030946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:16,877 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.081s 2022-08-10 17:59:16,877 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fef031f-9c1a-4bdb-9a33-787bfc08dac7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fef031f-9c1a-4bdb-9a33-787bfc08dac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:17,977 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.087s 2022-08-10 17:59:17,977 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc617723-ab14-46cb-b95a-c9552ffbccfc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc617723-ab14-46cb-b95a-c9552ffbccfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:19,076 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.086s 2022-08-10 17:59:19,077 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d267ec12-c6af-42e9-b5a2-4fb4e73be5c5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d267ec12-c6af-42e9-b5a2-4fb4e73be5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:20,229 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.141s 2022-08-10 17:59:20,229 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce8bbf8-a0c0-4118-9ddd-3e9118f8b73f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce8bbf8-a0c0-4118-9ddd-3e9118f8b73f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:21,321 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.080s 2022-08-10 17:59:21,321 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b33e5d64-60e0-4a0f-8b94-20c54ca06235', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b33e5d64-60e0-4a0f-8b94-20c54ca06235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:22,394 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.060s 2022-08-10 17:59:22,394 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d04bd82-4358-485d-a9a6-d42c13898e3e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d04bd82-4358-485d-a9a6-d42c13898e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:22.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "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": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:23,473 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198 0.065s 2022-08-10 17:59:23,474 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2baa09a2-d98c-48de-852f-f78cee5ce0de', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2baa09a2-d98c-48de-852f-f78cee5ce0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198'} Body: b'{"volume": {"id": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:58:31.000000", "updated_at": "2022-08-10T17:59:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-922629629", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/d59e15b9-fbbd-4d09-b66a-766d72c82198"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:23,485 130386 INFO [tempest.common.waiters] volume d59e15b9-fbbd-4d09-b66a-766d72c82198 reached available after waiting for 51.485364 seconds 2022-08-10 17:59:24,557 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes 1.071s 2022-08-10 17:59:24,557 130386 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-65765444"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4bcbbb2-538d-42d3-ae18-bc71416842f7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4bcbbb2-538d-42d3-ae18-bc71416842f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes'} Body: b'{"volume": {"id": "98219ed6-6994-4a02-ae19-da45a6972d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:23.839997", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-65765444", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 17:59:24,647 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b 0.080s 2022-08-10 17:59:24,648 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcf84f6-5ba5-4745-b007-529c2d89ce43', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcf84f6-5ba5-4745-b007-529c2d89ce43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b'} Body: b'{"volume": {"id": "98219ed6-6994-4a02-ae19-da45a6972d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:24.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-65765444", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:25,744 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b 0.082s 2022-08-10 17:59:25,744 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-946e7aa7-64c7-4f7a-8ded-77445789823a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-946e7aa7-64c7-4f7a-8ded-77445789823a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b'} Body: b'{"volume": {"id": "98219ed6-6994-4a02-ae19-da45a6972d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:24.000000", "updated_at": "2022-08-10T17:59:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-65765444", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:26,820 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b 0.063s 2022-08-10 17:59:26,849 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63e9d0f0-a763-4054-b424-8779c39172c2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63e9d0f0-a763-4054-b424-8779c39172c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b'} Body: b'{"volume": {"id": "98219ed6-6994-4a02-ae19-da45a6972d3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:24.000000", "updated_at": "2022-08-10T17:59:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-65765444", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:27,944 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b 0.081s 2022-08-10 17:59:27,945 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac184c62-2595-44a7-928c-0f29b515d9ac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac184c62-2595-44a7-928c-0f29b515d9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b'} Body: b'{"volume": {"id": "98219ed6-6994-4a02-ae19-da45a6972d3b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:24.000000", "updated_at": "2022-08-10T17:59:27.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-65765444", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/98219ed6-6994-4a02-ae19-da45a6972d3b"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:27,956 130386 INFO [tempest.common.waiters] volume 98219ed6-6994-4a02-ae19-da45a6972d3b reached available after waiting for 3.956339 seconds 2022-08-10 17:59:29,011 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes 1.054s 2022-08-10 17:59:29,011 130386 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-1226737369"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2800f9-00a2-4f01-ae03-aa4dd14e0192', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2800f9-00a2-4f01-ae03-aa4dd14e0192', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes'} Body: b'{"volume": {"id": "6ab0ec6b-a934-4656-9d31-66833f99c177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:28.471407", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1226737369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 17:59:29,090 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177 0.069s 2022-08-10 17:59:29,090 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4c5b54-b961-49d6-a3f1-c26e30bdd4a7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4c5b54-b961-49d6-a3f1-c26e30bdd4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177'} Body: b'{"volume": {"id": "6ab0ec6b-a934-4656-9d31-66833f99c177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:28.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1226737369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:30,212 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177 0.110s 2022-08-10 17:59:30,213 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3114d9a7-bd62-4405-ae77-1a87f4e08a33', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3114d9a7-bd62-4405-ae77-1a87f4e08a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177'} Body: b'{"volume": {"id": "6ab0ec6b-a934-4656-9d31-66833f99c177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:28.000000", "updated_at": "2022-08-10T17:59:29.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1226737369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:31,309 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177 0.085s 2022-08-10 17:59:31,310 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720473cc-4e83-49eb-ac75-ae8cc90559ad', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720473cc-4e83-49eb-ac75-ae8cc90559ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177'} Body: b'{"volume": {"id": "6ab0ec6b-a934-4656-9d31-66833f99c177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:28.000000", "updated_at": "2022-08-10T17:59:29.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1226737369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:32,436 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177 0.110s 2022-08-10 17:59:32,436 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd54c9a5-e365-49f2-80a6-1e8ea05f8041', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd54c9a5-e365-49f2-80a6-1e8ea05f8041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177'} Body: b'{"volume": {"id": "6ab0ec6b-a934-4656-9d31-66833f99c177", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T17:59:28.000000", "updated_at": "2022-08-10T17:59:31.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1226737369", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/e5b58f79d17e4bc4a6f97dc2a01edf10/volumes/6ab0ec6b-a934-4656-9d31-66833f99c177"}], "user_id": "cd660d04d7a64e34b8b823a64dc36856", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:32,447 130386 INFO [tempest.common.waiters] volume 6ab0ec6b-a934-4656-9d31-66833f99c177 reached available after waiting for 3.446997 seconds 2022-08-10 17:59:33,797 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 1.349s 2022-08-10 17:59:33,797 130386 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-1613878522"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-6adbd773-21ed-48c4-8b96-2e50017a1a81', 'date': 'Wed, 10 Aug 2022 17:59:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4da37fb4-a45b-4396-bc48-1c355e7c5844","name":"tempest-device-tagging-net1-1613878522","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:59:33Z","updated_at":"2022-08-10T17:59:33Z","revision_number":1}}' 2022-08-10 17:59:34,753 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.956s 2022-08-10 17:59:34,754 130386 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-1735781302"}} Response - Headers: {'content-type': 'application/json', 'content-length': '556', 'x-openstack-request-id': 'req-7941b16d-2f8a-4e46-8ccf-a623750f6bb8', 'date': 'Wed, 10 Aug 2022 17:59:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7925f459-f359-4281-a9fd-7fd3d9dcc1f1","name":"tempest-device-tagging-net2-1735781302","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T17:59:34Z","updated_at":"2022-08-10T17:59:34Z","revision_number":1}}' 2022-08-10 17:59:36,678 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.923s 2022-08-10 17:59:36,678 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "4da37fb4-a45b-4396-bc48-1c355e7c5844", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-32a06b49-1f3b-4c4a-95a7-a7d283fa29ee', 'date': 'Wed, 10 Aug 2022 17:59:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8985e217-d0ba-4024-8bf7-385b98ee055c","name":"","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","network_id":"4da37fb4-a45b-4396-bc48-1c355e7c5844","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-08-10T17:59:35Z","updated_at":"2022-08-10T17:59:35Z","revision_number":0,"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:39,295 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.616s 2022-08-10 17:59:39,295 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "7925f459-f359-4281-a9fd-7fd3d9dcc1f1", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6474f5ba-06fa-4cb2-b252-122cf30e44c7', 'date': 'Wed, 10 Aug 2022 17:59:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8feb3c13-2373-43a6-8a36-32affe8cc24f","name":"","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","network_id":"7925f459-f359-4281-a9fd-7fd3d9dcc1f1","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-08-10T17:59:37Z","updated_at":"2022-08-10T17:59:37Z","revision_number":0,"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:42,806 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/ports 3.510s 2022-08-10 17:59:42,807 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "4da37fb4-a45b-4396-bc48-1c355e7c5844", "name": "tempest-TaggedBootDevicesTest_v242-108567851", "fixed_ips": [{"subnet_id": "8985e217-d0ba-4024-8bf7-385b98ee055c"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-270f5b78-a7ca-4616-913c-9db6e002ebcf', 'date': 'Wed, 10 Aug 2022 17:59:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"6b2fcce8-cb00-4243-95c9-ea4877052068","name":"tempest-TaggedBootDevicesTest_v242-108567851","network_id":"4da37fb4-a45b-4396-bc48-1c355e7c5844","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","mac_address":"fa:16:3e:5d:f7:12","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"8985e217-d0ba-4024-8bf7-385b98ee055c","ip_address":"10.1.1.87"}],"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","port_security_enabled":true,"security_groups":["ce16d4ba-be29-48aa-bc49-7abf7597ec37"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-10T17:59:40Z","updated_at":"2022-08-10T17:59:41Z","revision_number":1}}' 2022-08-10 17:59:45,386 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50:9696/networking/v2.0/ports 2.578s 2022-08-10 17:59:45,386 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "4da37fb4-a45b-4396-bc48-1c355e7c5844", "name": "tempest-TaggedBootDevicesTest_v242-74409863", "fixed_ips": [{"subnet_id": "8985e217-d0ba-4024-8bf7-385b98ee055c"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-263282d0-e9c0-4068-acbd-414618a367c2', 'date': 'Wed, 10 Aug 2022 17:59:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"e4fd464a-19a7-4d91-b2e9-ba0029e711e6","name":"tempest-TaggedBootDevicesTest_v242-74409863","network_id":"4da37fb4-a45b-4396-bc48-1c355e7c5844","tenant_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","mac_address":"fa:16:3e:af:dc:a0","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"8985e217-d0ba-4024-8bf7-385b98ee055c","ip_address":"10.1.1.237"}],"project_id":"e5b58f79d17e4bc4a6f97dc2a01edf10","port_security_enabled":true,"security_groups":["ce16d4ba-be29-48aa-bc49-7abf7597ec37"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-10T17:59:43Z","updated_at":"2022-08-10T17:59:43Z","revision_number":1}}' 2022-08-10 17:59:45,387 130386 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:59:45,387 130386 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:59:45,719 130386 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.328s 2022-08-10 17:59:45,720 130386 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-1484805741", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4PComiAff67ybqvAspF1TJRFEZ0jgM1DAgRoM2kj1yV72st2jdBEfLwidSsQuZJtkYDfWIqf0Y0THDjdiVamFmFCHBgcHNuK2XbNSM2ioIPyt2MNMMvRsqlzVNo2XWVQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:45 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-18286571-585e-45e2-9ae6-c7e8979253b2', 'x-compute-request-id': 'req-18286571-585e-45e2-9ae6-c7e8979253b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1484805741", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4PComiAff67ybqvAspF1TJRFEZ0jgM1DAgRoM2kj1yV72st2jdBEfLwidSsQuZJtkYDfWIqf0Y0THDjdiVamFmFCHBgcHNuK2XbNSM2ioIPyt2MNMMvRsqlzVNo2XWVQ==", "fingerprint": "f4:79:52:57:7b:84:4c:65:85:35:87:80:08:d0:09:3a", "user_id": "cd660d04d7a64e34b8b823a64dc36856"}}' 2022-08-10 17:59:45,722 130386 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1484805741 created 2022-08-10 17:59:47,042 130386 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.319s 2022-08-10 17:59:47,043 130386 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--1253805622", "description": "tempest-description--25086850"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2169e302-e215-4371-9c48-a6ec213b8e03', 'date': 'Wed, 10 Aug 2022 17:59:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "name": "tempest-securitygroup--1253805622", "stateful": true, "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "description": "tempest-description--25086850", "shared": false, "security_group_rules": [{"id": "3c9dd728-3def-4f0b-b75e-29271d774adb", "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "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": 1723, "description": null, "tags": [], "created_at": "2022-08-10T17:59:46Z", "updated_at": "2022-08-10T17:59:46Z", "revision_number": 0, "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}, {"id": "52b948d8-b7dc-4ee8-a099-82dc98cc93a3", "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "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": 1724, "description": null, "tags": [], "created_at": "2022-08-10T17:59:46Z", "updated_at": "2022-08-10T17:59:46Z", "revision_number": 0, "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}], "tags": [], "created_at": "2022-08-10T17:59:46Z", "updated_at": "2022-08-10T17:59:46Z", "revision_number": 1, "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:48,193 130386 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.150s 2022-08-10 17:59:48,194 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "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-fddbb093-3e37-41c8-a4bc-995d06764cc7', 'date': 'Wed, 10 Aug 2022 17:59:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "84033bae-90f5-471f-bfe3-cff6a9cd9081", "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "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-08-10T17:59:47Z", "updated_at": "2022-08-10T17:59:47Z", "revision_number": 0, "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:49,637 130386 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.442s 2022-08-10 17:59:49,637 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-40fdfeaf-ee0f-4c80-a06b-feea76cc8537', 'date': 'Wed, 10 Aug 2022 17:59:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7bb3a40-faf2-4c88-865a-c46006c3e654", "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "security_group_id": "8b34f9cb-d6df-4fa2-bd77-c88122859514", "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-08-10T17:59:48Z", "updated_at": "2022-08-10T17:59:48Z", "revision_number": 0, "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10"}}' 2022-08-10 17:59:49,638 130386 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1253805622 created 2022-08-10 17:59:52,757 130386 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.119s 2022-08-10 17:59:52,758 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-5c9f960b-0cfa-4c2a-9ade-901088c0297f', 'date': 'Wed, 10 Aug 2022 17:59:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4a8dcf67-7cc4-44a1-a142-50cfe8061f61", "tenant_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "floating_ip_address": "172.25.1.15", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:59:51Z", "updated_at": "2022-08-10T17:59:51Z", "revision_number": 0}}' 2022-08-10 17:59:52,758 130386 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4a8dcf67-7cc4-44a1-a142-50cfe8061f61', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'floating_ip_address': '172.25.1.15', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:51Z', 'updated_at': '2022-08-10T17:59:51Z', 'revision_number': 0, 'ip': '172.25.1.15'} created 2022-08-10 17:59:52,948 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.182s 2022-08-10 17:59:52,949 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:52 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-342ca532-6987-45fa-82a3-58e07a56d635', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cd660d04d7a64e34b8b823a64dc36856", "name": "tempest-TaggedBootDevicesTest_v242-2127026373-project", "password_expires_at": null}, "audit_ids": ["kTiQoZebSh6iRcKmt4ylWg"], "expires_at": "2022-08-10T18:59:52.000000Z", "issued_at": "2022-08-10T17:59:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "name": "tempest-TaggedBootDevicesTest_v242-2127026373"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:52,949 130386 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'c02021e8-0d47-4533-8b72-a01319472caa', 'name': 'tempest-TaggedBootDevicesTest_v242-973337787-network', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 626, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:40Z', 'updated_at': '2022-08-10T17:57:40Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:53,018 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.063s 2022-08-10 17:59:53,019 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:52 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-330c5e54-e3e2-4d9c-9f49-16158681b7b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cd660d04d7a64e34b8b823a64dc36856", "name": "tempest-TaggedBootDevicesTest_v242-2127026373-project", "password_expires_at": null}, "audit_ids": ["Uzyd4lptSdOD0nA1-et-eg"], "expires_at": "2022-08-10T18:59:53.000000Z", "issued_at": "2022-08-10T17:59:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5b58f79d17e4bc4a6f97dc2a01edf10", "name": "tempest-TaggedBootDevicesTest_v242-2127026373"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e5b58f79d17e4bc4a6f97dc2a01edf10", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:53,019 130386 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'c02021e8-0d47-4533-8b72-a01319472caa', 'name': 'tempest-TaggedBootDevicesTest_v242-973337787-network', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 626, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:40Z', 'updated_at': '2022-08-10T17:57:40Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:53,020 130386 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1484805741', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4PComiAff67ybqvAspF1TJRFEZ0jgM1DAgRoM2kj1yV72st2jdBEfLwidSsQuZJtkYDfWIqf0Y0THDjdiVamFmFCHBgcHNuK2XbNSM2ioIPyt2MNMMvRsqlzVNo2XWVQ==', 'fingerprint': 'f4:79:52:57:7b:84:4c:65:85:35:87:80:08:d0:09:3a', 'user_id': 'cd660d04d7a64e34b8b823a64dc36856', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDlHD5VfrTPcWNeLSgjs/0W5Aq4IYgPwC/D76Q2CZzUQHu/J/mOVWSr\n8XT5WofYXnugBwYFK4EEACKhZANiAARuDwqJogH3+u8m6rwLKRdUyURRGdI4DNQw\nIEaDNpI9cle9rLdo3QRHy8InUrELmSbZGA31iKn9GNExw43YlWphZhQhwYHBzbit\nl2zUjNoqCD8rdjDTDL0bKpc1TaNl1lU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8b34f9cb-d6df-4fa2-bd77-c88122859514', 'name': 'tempest-securitygroup--1253805622', 'stateful': True, 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'description': 'tempest-description--25086850', 'shared': False, 'security_group_rules': [{'id': '3c9dd728-3def-4f0b-b75e-29271d774adb', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'security_group_id': '8b34f9cb-d6df-4fa2-bd77-c88122859514', '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': 1723, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:46Z', 'updated_at': '2022-08-10T17:59:46Z', 'revision_number': 0, 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10'}, {'id': '52b948d8-b7dc-4ee8-a099-82dc98cc93a3', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'security_group_id': '8b34f9cb-d6df-4fa2-bd77-c88122859514', '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': 1724, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:46Z', 'updated_at': '2022-08-10T17:59:46Z', 'revision_number': 0, 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10'}], 'tags': [], 'created_at': '2022-08-10T17:59:46Z', 'updated_at': '2022-08-10T17:59:46Z', 'revision_number': 1, 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10'}, 'floating_ip': {'id': '4a8dcf67-7cc4-44a1-a142-50cfe8061f61', 'tenant_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'floating_ip_address': '172.25.1.15', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5b58f79d17e4bc4a6f97dc2a01edf10', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:51Z', 'updated_at': '2022-08-10T17:59:51Z', 'revision_number': 0, 'ip': '172.25.1.15'}} 2022-08-10 17:59:54,505 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://10.222.0.50/compute/v2.1/servers 1.484s 2022-08-10 17:59:54,511 130386 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-2031803521", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "c02021e8-0d47-4533-8b72-a01319472caa"}, {"port": "6b2fcce8-cb00-4243-95c9-ea4877052068", "tag": "port-1"}, {"port": "e4fd464a-19a7-4d91-b2e9-ba0029e711e6", "tag": "port-2"}, {"uuid": "4da37fb4-a45b-4396-bc48-1c355e7c5844", "tag": "net-1"}, {"uuid": "4da37fb4-a45b-4396-bc48-1c355e7c5844"}, {"uuid": "7925f459-f359-4281-a9fd-7fd3d9dcc1f1", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "7925f459-f359-4281-a9fd-7fd3d9dcc1f1", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "d59e15b9-fbbd-4d09-b66a-766d72c82198", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "98219ed6-6994-4a02-ae19-da45a6972d3b", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "6ab0ec6b-a934-4656-9d31-66833f99c177", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1253805622"}], "key_name": "tempest-keypair-1484805741", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:53 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-00cd2a25-1cb6-407a-ba3e-cb751aab7557', 'x-compute-request-id': 'req-00cd2a25-1cb6-407a-ba3e-cb751aab7557', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:59:55,034 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1484805741 0.507s 2022-08-10 17:59:55,035 130386 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, 10 Aug 2022 17:59:54 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-d03c4676-2fda-4dfc-a757-f026769964ec', 'x-compute-request-id': 'req-d03c4676-2fda-4dfc-a757-f026769964ec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1484805741'} Body: b'' 2022-08-10 17:59:56,382 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/8b34f9cb-d6df-4fa2-bd77-c88122859514 1.346s 2022-08-10 17:59:56,382 130386 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-09267cbf-2342-419b-9c6c-7d1366dbdea8', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/8b34f9cb-d6df-4fa2-bd77-c88122859514'} Body: b'' 2022-08-10 17:59:56,433 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/8b34f9cb-d6df-4fa2-bd77-c88122859514 0.050s 2022-08-10 17:59:56,433 130386 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-bd40c5f4-1b14-4d01-ab47-5c5ead525b50', 'date': 'Wed, 10 Aug 2022 17:59:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/8b34f9cb-d6df-4fa2-bd77-c88122859514'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8b34f9cb-d6df-4fa2-bd77-c88122859514 does not exist", "detail": ""}}' 2022-08-10 17:59:58,702 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/4a8dcf67-7cc4-44a1-a142-50cfe8061f61 2.268s 2022-08-10 17:59:58,703 130386 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-65ea4f63-dd43-4a76-854a-75614543a35a', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/4a8dcf67-7cc4-44a1-a142-50cfe8061f61'} Body: b'' 2022-08-10 18:00:00,158 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/ports/e4fd464a-19a7-4d91-b2e9-ba0029e711e6 1.454s 2022-08-10 18:00:00,158 130386 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-87cc8db8-3730-4832-8f7d-3171e88eb157', 'date': 'Wed, 10 Aug 2022 18:00:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports/e4fd464a-19a7-4d91-b2e9-ba0029e711e6'} Body: b'' 2022-08-10 18:00:01,340 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/ports/6b2fcce8-cb00-4243-95c9-ea4877052068 1.181s 2022-08-10 18:00:01,341 130386 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-416af990-1fdb-4380-bb1d-cd48feedc8b7', 'date': 'Wed, 10 Aug 2022 18:00:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/ports/6b2fcce8-cb00-4243-95c9-ea4877052068'} Body: b'' 2022-08-10 18:00:02,521 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/8feb3c13-2373-43a6-8a36-32affe8cc24f 1.180s 2022-08-10 18:00:02,522 130386 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-c7bb41d7-f70d-4aa6-b732-871f6f85af56', 'date': 'Wed, 10 Aug 2022 18:00:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/8feb3c13-2373-43a6-8a36-32affe8cc24f'} Body: b'' 2022-08-10 18:00:03,441 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/8985e217-d0ba-4024-8bf7-385b98ee055c 0.918s 2022-08-10 18:00:03,441 130386 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-dd33fedc-6edd-47d9-8c99-c7d37df4d787', 'date': 'Wed, 10 Aug 2022 18:00:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/8985e217-d0ba-4024-8bf7-385b98ee055c'} Body: b'' 2022-08-10 18:00:07,999 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/7925f459-f359-4281-a9fd-7fd3d9dcc1f1 4.557s 2022-08-10 18:00:07,999 130386 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-6a6d7d40-71e1-4df8-985a-fcb8bf93e97e', 'date': 'Wed, 10 Aug 2022 18:00:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/7925f459-f359-4281-a9fd-7fd3d9dcc1f1'} Body: b'' 2022-08-10 18:00:10,330 130386 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/4da37fb4-a45b-4396-bc48-1c355e7c5844 2.330s 2022-08-10 18:00:10,330 130386 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-08cb9fc4-0926-4051-9457-92313548840f', 'date': 'Wed, 10 Aug 2022 18:00:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/4da37fb4-a45b-4396-bc48-1c355e7c5844'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft34.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-08-10 18:01:18,848 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.079s 2022-08-10 18:01:18,848 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-30f4c691-2643-4f77-8897-814463b91bd8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e89e037bc28748118185f13c704a798c", "name": "tempest-ServerDiskConfigTestJSON-573066234-project", "password_expires_at": null}, "audit_ids": ["R4I5GGM2Rk22COWJ1XESMQ"], "expires_at": "2022-08-10T19:01:18.000000Z", "issued_at": "2022-08-10T18:01:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82b04b1e58584c0cb7b0669846698620", "name": "tempest-ServerDiskConfigTestJSON-573066234"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:01:18,849 130386 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': '309e3111-f27a-4aad-9e2b-a3db173c1413', 'name': 'tempest-ServerDiskConfigTestJSON-1392028733-network', 'tenant_id': '82b04b1e58584c0cb7b0669846698620', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '82b04b1e58584c0cb7b0669846698620', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 620, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:01:00Z', 'updated_at': '2022-08-10T18:01:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:01:20,977 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 500 POST http://10.222.0.50/compute/v2.1/servers 2.126s 2022-08-10 18:01:20,977 130386 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-489665614", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "309e3111-f27a-4aad-9e2b-a3db173c1413"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3f14bed9-c19f-4c1a-ba9e-9d3ab0cf1e29', 'x-compute-request-id': 'req-3f14bed9-c19f-4c1a-ba9e-9d3ab0cf1e29', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft34.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-08-10 18:01:21,694 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.697s 2022-08-10 18:01:21,694 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:20 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-d1dd947e-9dea-4e71-b4de-e85a84dab130', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e89e037bc28748118185f13c704a798c", "name": "tempest-ServerDiskConfigTestJSON-573066234-project", "password_expires_at": null}, "audit_ids": ["EppxOjavRWe512HMH-fs3Q"], "expires_at": "2022-08-10T19:01:21.000000Z", "issued_at": "2022-08-10T18:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82b04b1e58584c0cb7b0669846698620", "name": "tempest-ServerDiskConfigTestJSON-573066234"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:01:21,695 130386 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': '309e3111-f27a-4aad-9e2b-a3db173c1413', 'name': 'tempest-ServerDiskConfigTestJSON-1392028733-network', 'tenant_id': '82b04b1e58584c0cb7b0669846698620', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '82b04b1e58584c0cb7b0669846698620', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 620, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:01:00Z', 'updated_at': '2022-08-10T18:01:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:01:22,657 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 500 POST http://10.222.0.50/compute/v2.1/servers 0.958s 2022-08-10 18:01:22,657 130386 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-372101048", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "309e3111-f27a-4aad-9e2b-a3db173c1413"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01: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-2a5b12cd-41c5-4814-b1e8-3cd211e776dc', 'x-compute-request-id': 'req-2a5b12cd-41c5-4814-b1e8-3cd211e776dc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft34.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-08-10 18:01:23,062 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.395s 2022-08-10 18:01:23,062 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:22 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-b53acebc-8029-4da8-b923-05374a25fcde', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e89e037bc28748118185f13c704a798c", "name": "tempest-ServerDiskConfigTestJSON-573066234-project", "password_expires_at": null}, "audit_ids": ["hv0qqXrcRyaxfdW7WHIM3A"], "expires_at": "2022-08-10T19:01:22.000000Z", "issued_at": "2022-08-10T18:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82b04b1e58584c0cb7b0669846698620", "name": "tempest-ServerDiskConfigTestJSON-573066234"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_82b04b1e58584c0cb7b0669846698620", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:01:23,063 130386 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': '309e3111-f27a-4aad-9e2b-a3db173c1413', 'name': 'tempest-ServerDiskConfigTestJSON-1392028733-network', 'tenant_id': '82b04b1e58584c0cb7b0669846698620', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '82b04b1e58584c0cb7b0669846698620', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 620, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:01:00Z', 'updated_at': '2022-08-10T18:01:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:01:25,543 130386 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 500 POST http://10.222.0.50/compute/v2.1/servers 2.479s 2022-08-10 18:01:25,543 130386 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-560699956", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "309e3111-f27a-4aad-9e2b-a3db173c1413"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01: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-a5ce2615-74c7-4801-8732-5891ea8bcd77', 'x-compute-request-id': 'req-a5ce2615-74c7-4801-8732-5891ea8bcd77', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft34.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-08-10 18:22:14,293 177152 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.033s 2022-08-10 18:22:14,293 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22:14 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-f5f7f13f-26af-476c-937a-bd9d45658f73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "80e357010a6c42a39c8b90bc55fc8a17", "name": "tempest-ServerDiskConfigTestJSON-1989117421-project", "password_expires_at": null}, "audit_ids": ["DL_D86EwTYWQmQHUMnPtzQ"], "expires_at": "2022-08-10T19:22:14.000000Z", "issued_at": "2022-08-10T18:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "209fe671a1a343d2a4879a75119c2c6f", "name": "tempest-ServerDiskConfigTestJSON-1989117421"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:22:14,294 177152 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': '86c44e63-80d9-411d-92fa-b12114b9ce79', 'name': 'tempest-ServerDiskConfigTestJSON-478891011-network', 'tenant_id': '209fe671a1a343d2a4879a75119c2c6f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '209fe671a1a343d2a4879a75119c2c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 619, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:22:08Z', 'updated_at': '2022-08-10T18:22:08Z', 'revision_number': 1} available for tenant 2022-08-10 18:22:14,805 177152 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 500 POST http://10.222.0.50/compute/v2.1/servers 0.510s 2022-08-10 18:22:14,805 177152 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-1038992259", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "86c44e63-80d9-411d-92fa-b12114b9ce79"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-e8e4c712-debb-4a1d-bc08-c0906ee96b92', 'x-compute-request-id': 'req-e8e4c712-debb-4a1d-bc08-c0906ee96b92', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft34.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-08-10 18:22:14,846 177152 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.033s 2022-08-10 18:22:14,847 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22:14 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-1d190bc8-436b-4179-a604-ae45a8056432', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "80e357010a6c42a39c8b90bc55fc8a17", "name": "tempest-ServerDiskConfigTestJSON-1989117421-project", "password_expires_at": null}, "audit_ids": ["fcJ8PoDyQzimk7jbx04kQQ"], "expires_at": "2022-08-10T19:22:14.000000Z", "issued_at": "2022-08-10T18:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "209fe671a1a343d2a4879a75119c2c6f", "name": "tempest-ServerDiskConfigTestJSON-1989117421"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_209fe671a1a343d2a4879a75119c2c6f", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:22:14,848 177152 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': '86c44e63-80d9-411d-92fa-b12114b9ce79', 'name': 'tempest-ServerDiskConfigTestJSON-478891011-network', 'tenant_id': '209fe671a1a343d2a4879a75119c2c6f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '209fe671a1a343d2a4879a75119c2c6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 619, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:22:08Z', 'updated_at': '2022-08-10T18:22:08Z', 'revision_number': 1} available for tenant 2022-08-10 18:22:15,127 177152 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 500 POST http://10.222.0.50/compute/v2.1/servers 0.278s 2022-08-10 18:22:15,127 177152 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-366439139", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "86c44e63-80d9-411d-92fa-b12114b9ce79"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-268534ef-50b3-4ccd-8286-15f506808d13', 'x-compute-request-id': 'req-268534ef-50b3-4ccd-8286-15f506808d13', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft35.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-08-10 18:01:59,866 130386 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.290s 2022-08-10 18:01:59,867 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:59 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-5cbd5a5d-66ce-45a0-bb84-31fadf810c3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "216f35e0c6b3409a935d1ffd50cced21", "name": "tempest-InstanceActionsV221TestJSON-1350459589-project", "password_expires_at": null}, "audit_ids": ["dswQym_MQWiFmNLZ3pV7Aw"], "expires_at": "2022-08-10T19:01:59.000000Z", "issued_at": "2022-08-10T18:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2a98b7f70b148d5a17978ac19e68fec", "name": "tempest-InstanceActionsV221TestJSON-1350459589"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c2a98b7f70b148d5a17978ac19e68fec", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c2a98b7f70b148d5a17978ac19e68fec", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c2a98b7f70b148d5a17978ac19e68fec", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c2a98b7f70b148d5a17978ac19e68fec", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:01:59,867 130386 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '23557609-9568-4448-9fb0-6ef1e387f405', 'name': 'tempest-InstanceActionsV221TestJSON-1718873576-network', 'tenant_id': 'c2a98b7f70b148d5a17978ac19e68fec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c2a98b7f70b148d5a17978ac19e68fec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 608, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:01:47Z', 'updated_at': '2022-08-10T18:01:47Z', 'revision_number': 1} available for tenant 2022-08-10 18:02:01,604 130386 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 500 POST http://10.222.0.50/compute/v2.1/servers 1.735s 2022-08-10 18:02:01,604 130386 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-1813841717", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "23557609-9568-4448-9fb0-6ef1e387f405"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:59 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-1fc0d5d5-a48b-40c4-bcfb-a8cda331c51c', 'x-compute-request-id': 'req-1fc0d5d5-a48b-40c4-bcfb-a8cda331c51c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft36.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-08-10 17:56:45,917 130373 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.076s 2022-08-10 17:56:45,917 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:45 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-5ce73c82-e6d3-45df-93ed-55ae39355a68', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0db2701c78264e93944be921ee01f432", "name": "tempest-MultipleCreateTestJSON-734835856-project", "password_expires_at": null}, "audit_ids": ["X2Yia2bASNq_FLqsQEIWbw"], "expires_at": "2022-08-10T18:56:45.000000Z", "issued_at": "2022-08-10T17:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c04cfb01e994b57bf0af93da17129f5", "name": "tempest-MultipleCreateTestJSON-734835856"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:56:45,918 130373 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': '9e8491b6-cbea-467d-a15e-235980bd594d', 'name': 'tempest-MultipleCreateTestJSON-1402418289-network', 'tenant_id': '3c04cfb01e994b57bf0af93da17129f5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3c04cfb01e994b57bf0af93da17129f5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 607, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:56:21Z', 'updated_at': '2022-08-10T17:56:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:56:47,424 130373 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 500 POST http://10.222.0.50/compute/v2.1/servers 1.505s 2022-08-10 17:56:47,424 130373 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-187524892", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "min_count": 2, "networks": [{"uuid": "9e8491b6-cbea-467d-a15e-235980bd594d"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17: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-7cb767e8-4994-4fa0-8774-f186a4d52ee4', 'x-compute-request-id': 'req-7cb767e8-4994-4fa0-8774-f186a4d52ee4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft36.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-08-10 17:56:47,842 130373 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.401s 2022-08-10 17:56:47,842 130373 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56:47 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-91c6375a-1331-4f26-b2cb-de9a40d75d50', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0db2701c78264e93944be921ee01f432", "name": "tempest-MultipleCreateTestJSON-734835856-project", "password_expires_at": null}, "audit_ids": ["WVVR6l25Qm-iGartEyMiyw"], "expires_at": "2022-08-10T18:56:47.000000Z", "issued_at": "2022-08-10T17:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c04cfb01e994b57bf0af93da17129f5", "name": "tempest-MultipleCreateTestJSON-734835856"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c04cfb01e994b57bf0af93da17129f5", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:56:47,843 130373 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': '9e8491b6-cbea-467d-a15e-235980bd594d', 'name': 'tempest-MultipleCreateTestJSON-1402418289-network', 'tenant_id': '3c04cfb01e994b57bf0af93da17129f5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3c04cfb01e994b57bf0af93da17129f5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 607, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:56:21Z', 'updated_at': '2022-08-10T17:56:21Z', 'revision_number': 1} available for tenant 2022-08-10 17:56:48,555 130373 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 500 POST http://10.222.0.50/compute/v2.1/servers 0.711s 2022-08-10 17:56:48,556 130373 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-1852798948", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "9e8491b6-cbea-467d-a15e-235980bd594d"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:56: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-9ae8a14d-2b31-4e00-bdc2-5d731e79f446', 'x-compute-request-id': 'req-9ae8a14d-2b31-4e00-bdc2-5d731e79f446', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt37.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
pt37.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
pt37.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
ft37.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-08-10 17:57:47,029 130381 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.270s 2022-08-10 17:57:47,030 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:57:46 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-4e740d1c-db83-4c5c-a162-d1f28c61413a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "395859304e1742acb870d232bc4820a3", "name": "tempest-ServerGroupTestJSON-752066672-project", "password_expires_at": null}, "audit_ids": ["85bCGdIARNqziQaucZqAEQ"], "expires_at": "2022-08-10T18:57:46.000000Z", "issued_at": "2022-08-10T17:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bda0e92befa442c9ba6d121bf5f53750", "name": "tempest-ServerGroupTestJSON-752066672"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/bda0e92befa442c9ba6d121bf5f53750", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/bda0e92befa442c9ba6d121bf5f53750", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/bda0e92befa442c9ba6d121bf5f53750", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_bda0e92befa442c9ba6d121bf5f53750", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:57:47,031 130381 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'bc7df61a-7c98-4315-96d2-97bd396fb08e', 'name': 'tempest-ServerGroupTestJSON-1351281942-network', 'tenant_id': 'bda0e92befa442c9ba6d121bf5f53750', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bda0e92befa442c9ba6d121bf5f53750', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:57:22Z', 'updated_at': '2022-08-10T17:57:22Z', 'revision_number': 1} available for tenant 2022-08-10 17:57:47,607 130381 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 500 POST http://10.222.0.50/compute/v2.1/servers 0.575s 2022-08-10 17:57:47,607 130381 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-877160427", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "bc7df61a-7c98-4315-96d2-97bd396fb08e"}]}, "os:scheduler_hints": {"group": "0a4c3326-8dfb-44dd-be0f-2e4c0afbe03f"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:57: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-3a7ca70b-c3a9-412a-b667-f4b3bb62cdea', 'x-compute-request-id': 'req-3a7ca70b-c3a9-412a-b667-f4b3bb62cdea', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt37.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
pt37.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
ft38.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-08-10 18:05:30,032 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.051s 2022-08-10 18:05:30,032 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-0e2e6e21-0ac2-4b39-b40e-5389d838f107', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["M0V2t8AkSquGyJm1kCLsEQ"], "expires_at": "2022-08-10T19:05:30.000000Z", "issued_at": "2022-08-10T18:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:30,033 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:31,576 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 500 POST http://10.222.0.50/compute/v2.1/servers 1.542s 2022-08-10 18:05:31,576 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-864490457", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-81fa30cc-7148-4926-99b2-b9e78c24635a', 'x-compute-request-id': 'req-81fa30cc-7148-4926-99b2-b9e78c24635a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:05:31,577 130371 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.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-08-10 18:05:31,787 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.188s 2022-08-10 18:05:31,787 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:31 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-8f69440b-ee36-45b9-a916-21575643d88c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["CUe5XvPgTeik8tUE_5Kgqg"], "expires_at": "2022-08-10T19:05:31.000000Z", "issued_at": "2022-08-10T18:05:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:31,788 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_admin_password) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:32,827 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 500 POST http://10.222.0.50/compute/v2.1/servers 1.037s 2022-08-10 18:05:32,827 130371 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-143690161", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "testpassword", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-d1275feb-8cd8-4489-9ee6-ba7f44e2a132', 'x-compute-request-id': 'req-d1275feb-8cd8-4489-9ee6-ba7f44e2a132', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.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-08-10 18:05:33,041 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.207s 2022-08-10 18:05:33,041 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-b57c1711-5f3a-4da5-979c-69f75f429306', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["sudoHs_XSz-AeD_D7KFxsA"], "expires_at": "2022-08-10T19:05:32.000000Z", "issued_at": "2022-08-10T18:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:33,042 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:33,845 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 500 POST http://10.222.0.50/compute/v2.1/servers 0.802s 2022-08-10 18:05:33,845 130371 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-363348678", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-d3fabf12-1a04-4027-ba55-4fe718f02fcb', 'x-compute-request-id': 'req-d3fabf12-1a04-4027-ba55-4fe718f02fcb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-08-10 18:05:34,035 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.185s 2022-08-10 18:05:34,036 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-1247225010", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOpXDW3Rou/4i7UR0hFGzQvVURXuB+KKdNnDBRt8aVATZvTVV4+wFxAzSUCbxGCdCNRAq23yXOczs3y2M0HYwk4u1DrRjQnk/3Qk4kSAN5xz4IBw/W97W8EtiP98DU2PQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03f75ec4-cc86-4929-83ad-7c04f4347976', 'x-compute-request-id': 'req-03f75ec4-cc86-4929-83ad-7c04f4347976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-1247225010", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOpXDW3Rou/4i7UR0hFGzQvVURXuB+KKdNnDBRt8aVATZvTVV4+wFxAzSUCbxGCdCNRAq23yXOczs3y2M0HYwk4u1DrRjQnk/3Qk4kSAN5xz4IBw/W97W8EtiP98DU2PQ==", "fingerprint": "ea:e8:e5:a6:15:b7:bb:64:e0:90:30:f1:98:08:d3:df", "user_id": "cdc1545e8c0d4534a9d647e671979a54"}}' 2022-08-10 18:05:34,094 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.50/compute/v2.1/os-keypairs 0.055s 2022-08-10 18:05:34,097 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fae848d-c1f7-4fda-9b3f-e034be84ef14', 'x-compute-request-id': 'req-1fae848d-c1f7-4fda-9b3f-e034be84ef14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-1247225010", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBOpXDW3Rou/4i7UR0hFGzQvVURXuB+KKdNnDBRt8aVATZvTVV4+wFxAzSUCbxGCdCNRAq23yXOczs3y2M0HYwk4u1DrRjQnk/3Qk4kSAN5xz4IBw/W97W8EtiP98DU2PQ==", "fingerprint": "ea:e8:e5:a6:15:b7:bb:64:e0:90:30:f1:98:08:d3:df"}}]}' 2022-08-10 18:05:34,272 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.167s 2022-08-10 18:05:34,273 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:34 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-d57f7493-d695-4c75-85bc-87e6842832de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["MkMdIzs6T_qGj-IANsPDbQ"], "expires_at": "2022-08-10T19:05:34.000000Z", "issued_at": "2022-08-10T18:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:34,273 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:34,751 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 500 POST http://10.222.0.50/compute/v2.1/servers 0.477s 2022-08-10 18:05:34,751 130371 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-726000845", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-key-1247225010", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-5f7fc76b-0da4-450a-b278-3a1120e443b2', 'x-compute-request-id': 'req-5f7fc76b-0da4-450a-b278-3a1120e443b2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:05:34,913 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-key-1247225010 0.161s 2022-08-10 18:05:34,920 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-cd3f0dc9-231e-4823-abd2-62116a735b6a', 'x-compute-request-id': 'req-cd3f0dc9-231e-4823-abd2-62116a735b6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-key-1247225010'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.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-08-10 18:05:35,029 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.101s 2022-08-10 18:05:35,029 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:34 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-58346715-8b8f-40c8-870a-74a5e6f7d543', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["NuG_TfJVTAeNwUk-D5jRTA"], "expires_at": "2022-08-10T19:05:35.000000Z", "issued_at": "2022-08-10T18:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:35,030 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:35,889 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 500 POST http://10.222.0.50/compute/v2.1/servers 0.858s 2022-08-10 18:05:35,889 130371 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-231066053", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-cb7d2571-10c6-4080-86fa-a65a21c2d8fd', 'x-compute-request-id': 'req-cb7d2571-10c6-4080-86fa-a65a21c2d8fd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.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-08-10 18:05:35,981 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.084s 2022-08-10 18:05:35,981 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:35 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-edbede04-8d4d-4d40-9715-40b88859f01b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["BC46SDk3RUWR0cJMlC2hdw"], "expires_at": "2022-08-10T19:05:35.000000Z", "issued_at": "2022-08-10T18:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:35,982 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:36,674 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 500 POST http://10.222.0.50/compute/v2.1/servers 0.691s 2022-08-10 18:05:36,674 130371 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-190723595", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-301137a7-1315-4d27-9aa0-f0fa4c2c9d80', 'x-compute-request-id': 'req-301137a7-1315-4d27-9aa0-f0fa4c2c9d80', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft38.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-08-10 18:05:36,743 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.061s 2022-08-10 18:05:36,743 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05:36 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-9a66b6ee-fc93-46a8-95d3-b1e282e9316c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cdc1545e8c0d4534a9d647e671979a54", "name": "tempest-ServersTestJSON-1630654139-project", "password_expires_at": null}, "audit_ids": ["5p83iKGzStaXfbYHgb5qiw"], "expires_at": "2022-08-10T19:05:36.000000Z", "issued_at": "2022-08-10T18:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab3b279d78ee41caa5687d574919832c", "name": "tempest-ServersTestJSON-1630654139"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ab3b279d78ee41caa5687d574919832c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:05:36,744 130371 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '926cb984-90cd-45ce-82dc-a2ee45e5a0e3', 'name': 'tempest-ServersTestJSON-1231657629-network', 'tenant_id': 'ab3b279d78ee41caa5687d574919832c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ab3b279d78ee41caa5687d574919832c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 615, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:13Z', 'updated_at': '2022-08-10T18:05:13Z', 'revision_number': 1} available for tenant 2022-08-10 18:05:38,565 130371 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 500 POST http://10.222.0.50/compute/v2.1/servers 1.820s 2022-08-10 18:05:38,566 130371 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-848806633", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "926cb984-90cd-45ce-82dc-a2ee45e5a0e3"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:05: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-7bd8a0cd-1f7d-4675-a28c-d93a1f080810', 'x-compute-request-id': 'req-7bd8a0cd-1f7d-4675-a28c-d93a1f080810', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft39.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-08-10 17:52:00,549 130383 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:52:00,550 130383 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:52:02,473 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50/compute/v2.1/os-keypairs 1.919s 2022-08-10 17:52:02,473 130383 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-212280872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHYYtbmL5kvAaJa/HLCb9YTrVgnjVLd+ClCIDiisxzvDjSS0ZOfQwxBl0R3McXi/uBv79wWyBp0jW1BHvZ9Uf0qEYrtqnTMF+3waFKu57tZqzImBR4iqGKEbHFes0ovN6g=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c65d484e-b0e8-4b66-b1af-64f4f867e5c4', 'x-compute-request-id': 'req-c65d484e-b0e8-4b66-b1af-64f4f867e5c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-212280872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHYYtbmL5kvAaJa/HLCb9YTrVgnjVLd+ClCIDiisxzvDjSS0ZOfQwxBl0R3McXi/uBv79wWyBp0jW1BHvZ9Uf0qEYrtqnTMF+3waFKu57tZqzImBR4iqGKEbHFes0ovN6g==", "fingerprint": "bb:5a:62:d2:27:d6:13:36:db:e9:e1:10:45:da:aa:8b", "user_id": "2f42cb7cd86e497ab532c5cd5e05c99d"}}' 2022-08-10 17:52:02,476 130383 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-212280872 created 2022-08-10 17:52:04,110 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.634s 2022-08-10 17:52:04,111 130383 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--1839262728", "description": "tempest-description--1760609237"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a06b535e-e94e-4617-9847-9b9dc78d5f95', 'date': 'Wed, 10 Aug 2022 17:52:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "db15c0cf-a239-4896-9855-f8257feae8e6", "name": "tempest-securitygroup--1839262728", "stateful": true, "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "description": "tempest-description--1760609237", "shared": false, "security_group_rules": [{"id": "6bb382cb-bda1-42da-86db-e5fffecf3e21", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "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": 663, "description": null, "tags": [], "created_at": "2022-08-10T17:52:03Z", "updated_at": "2022-08-10T17:52:03Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}, {"id": "e2d775ec-3418-4694-91dd-c8cddadef3de", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "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": 664, "description": null, "tags": [], "created_at": "2022-08-10T17:52:03Z", "updated_at": "2022-08-10T17:52:03Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}], "tags": [], "created_at": "2022-08-10T17:52:03Z", "updated_at": "2022-08-10T17:52:03Z", "revision_number": 1, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:05,277 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.165s 2022-08-10 17:52:05,277 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "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-883ce38c-3012-4a6d-be8c-e0078408f38f', 'date': 'Wed, 10 Aug 2022 17:52:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1da85069-8236-47a0-8991-4b35443b7ce0", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "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-08-10T17:52:04Z", "updated_at": "2022-08-10T17:52:04Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:06,650 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.372s 2022-08-10 17:52:06,651 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b63bd681-133f-4424-b39d-9c3f466a72db', 'date': 'Wed, 10 Aug 2022 17:52:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed152f0d-b3e4-4455-ba34-27b03c0b353f", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "db15c0cf-a239-4896-9855-f8257feae8e6", "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-08-10T17:52:06Z", "updated_at": "2022-08-10T17:52:06Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:06,651 130383 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1839262728 created 2022-08-10 17:52:09,583 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 2.931s 2022-08-10 17:52:09,583 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-8a2662cf-d12e-476e-9147-5f15a203f2de', 'date': 'Wed, 10 Aug 2022 17:52:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "396866ac-5f7a-43ae-931f-17e178999b08", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "floating_ip_address": "172.25.1.182", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81e24e5e4b5946af87ed8621126ca737", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:52:08Z", "updated_at": "2022-08-10T17:52:08Z", "revision_number": 0}}' 2022-08-10 17:52:09,584 130383 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '396866ac-5f7a-43ae-931f-17e178999b08', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'floating_ip_address': '172.25.1.182', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:52:08Z', 'updated_at': '2022-08-10T17:52:08Z', 'revision_number': 0, 'ip': '172.25.1.182'} created 2022-08-10 17:52:09,675 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.085s 2022-08-10 17:52:09,676 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:09 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-932171ad-d2b9-4c97-9c29-5e37608f2870', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f42cb7cd86e497ab532c5cd5e05c99d", "name": "tempest-AttachVolumeShelveTestJSON-21911967-project", "password_expires_at": null}, "audit_ids": ["rD_PmeDnS12mx7ZrhsWWtw"], "expires_at": "2022-08-10T18:52:09.000000Z", "issued_at": "2022-08-10T17:52:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81e24e5e4b5946af87ed8621126ca737", "name": "tempest-AttachVolumeShelveTestJSON-21911967"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:52:09,676 130383 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '4b4e0ed7-31a8-46e4-8e64-4d58423ae488', 'name': 'tempest-AttachVolumeShelveTestJSON-684634846-network', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 619, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:51:44Z', 'updated_at': '2022-08-10T17:51:44Z', 'revision_number': 1} available for tenant 2022-08-10 17:52:09,677 130383 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-212280872', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHYYtbmL5kvAaJa/HLCb9YTrVgnjVLd+ClCIDiisxzvDjSS0ZOfQwxBl0R3McXi/uBv79wWyBp0jW1BHvZ9Uf0qEYrtqnTMF+3waFKu57tZqzImBR4iqGKEbHFes0ovN6g==', 'fingerprint': 'bb:5a:62:d2:27:d6:13:36:db:e9:e1:10:45:da:aa:8b', 'user_id': '2f42cb7cd86e497ab532c5cd5e05c99d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBAe9VYXOTNQteuIi4MwXBQYZBR8uZDzRMPgyL6xrqG+0SGWwic0Bsb\nX2Y7MbK9pCGgBwYFK4EEACKhZANiAAR2GLW5i+ZLwGiWvxywm/WE61YJ41S3fgpQ\niA4orMc7w40ktGTn0MMQZdEdzHF4v7gb+/cFsgadI1tQR72fVH9KhGK7ap0zBft8\nGhSrue7WasyJgUeIqhihGxxXrNKLzeo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'db15c0cf-a239-4896-9855-f8257feae8e6', 'name': 'tempest-securitygroup--1839262728', 'stateful': True, 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'description': 'tempest-description--1760609237', 'shared': False, 'security_group_rules': [{'id': '6bb382cb-bda1-42da-86db-e5fffecf3e21', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'security_group_id': 'db15c0cf-a239-4896-9855-f8257feae8e6', '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': 663, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:52:03Z', 'updated_at': '2022-08-10T17:52:03Z', 'revision_number': 0, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}, {'id': 'e2d775ec-3418-4694-91dd-c8cddadef3de', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'security_group_id': 'db15c0cf-a239-4896-9855-f8257feae8e6', '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': 664, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:52:03Z', 'updated_at': '2022-08-10T17:52:03Z', 'revision_number': 0, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}], 'tags': [], 'created_at': '2022-08-10T17:52:03Z', 'updated_at': '2022-08-10T17:52:03Z', 'revision_number': 1, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}, 'floating_ip': {'id': '396866ac-5f7a-43ae-931f-17e178999b08', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'floating_ip_address': '172.25.1.182', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:52:08Z', 'updated_at': '2022-08-10T17:52:08Z', 'revision_number': 0, 'ip': '172.25.1.182'}} 2022-08-10 17:52:10,150 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://10.222.0.50/compute/v2.1/servers 0.472s 2022-08-10 17:52:10,150 130383 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-575702701", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4b4e0ed7-31a8-46e4-8e64-4d58423ae488"}], "security_groups": [{"name": "tempest-securitygroup--1839262728"}], "key_name": "tempest-keypair-212280872", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:09 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-abcbb94d-e833-4479-b688-3e6f0ae1b519', 'x-compute-request-id': 'req-abcbb94d-e833-4479-b688-3e6f0ae1b519', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:52:10,323 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-212280872 0.172s 2022-08-10 17:52:10,324 130383 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, 10 Aug 2022 17:52:10 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-c4df5857-3300-4102-84ae-14e067f99751', 'x-compute-request-id': 'req-c4df5857-3300-4102-84ae-14e067f99751', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-212280872'} Body: b'' 2022-08-10 17:52:10,701 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/db15c0cf-a239-4896-9855-f8257feae8e6 0.376s 2022-08-10 17:52:10,701 130383 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-837d2b96-2318-4424-8ac3-3fb34d39192e', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:52:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/db15c0cf-a239-4896-9855-f8257feae8e6'} Body: b'' 2022-08-10 17:52:10,726 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/db15c0cf-a239-4896-9855-f8257feae8e6 0.024s 2022-08-10 17:52:10,727 130383 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-d1c7b016-f110-4103-a204-420248a7868b', 'date': 'Wed, 10 Aug 2022 17:52:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/db15c0cf-a239-4896-9855-f8257feae8e6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group db15c0cf-a239-4896-9855-f8257feae8e6 does not exist", "detail": ""}}' 2022-08-10 17:52:11,782 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/396866ac-5f7a-43ae-931f-17e178999b08 1.055s 2022-08-10 17:52:11,783 130383 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-16b09926-9982-4826-8ba4-b93059bb051d', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:52:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/396866ac-5f7a-43ae-931f-17e178999b08'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft39.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-08-10 17:52:11,785 130383 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:52:11,786 130383 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:52:11,944 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.155s 2022-08-10 17:52:11,944 130383 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-1681549841", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBob+CAV8o6D5oSUFRztWOSLkjaefBJSidqQrLUgSEdSFY8vk4lStrQ9lL7z6Sx9Ut1WFRuGAod1zwGv1z21bIWSSB+mq17du/kg/aXhad0byekL2zlnSseXDaRpfj72ig=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1af04c74-e262-4cbf-a061-5a18816886e5', 'x-compute-request-id': 'req-1af04c74-e262-4cbf-a061-5a18816886e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1681549841", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBob+CAV8o6D5oSUFRztWOSLkjaefBJSidqQrLUgSEdSFY8vk4lStrQ9lL7z6Sx9Ut1WFRuGAod1zwGv1z21bIWSSB+mq17du/kg/aXhad0byekL2zlnSseXDaRpfj72ig==", "fingerprint": "8b:79:c2:b0:95:10:6a:92:1f:85:1c:69:a2:17:16:f1", "user_id": "2f42cb7cd86e497ab532c5cd5e05c99d"}}' 2022-08-10 17:52:11,947 130383 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1681549841 created 2022-08-10 17:52:12,489 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.542s 2022-08-10 17:52:12,490 130383 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--1970605904", "description": "tempest-description--362278650"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-419e289a-e2c1-4e97-85f1-ea9c266c1274', 'date': 'Wed, 10 Aug 2022 17:52:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "name": "tempest-securitygroup--1970605904", "stateful": true, "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "description": "tempest-description--362278650", "shared": false, "security_group_rules": [{"id": "953a4d41-dcbc-44e3-bf1c-22e4195bd787", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "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": 676, "description": null, "tags": [], "created_at": "2022-08-10T17:52:12Z", "updated_at": "2022-08-10T17:52:12Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}, {"id": "be767f58-6dd4-4df3-86bb-ac0c10a3e81f", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "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": 675, "description": null, "tags": [], "created_at": "2022-08-10T17:52:12Z", "updated_at": "2022-08-10T17:52:12Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}], "tags": [], "created_at": "2022-08-10T17:52:12Z", "updated_at": "2022-08-10T17:52:12Z", "revision_number": 1, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:13,058 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.567s 2022-08-10 17:52:13,058 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "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-1d5c9aca-cdff-4c02-8624-ad52e77dc926', 'date': 'Wed, 10 Aug 2022 17:52:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "13a4a975-5303-445f-b065-14d35ce3f2d5", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "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-08-10T17:52:12Z", "updated_at": "2022-08-10T17:52:12Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:13,797 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.738s 2022-08-10 17:52:13,799 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ee58400e-c3b3-4145-9c77-0615583f6330', 'date': 'Wed, 10 Aug 2022 17:52:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3b6a0234-dc7b-4ce4-ab8b-6cea69670721", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "security_group_id": "ca5df7a8-d5bc-4df4-9323-6a62c0803a66", "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-08-10T17:52:13Z", "updated_at": "2022-08-10T17:52:13Z", "revision_number": 0, "project_id": "81e24e5e4b5946af87ed8621126ca737"}}' 2022-08-10 17:52:13,800 130383 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1970605904 created 2022-08-10 17:52:15,865 130383 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 2.064s 2022-08-10 17:52:15,865 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-345eced8-0a36-41ab-8281-0e22b0edfb56', 'date': 'Wed, 10 Aug 2022 17:52:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "02de0156-027f-4361-8d21-90c100727581", "tenant_id": "81e24e5e4b5946af87ed8621126ca737", "floating_ip_address": "172.25.1.96", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81e24e5e4b5946af87ed8621126ca737", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:52:14Z", "updated_at": "2022-08-10T17:52:14Z", "revision_number": 0}}' 2022-08-10 17:52:15,865 130383 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '02de0156-027f-4361-8d21-90c100727581', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'floating_ip_address': '172.25.1.96', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:52:14Z', 'updated_at': '2022-08-10T17:52:14Z', 'revision_number': 0, 'ip': '172.25.1.96'} created 2022-08-10 17:52:15,908 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.037s 2022-08-10 17:52:15,908 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:15 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-f9a05522-6db5-4feb-99fb-59d9af42637c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f42cb7cd86e497ab532c5cd5e05c99d", "name": "tempest-AttachVolumeShelveTestJSON-21911967-project", "password_expires_at": null}, "audit_ids": ["B5pndre2RLm_ExBZ0Hf9hg"], "expires_at": "2022-08-10T18:52:15.000000Z", "issued_at": "2022-08-10T17:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81e24e5e4b5946af87ed8621126ca737", "name": "tempest-AttachVolumeShelveTestJSON-21911967"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_81e24e5e4b5946af87ed8621126ca737", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:52:15,909 130383 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '4b4e0ed7-31a8-46e4-8e64-4d58423ae488', 'name': 'tempest-AttachVolumeShelveTestJSON-684634846-network', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 619, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:51:44Z', 'updated_at': '2022-08-10T17:51:44Z', 'revision_number': 1} available for tenant 2022-08-10 17:52:15,910 130383 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1681549841', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBob+CAV8o6D5oSUFRztWOSLkjaefBJSidqQrLUgSEdSFY8vk4lStrQ9lL7z6Sx9Ut1WFRuGAod1zwGv1z21bIWSSB+mq17du/kg/aXhad0byekL2zlnSseXDaRpfj72ig==', 'fingerprint': '8b:79:c2:b0:95:10:6a:92:1f:85:1c:69:a2:17:16:f1', 'user_id': '2f42cb7cd86e497ab532c5cd5e05c99d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBD46vCAQvDLeWywF3RnzMJmHk8Fn+8CQin+bc1iZfi4oDMV2JSXm0H\n932R1xcI+gqgBwYFK4EEACKhZANiAAQaG/ggFfKOg+aElBUc7Vjki5I2nnwSUona\nkKy1IEhHUhWPL5OJUra0PZS+8+ksfVLdVhUbhgKHdc8Br9c9tWyFkkgfpqte3bv5\nIP2l4WndG8npC9s5Z0rHlw2kaX4+9oo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ca5df7a8-d5bc-4df4-9323-6a62c0803a66', 'name': 'tempest-securitygroup--1970605904', 'stateful': True, 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'description': 'tempest-description--362278650', 'shared': False, 'security_group_rules': [{'id': '953a4d41-dcbc-44e3-bf1c-22e4195bd787', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'security_group_id': 'ca5df7a8-d5bc-4df4-9323-6a62c0803a66', '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': 676, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:52:12Z', 'updated_at': '2022-08-10T17:52:12Z', 'revision_number': 0, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}, {'id': 'be767f58-6dd4-4df3-86bb-ac0c10a3e81f', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'security_group_id': 'ca5df7a8-d5bc-4df4-9323-6a62c0803a66', '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': 675, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:52:12Z', 'updated_at': '2022-08-10T17:52:12Z', 'revision_number': 0, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}], 'tags': [], 'created_at': '2022-08-10T17:52:12Z', 'updated_at': '2022-08-10T17:52:12Z', 'revision_number': 1, 'project_id': '81e24e5e4b5946af87ed8621126ca737'}, 'floating_ip': {'id': '02de0156-027f-4361-8d21-90c100727581', 'tenant_id': '81e24e5e4b5946af87ed8621126ca737', 'floating_ip_address': '172.25.1.96', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81e24e5e4b5946af87ed8621126ca737', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:52:14Z', 'updated_at': '2022-08-10T17:52:14Z', 'revision_number': 0, 'ip': '172.25.1.96'}} 2022-08-10 17:52:16,239 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://10.222.0.50/compute/v2.1/servers 0.328s 2022-08-10 17:52:16,240 130383 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-731717355", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4b4e0ed7-31a8-46e4-8e64-4d58423ae488"}], "security_groups": [{"name": "tempest-securitygroup--1970605904"}], "key_name": "tempest-keypair-1681549841", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:52:15 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-44a00983-a834-4fbd-b5a8-45c52d9f943d', 'x-compute-request-id': 'req-44a00983-a834-4fbd-b5a8-45c52d9f943d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:52:16,440 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1681549841 0.199s 2022-08-10 17:52:16,440 130383 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, 10 Aug 2022 17:52:16 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-ba180220-3f55-42f7-b074-6fe52e4843cf', 'x-compute-request-id': 'req-ba180220-3f55-42f7-b074-6fe52e4843cf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1681549841'} Body: b'' 2022-08-10 17:52:16,826 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/ca5df7a8-d5bc-4df4-9323-6a62c0803a66 0.385s 2022-08-10 17:52:16,827 130383 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-986af446-f130-4100-ba87-06a9e18703de', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:52:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/ca5df7a8-d5bc-4df4-9323-6a62c0803a66'} Body: b'' 2022-08-10 17:52:16,881 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/ca5df7a8-d5bc-4df4-9323-6a62c0803a66 0.054s 2022-08-10 17:52:16,881 130383 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-af60993e-597a-4236-8ea7-8e5861db7577', 'date': 'Wed, 10 Aug 2022 17:52:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/ca5df7a8-d5bc-4df4-9323-6a62c0803a66'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ca5df7a8-d5bc-4df4-9323-6a62c0803a66 does not exist", "detail": ""}}' 2022-08-10 17:52:17,637 130383 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/02de0156-027f-4361-8d21-90c100727581 0.754s 2022-08-10 17:52:17,637 130383 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-98111935-9619-40ac-854d-0e6ee7e0b159', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:52:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/02de0156-027f-4361-8d21-90c100727581'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft40.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-08-10 17:59:13,566 130378 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:59:13,566 130378 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:59:13,950 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.380s 2022-08-10 17:59:13,950 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1947327259", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPiiuY5glfPFmtKaeM5BnqAsXCZkCDHXE52iAmrTIOEJWGnlo+3DJnVyS1tA/qC9VuwQmfzqeBIsar7mOWKL4uOlTEIJl6ADtEE59VUTxahBz+znx05DnfVf/6tV1heAQA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:13 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-eda2568c-3cfe-45e8-813d-239e2b9a32fe', 'x-compute-request-id': 'req-eda2568c-3cfe-45e8-813d-239e2b9a32fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1947327259", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPiiuY5glfPFmtKaeM5BnqAsXCZkCDHXE52iAmrTIOEJWGnlo+3DJnVyS1tA/qC9VuwQmfzqeBIsar7mOWKL4uOlTEIJl6ADtEE59VUTxahBz+znx05DnfVf/6tV1heAQA==", "fingerprint": "d1:9a:13:42:21:9e:0a:4f:b9:2a:64:b5:92:af:39:4d", "user_id": "ecf05b05d0e948e3867f0e9b479dd0f4"}}' 2022-08-10 17:59:13,953 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1947327259 created 2022-08-10 17:59:15,704 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.751s 2022-08-10 17:59:15,704 130378 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--714230459", "description": "tempest-description--1810628726"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-01b2d348-7b22-4a85-92b9-a66616300a6a', 'date': 'Wed, 10 Aug 2022 17:59:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "name": "tempest-securitygroup--714230459", "stateful": true, "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "description": "tempest-description--1810628726", "shared": false, "security_group_rules": [{"id": "57acb4cb-86b0-4a69-9812-4710f395d6d7", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "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": 1628, "description": null, "tags": [], "created_at": "2022-08-10T17:59:14Z", "updated_at": "2022-08-10T17:59:14Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}, {"id": "9ff6c45a-04cb-41cc-9c99-2b06b75bb1fb", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "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": 1627, "description": null, "tags": [], "created_at": "2022-08-10T17:59:14Z", "updated_at": "2022-08-10T17:59:14Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}], "tags": [], "created_at": "2022-08-10T17:59:14Z", "updated_at": "2022-08-10T17:59:14Z", "revision_number": 1, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:17,083 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.378s 2022-08-10 17:59:17,084 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "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-6f9b3616-fe21-41d0-998f-aece16ca747a', 'date': 'Wed, 10 Aug 2022 17:59:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c886003c-b805-4c51-85c8-4d83322ba8b5", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "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-08-10T17:59:16Z", "updated_at": "2022-08-10T17:59:16Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:18,219 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.135s 2022-08-10 17:59:18,220 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1674f3a1-f892-4695-af4e-dcdcc6b374b7', 'date': 'Wed, 10 Aug 2022 17:59:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d041f340-72fc-4e0a-9f9c-eab1263737a4", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "6ce38aaa-3a38-4ae1-9391-617c931e5cf3", "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-08-10T17:59:17Z", "updated_at": "2022-08-10T17:59:17Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:18,220 130378 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--714230459 created 2022-08-10 17:59:23,496 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 5.275s 2022-08-10 17:59:23,496 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-705c0f31-57ac-4cf9-ab04-700181be8380', 'date': 'Wed, 10 Aug 2022 17:59:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "25d393eb-c193-4897-9b7c-19ba6ad57304", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "floating_ip_address": "172.25.1.124", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e2dbac423fc4f6296b1d5bca148dd22", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:59:21Z", "updated_at": "2022-08-10T17:59:21Z", "revision_number": 0}}' 2022-08-10 17:59:23,497 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '25d393eb-c193-4897-9b7c-19ba6ad57304', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'floating_ip_address': '172.25.1.124', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:21Z', 'updated_at': '2022-08-10T17:59:21Z', 'revision_number': 0, 'ip': '172.25.1.124'} created 2022-08-10 17:59:23,561 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.059s 2022-08-10 17:59:23,562 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7da106a0-cf1b-4265-8047-9c09ca34bb12', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ecf05b05d0e948e3867f0e9b479dd0f4", "name": "tempest-AttachVolumeTestJSON-828505371-project", "password_expires_at": null}, "audit_ids": ["D2TU16leSU6UHzFOBcmEUw"], "expires_at": "2022-08-10T18:59:23.000000Z", "issued_at": "2022-08-10T17:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2dbac423fc4f6296b1d5bca148dd22", "name": "tempest-AttachVolumeTestJSON-828505371"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:23,562 130378 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '11229dd6-3fd8-4235-a564-1d5a149b3b7b', 'name': 'tempest-AttachVolumeTestJSON-948203552-network', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 636, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:58:54Z', 'updated_at': '2022-08-10T17:58:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:23,563 130378 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1947327259', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPiiuY5glfPFmtKaeM5BnqAsXCZkCDHXE52iAmrTIOEJWGnlo+3DJnVyS1tA/qC9VuwQmfzqeBIsar7mOWKL4uOlTEIJl6ADtEE59VUTxahBz+znx05DnfVf/6tV1heAQA==', 'fingerprint': 'd1:9a:13:42:21:9e:0a:4f:b9:2a:64:b5:92:af:39:4d', 'user_id': 'ecf05b05d0e948e3867f0e9b479dd0f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAWmUxby8AoPwmtBBf6IEfIPVyylX2FxDEHKJg+lkMrTnSsQ37J8DxI\nwwLi1buGDAmgBwYFK4EEACKhZANiAAT4ormOYJXzxZrSmnjOQZ6gLFwmZAgx1xOd\nogJq0yDhCVhp5aPtwyZ1cktbQP6gvVbsEJn86ngSLGq+5jlii+LjpUxCCZegA7RB\nOfVVE8WoQc/s58dOQ531X/+rVdYXgEA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6ce38aaa-3a38-4ae1-9391-617c931e5cf3', 'name': 'tempest-securitygroup--714230459', 'stateful': True, 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': 'tempest-description--1810628726', 'shared': False, 'security_group_rules': [{'id': '57acb4cb-86b0-4a69-9812-4710f395d6d7', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'security_group_id': '6ce38aaa-3a38-4ae1-9391-617c931e5cf3', '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': 1628, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:14Z', 'updated_at': '2022-08-10T17:59:14Z', 'revision_number': 0, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}, {'id': '9ff6c45a-04cb-41cc-9c99-2b06b75bb1fb', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'security_group_id': '6ce38aaa-3a38-4ae1-9391-617c931e5cf3', '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': 1627, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:14Z', 'updated_at': '2022-08-10T17:59:14Z', 'revision_number': 0, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}], 'tags': [], 'created_at': '2022-08-10T17:59:14Z', 'updated_at': '2022-08-10T17:59:14Z', 'revision_number': 1, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}, 'floating_ip': {'id': '25d393eb-c193-4897-9b7c-19ba6ad57304', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'floating_ip_address': '172.25.1.124', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:21Z', 'updated_at': '2022-08-10T17:59:21Z', 'revision_number': 0, 'ip': '172.25.1.124'}} 2022-08-10 17:59:24,153 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 0.589s 2022-08-10 17:59:24,154 130378 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-364819271", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "11229dd6-3fd8-4235-a564-1d5a149b3b7b"}], "security_groups": [{"name": "tempest-securitygroup--714230459"}], "key_name": "tempest-keypair-1947327259", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59: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-f276cf72-a69c-4122-b99e-872541bb18bc', 'x-compute-request-id': 'req-f276cf72-a69c-4122-b99e-872541bb18bc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:59:24,511 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1947327259 0.356s 2022-08-10 17:59:24,511 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c611c8-1f39-4215-9a76-1d9734918372', 'x-compute-request-id': 'req-94c611c8-1f39-4215-9a76-1d9734918372', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1947327259'} Body: b'' 2022-08-10 17:59:25,202 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/6ce38aaa-3a38-4ae1-9391-617c931e5cf3 0.690s 2022-08-10 17:59:25,202 130378 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-b91a84a6-a5ee-453a-874d-9ee4cfc7602c', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/6ce38aaa-3a38-4ae1-9391-617c931e5cf3'} Body: b'' 2022-08-10 17:59:25,265 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/6ce38aaa-3a38-4ae1-9391-617c931e5cf3 0.062s 2022-08-10 17:59:25,266 130378 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-5a8e9f56-e258-4177-90bc-8fd215b391d7', 'date': 'Wed, 10 Aug 2022 17:59:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/6ce38aaa-3a38-4ae1-9391-617c931e5cf3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6ce38aaa-3a38-4ae1-9391-617c931e5cf3 does not exist", "detail": ""}}' 2022-08-10 17:59:27,951 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/25d393eb-c193-4897-9b7c-19ba6ad57304 2.684s 2022-08-10 17:59:27,951 130378 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-c39142a9-e5b6-4d08-b361-62146d10bccd', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/25d393eb-c193-4897-9b7c-19ba6ad57304'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft40.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-08-10 17:59:27,954 130378 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 17:59:27,954 130378 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 17:59:28,197 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.240s 2022-08-10 17:59:28,197 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1508889050", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBKLka9m/jJEut+emIBoc7+xa/4Hj8FLo5amKjITP0KI5bYX1rBfQLo+Kf/1LDrCZH1o5c7zB9XG/A0KsxXEF5w1QPbG3o6MKPJIU+N+QoRl8jclD920xo0nNDTOFB/nig=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:27 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-65086a8c-1136-4f9a-9995-ac21310a5088', 'x-compute-request-id': 'req-65086a8c-1136-4f9a-9995-ac21310a5088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1508889050", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBKLka9m/jJEut+emIBoc7+xa/4Hj8FLo5amKjITP0KI5bYX1rBfQLo+Kf/1LDrCZH1o5c7zB9XG/A0KsxXEF5w1QPbG3o6MKPJIU+N+QoRl8jclD920xo0nNDTOFB/nig==", "fingerprint": "b5:17:97:73:c3:10:15:4d:f8:94:0c:d1:6f:17:85:78", "user_id": "ecf05b05d0e948e3867f0e9b479dd0f4"}}' 2022-08-10 17:59:28,200 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1508889050 created 2022-08-10 17:59:29,654 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.453s 2022-08-10 17:59:29,654 130378 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--1100459714", "description": "tempest-description--1013254749"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-cdb3d34f-ae9f-4db1-8665-0c8fa6b73a39', 'date': 'Wed, 10 Aug 2022 17:59:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "name": "tempest-securitygroup--1100459714", "stateful": true, "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "description": "tempest-description--1013254749", "shared": false, "security_group_rules": [{"id": "3386d002-cfc5-4ff1-a0b3-f7bb14dd6449", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "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": 1661, "description": null, "tags": [], "created_at": "2022-08-10T17:59:29Z", "updated_at": "2022-08-10T17:59:29Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}, {"id": "7bd45f8c-748b-4b26-bbfa-76350729c893", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "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": 1660, "description": null, "tags": [], "created_at": "2022-08-10T17:59:29Z", "updated_at": "2022-08-10T17:59:29Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}], "tags": [], "created_at": "2022-08-10T17:59:29Z", "updated_at": "2022-08-10T17:59:29Z", "revision_number": 1, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:31,092 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.437s 2022-08-10 17:59:31,093 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "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-e52280c3-acb4-4b92-9461-3e1b8c4db917', 'date': 'Wed, 10 Aug 2022 17:59:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03f00db6-3d7b-4cca-8d0f-d69970af388a", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "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-08-10T17:59:30Z", "updated_at": "2022-08-10T17:59:30Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:32,203 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.110s 2022-08-10 17:59:32,204 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9d544648-b1ae-48fc-aa01-844f53ce1d1d', 'date': 'Wed, 10 Aug 2022 17:59:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9db43547-9a0c-46d6-8fd6-f1dba865ee49", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "security_group_id": "b407c7c2-6a91-4140-a6a4-cad21adf169f", "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-08-10T17:59:31Z", "updated_at": "2022-08-10T17:59:31Z", "revision_number": 0, "project_id": "2e2dbac423fc4f6296b1d5bca148dd22"}}' 2022-08-10 17:59:32,204 130378 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1100459714 created 2022-08-10 17:59:35,514 130378 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.309s 2022-08-10 17:59:35,514 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-be60985c-a494-4993-9e52-3c51875f0ab7', 'date': 'Wed, 10 Aug 2022 17:59:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1845bf09-d50b-401d-a955-55709e6db927", "tenant_id": "2e2dbac423fc4f6296b1d5bca148dd22", "floating_ip_address": "172.25.1.102", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e2dbac423fc4f6296b1d5bca148dd22", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T17:59:34Z", "updated_at": "2022-08-10T17:59:34Z", "revision_number": 0}}' 2022-08-10 17:59:35,514 130378 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1845bf09-d50b-401d-a955-55709e6db927', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'floating_ip_address': '172.25.1.102', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:34Z', 'updated_at': '2022-08-10T17:59:34Z', 'revision_number': 0, 'ip': '172.25.1.102'} created 2022-08-10 17:59:35,637 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.117s 2022-08-10 17:59:35,638 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:35 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-2dce0390-4a24-4d1f-9c57-a52b7c091a5e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ecf05b05d0e948e3867f0e9b479dd0f4", "name": "tempest-AttachVolumeTestJSON-828505371-project", "password_expires_at": null}, "audit_ids": ["JOFh9bbNSYijGvvvlCTyHQ"], "expires_at": "2022-08-10T18:59:35.000000Z", "issued_at": "2022-08-10T17:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2dbac423fc4f6296b1d5bca148dd22", "name": "tempest-AttachVolumeTestJSON-828505371"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_2e2dbac423fc4f6296b1d5bca148dd22", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 17:59:35,638 130378 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '11229dd6-3fd8-4235-a564-1d5a149b3b7b', 'name': 'tempest-AttachVolumeTestJSON-948203552-network', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 636, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T17:58:54Z', 'updated_at': '2022-08-10T17:58:54Z', 'revision_number': 1} available for tenant 2022-08-10 17:59:35,639 130378 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1508889050', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBKLka9m/jJEut+emIBoc7+xa/4Hj8FLo5amKjITP0KI5bYX1rBfQLo+Kf/1LDrCZH1o5c7zB9XG/A0KsxXEF5w1QPbG3o6MKPJIU+N+QoRl8jclD920xo0nNDTOFB/nig==', 'fingerprint': 'b5:17:97:73:c3:10:15:4d:f8:94:0c:d1:6f:17:85:78', 'user_id': 'ecf05b05d0e948e3867f0e9b479dd0f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBZMkw1DH3BJw301lSCWaOsvks4+/ERPgorrZCluGhqXRfNhr1zulTL\npvjyh7goIOOgBwYFK4EEACKhZANiAAQSi5GvZv4yRLrfnpiAaHO/sWv+B4/BS6OW\npioyEz9CiOW2F9awX0C6Pin/9Sw6wmR9aOXO8wfVxvwNCrMVxBecNUD2xt6OjCjy\nSFPjfkKEZfI3JQ/dtMaNJzQ0zhQf54o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b407c7c2-6a91-4140-a6a4-cad21adf169f', 'name': 'tempest-securitygroup--1100459714', 'stateful': True, 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': 'tempest-description--1013254749', 'shared': False, 'security_group_rules': [{'id': '3386d002-cfc5-4ff1-a0b3-f7bb14dd6449', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'security_group_id': 'b407c7c2-6a91-4140-a6a4-cad21adf169f', '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': 1661, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:29Z', 'updated_at': '2022-08-10T17:59:29Z', 'revision_number': 0, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}, {'id': '7bd45f8c-748b-4b26-bbfa-76350729c893', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'security_group_id': 'b407c7c2-6a91-4140-a6a4-cad21adf169f', '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': 1660, 'description': None, 'tags': [], 'created_at': '2022-08-10T17:59:29Z', 'updated_at': '2022-08-10T17:59:29Z', 'revision_number': 0, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}], 'tags': [], 'created_at': '2022-08-10T17:59:29Z', 'updated_at': '2022-08-10T17:59:29Z', 'revision_number': 1, 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22'}, 'floating_ip': {'id': '1845bf09-d50b-401d-a955-55709e6db927', 'tenant_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'floating_ip_address': '172.25.1.102', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e2dbac423fc4f6296b1d5bca148dd22', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T17:59:34Z', 'updated_at': '2022-08-10T17:59:34Z', 'revision_number': 0, 'ip': '172.25.1.102'}} 2022-08-10 17:59:36,185 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://10.222.0.50/compute/v2.1/servers 0.545s 2022-08-10 17:59:36,185 130378 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-1813768343", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "11229dd6-3fd8-4235-a564-1d5a149b3b7b"}], "security_groups": [{"name": "tempest-securitygroup--1100459714"}], "key_name": "tempest-keypair-1508889050", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59: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-9db4a4bb-dbfe-486c-a10b-f175a29ec095', 'x-compute-request-id': 'req-9db4a4bb-dbfe-486c-a10b-f175a29ec095', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 17:59:36,400 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1508889050 0.214s 2022-08-10 17:59:36,400 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 17:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b0a6c84-5212-4926-b4a0-8a74188721f1', 'x-compute-request-id': 'req-9b0a6c84-5212-4926-b4a0-8a74188721f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1508889050'} Body: b'' 2022-08-10 17:59:36,933 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/b407c7c2-6a91-4140-a6a4-cad21adf169f 0.532s 2022-08-10 17:59:36,940 130378 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-8121537c-bf58-456b-a67e-c1bdaabff89b', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/b407c7c2-6a91-4140-a6a4-cad21adf169f'} Body: b'' 2022-08-10 17:59:36,964 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/b407c7c2-6a91-4140-a6a4-cad21adf169f 0.023s 2022-08-10 17:59:36,964 130378 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-c4a84960-c7be-4b64-a6ce-f084385a258c', 'date': 'Wed, 10 Aug 2022 17:59:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/b407c7c2-6a91-4140-a6a4-cad21adf169f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b407c7c2-6a91-4140-a6a4-cad21adf169f does not exist", "detail": ""}}' 2022-08-10 17:59:38,940 130378 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/1845bf09-d50b-401d-a955-55709e6db927 1.975s 2022-08-10 17:59:38,941 130378 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-15e612b3-61a5-488b-8e5d-7bb0ee561645', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 17:59:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/1845bf09-d50b-401d-a955-55709e6db927'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft41.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-08-10 18:06:20,176 130371 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 18:06:20,177 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 18:06:20,690 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.506s 2022-08-10 18:06:20,691 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1019514101", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBrBkKrqcLPFELniBF7+yysDN4BBXdCRIFBN//9OIb0ZN8+M+kPP2xwcxIhKChzqbarHYyJmjGbOMHMp3SWNANBQx/Aq3/fuNTjVyd2n7BBAmsZ2psc/Od0NWZmC/KvyIQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:20 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-ef826ac1-d1e6-4406-b79d-970f8de5427c', 'x-compute-request-id': 'req-ef826ac1-d1e6-4406-b79d-970f8de5427c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1019514101", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBrBkKrqcLPFELniBF7+yysDN4BBXdCRIFBN//9OIb0ZN8+M+kPP2xwcxIhKChzqbarHYyJmjGbOMHMp3SWNANBQx/Aq3/fuNTjVyd2n7BBAmsZ2psc/Od0NWZmC/KvyIQ==", "fingerprint": "1b:19:32:c8:f8:1c:3c:6b:23:4e:b3:dd:88:d1:80:fe", "user_id": "429872e23d5941d28ad760e031c97cd5"}}' 2022-08-10 18:06:20,693 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1019514101 created 2022-08-10 18:06:22,048 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.354s 2022-08-10 18:06:22,049 130371 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--810740886", "description": "tempest-description--23766259"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7d4d0a03-25a7-43df-9ca5-f66fc08f7c7c', 'date': 'Wed, 10 Aug 2022 18:06:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "name": "tempest-securitygroup--810740886", "stateful": true, "tenant_id": "88744a563b6b4b47b03317b22d38f214", "description": "tempest-description--23766259", "shared": false, "security_group_rules": [{"id": "1f50289f-ec4a-442e-b6eb-fbdb87acb212", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "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": 2799, "description": null, "tags": [], "created_at": "2022-08-10T18:06:21Z", "updated_at": "2022-08-10T18:06:21Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}, {"id": "bd3500c4-0085-42fb-8d25-7f4b9bc9f403", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "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": 2800, "description": null, "tags": [], "created_at": "2022-08-10T18:06:21Z", "updated_at": "2022-08-10T18:06:21Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}], "tags": [], "created_at": "2022-08-10T18:06:21Z", "updated_at": "2022-08-10T18:06:21Z", "revision_number": 1, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:22,869 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.819s 2022-08-10 18:06:22,869 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "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-02a69c5e-81c3-44c8-9c1b-cc69caf6732c', 'date': 'Wed, 10 Aug 2022 18:06:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "012ab580-bdfb-403a-acc6-61f850e610b3", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "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-08-10T18:06:22Z", "updated_at": "2022-08-10T18:06:22Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:23,806 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.936s 2022-08-10 18:06:23,806 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a79946c-1a66-42f0-bc68-1baf43539c9e', 'date': 'Wed, 10 Aug 2022 18:06:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27484147-c7ec-48ae-b829-a24f80020c48", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "cf436698-e536-4dc8-9b52-ad4cd1a56d01", "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-08-10T18:06:23Z", "updated_at": "2022-08-10T18:06:23Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:23,807 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--810740886 created 2022-08-10 18:06:27,517 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.709s 2022-08-10 18:06:27,517 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-fb8188e2-5167-44fe-bfd6-5ac464d3ebbf', 'date': 'Wed, 10 Aug 2022 18:06:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c9459dd-2e1b-41c2-ae16-61f08a2c9ec2", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "floating_ip_address": "172.25.1.3", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88744a563b6b4b47b03317b22d38f214", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T18:06:25Z", "updated_at": "2022-08-10T18:06:25Z", "revision_number": 0}}' 2022-08-10 18:06:27,518 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c9459dd-2e1b-41c2-ae16-61f08a2c9ec2', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.3', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:25Z', 'updated_at': '2022-08-10T18:06:25Z', 'revision_number': 0, 'ip': '172.25.1.3'} created 2022-08-10 18:06:27,665 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.140s 2022-08-10 18:06:27,666 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:27 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-eced0eb8-2215-4df0-830a-9483880f2e4a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "429872e23d5941d28ad760e031c97cd5", "name": "tempest-AttachVolumeNegativeTest-446955792-project", "password_expires_at": null}, "audit_ids": ["bK3-dxcoTOGJ--1EQuMq5Q"], "expires_at": "2022-08-10T19:06:27.000000Z", "issued_at": "2022-08-10T18:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88744a563b6b4b47b03317b22d38f214", "name": "tempest-AttachVolumeNegativeTest-446955792"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:06:27,666 130371 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'b918fc97-e9f5-4cfd-8059-8d4ee34b54c1', 'name': 'tempest-AttachVolumeNegativeTest-28120544-network', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88744a563b6b4b47b03317b22d38f214', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:59Z', 'updated_at': '2022-08-10T18:06:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:06:27,677 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1019514101', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBrBkKrqcLPFELniBF7+yysDN4BBXdCRIFBN//9OIb0ZN8+M+kPP2xwcxIhKChzqbarHYyJmjGbOMHMp3SWNANBQx/Aq3/fuNTjVyd2n7BBAmsZ2psc/Od0NWZmC/KvyIQ==', 'fingerprint': '1b:19:32:c8:f8:1c:3c:6b:23:4e:b3:dd:88:d1:80:fe', 'user_id': '429872e23d5941d28ad760e031c97cd5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAHHKlH+XzO+V0EMRM4sELodL9ky4a77gFvY6Kq1d6NR84lThWBY2Tu\nZQI6+1nscuqgBwYFK4EEACKhZANiAAQawZCq6nCzxRC54gRe/ssrAzeAQV3QkSBQ\nTf//TiG9GTfPjPpDz9scHMSISgoc6m2qx2MiZoxmzjBzKd0ljQDQUMfwKt/37jU4\n1cndp+wQQJrGdqbHPzndDVmZgvyr8iE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cf436698-e536-4dc8-9b52-ad4cd1a56d01', 'name': 'tempest-securitygroup--810740886', 'stateful': True, 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'description': 'tempest-description--23766259', 'shared': False, 'security_group_rules': [{'id': '1f50289f-ec4a-442e-b6eb-fbdb87acb212', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': 'cf436698-e536-4dc8-9b52-ad4cd1a56d01', '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': 2799, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:21Z', 'updated_at': '2022-08-10T18:06:21Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, {'id': 'bd3500c4-0085-42fb-8d25-7f4b9bc9f403', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': 'cf436698-e536-4dc8-9b52-ad4cd1a56d01', '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': 2800, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:21Z', 'updated_at': '2022-08-10T18:06:21Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}], 'tags': [], 'created_at': '2022-08-10T18:06:21Z', 'updated_at': '2022-08-10T18:06:21Z', 'revision_number': 1, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, 'floating_ip': {'id': '5c9459dd-2e1b-41c2-ae16-61f08a2c9ec2', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.3', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:25Z', 'updated_at': '2022-08-10T18:06:25Z', 'revision_number': 0, 'ip': '172.25.1.3'}} 2022-08-10 18:06:28,297 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://10.222.0.50/compute/v2.1/servers 0.619s 2022-08-10 18:06:28,297 130371 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-1031245263", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "b918fc97-e9f5-4cfd-8059-8d4ee34b54c1"}], "security_groups": [{"name": "tempest-securitygroup--810740886"}], "key_name": "tempest-keypair-1019514101", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-3bd11d27-5653-4032-887f-7401c2726058', 'x-compute-request-id': 'req-3bd11d27-5653-4032-887f-7401c2726058', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:06:28,454 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1019514101 0.149s 2022-08-10 18:06:28,455 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06: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-6090ceeb-3b32-4541-9cb8-bec7f055f159', 'x-compute-request-id': 'req-6090ceeb-3b32-4541-9cb8-bec7f055f159', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-1019514101'} Body: b'' 2022-08-10 18:06:28,942 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/cf436698-e536-4dc8-9b52-ad4cd1a56d01 0.486s 2022-08-10 18:06:28,942 130371 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-98c12615-17e9-4a5e-ab44-e9f3b00e2a8b', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/cf436698-e536-4dc8-9b52-ad4cd1a56d01'} Body: b'' 2022-08-10 18:06:29,341 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/cf436698-e536-4dc8-9b52-ad4cd1a56d01 0.398s 2022-08-10 18:06:29,341 130371 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-1b803f7e-f685-4f39-a961-a385df2f0bd8', 'date': 'Wed, 10 Aug 2022 18:06:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/cf436698-e536-4dc8-9b52-ad4cd1a56d01'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cf436698-e536-4dc8-9b52-ad4cd1a56d01 does not exist", "detail": ""}}' 2022-08-10 18:06:32,127 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/5c9459dd-2e1b-41c2-ae16-61f08a2c9ec2 2.785s 2022-08-10 18:06:32,201 130371 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-0a5789de-6057-4ab1-a724-eea1be9eed23', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/5c9459dd-2e1b-41c2-ae16-61f08a2c9ec2'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft41.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-08-10 18:06:32,204 130371 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 18:06:32,204 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 18:06:32,563 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.356s 2022-08-10 18:06:32,569 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-365142553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCu29rjbU1Zd/yUkbgvxkSetPjTYhNaFZt1ByEnkkwigqpsBqJg5Jr9GGtVq40ryK5+VEg/elwxnGCsHDfjO/dY8zfi/nfiRWVmfJHDZu2rM2Q+iXACBlcEWXq2+CMaWZA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:32 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-5ad0b8fa-5a10-4a82-8751-d1c8826da260', 'x-compute-request-id': 'req-5ad0b8fa-5a10-4a82-8751-d1c8826da260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-365142553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCu29rjbU1Zd/yUkbgvxkSetPjTYhNaFZt1ByEnkkwigqpsBqJg5Jr9GGtVq40ryK5+VEg/elwxnGCsHDfjO/dY8zfi/nfiRWVmfJHDZu2rM2Q+iXACBlcEWXq2+CMaWZA==", "fingerprint": "a9:1b:37:c6:bb:ce:0a:a7:53:10:94:0f:bc:9e:ab:6a", "user_id": "429872e23d5941d28ad760e031c97cd5"}}' 2022-08-10 18:06:32,572 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-365142553 created 2022-08-10 18:06:33,588 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.015s 2022-08-10 18:06:33,590 130371 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--1816991254", "description": "tempest-description--1236178687"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-3ef1c700-f44a-4f6d-b68e-08dfe4c2da5f', 'date': 'Wed, 10 Aug 2022 18:06:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "name": "tempest-securitygroup--1816991254", "stateful": true, "tenant_id": "88744a563b6b4b47b03317b22d38f214", "description": "tempest-description--1236178687", "shared": false, "security_group_rules": [{"id": "4b9484b1-f17d-4a47-815d-1f78be3b324d", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "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": 2822, "description": null, "tags": [], "created_at": "2022-08-10T18:06:33Z", "updated_at": "2022-08-10T18:06:33Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}, {"id": "580a0e1e-2bcc-4471-b3aa-a454bea661f7", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "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": 2823, "description": null, "tags": [], "created_at": "2022-08-10T18:06:33Z", "updated_at": "2022-08-10T18:06:33Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}], "tags": [], "created_at": "2022-08-10T18:06:32Z", "updated_at": "2022-08-10T18:06:33Z", "revision_number": 1, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:34,927 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.336s 2022-08-10 18:06:34,930 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "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-4072e2b7-5b85-4806-8902-470c5728efd9', 'date': 'Wed, 10 Aug 2022 18:06:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0cfd2902-1416-4248-900d-c93953b54999", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "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-08-10T18:06:34Z", "updated_at": "2022-08-10T18:06:34Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:36,440 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.508s 2022-08-10 18:06:36,440 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ca830dad-dae6-41a6-8047-ba3304bbc78e', 'date': 'Wed, 10 Aug 2022 18:06:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1558ce33-2b08-446b-81b8-0b1193a87970", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "eb1f43cd-c42e-43df-aff2-edcc6e231a67", "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-08-10T18:06:35Z", "updated_at": "2022-08-10T18:06:35Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:36,440 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1816991254 created 2022-08-10 18:06:39,811 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 3.370s 2022-08-10 18:06:39,811 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-c97d4708-b162-4988-9ba8-a372eb87d0b2', 'date': 'Wed, 10 Aug 2022 18:06:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "efbf336c-7d50-4c1d-ac19-6de19950c146", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "floating_ip_address": "172.25.1.186", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88744a563b6b4b47b03317b22d38f214", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T18:06:38Z", "updated_at": "2022-08-10T18:06:38Z", "revision_number": 0}}' 2022-08-10 18:06:39,812 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'efbf336c-7d50-4c1d-ac19-6de19950c146', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.186', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:38Z', 'updated_at': '2022-08-10T18:06:38Z', 'revision_number': 0, 'ip': '172.25.1.186'} created 2022-08-10 18:06:39,927 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.109s 2022-08-10 18:06:39,928 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:39 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-7ee54d07-80c6-452b-8400-1455ca90208f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "429872e23d5941d28ad760e031c97cd5", "name": "tempest-AttachVolumeNegativeTest-446955792-project", "password_expires_at": null}, "audit_ids": ["RIU9WuFtRxqx-_PB1Oauhg"], "expires_at": "2022-08-10T19:06:39.000000Z", "issued_at": "2022-08-10T18:06:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88744a563b6b4b47b03317b22d38f214", "name": "tempest-AttachVolumeNegativeTest-446955792"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:06:39,928 130371 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'b918fc97-e9f5-4cfd-8059-8d4ee34b54c1', 'name': 'tempest-AttachVolumeNegativeTest-28120544-network', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88744a563b6b4b47b03317b22d38f214', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:59Z', 'updated_at': '2022-08-10T18:06:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:06:39,930 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-365142553', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCu29rjbU1Zd/yUkbgvxkSetPjTYhNaFZt1ByEnkkwigqpsBqJg5Jr9GGtVq40ryK5+VEg/elwxnGCsHDfjO/dY8zfi/nfiRWVmfJHDZu2rM2Q+iXACBlcEWXq2+CMaWZA==', 'fingerprint': 'a9:1b:37:c6:bb:ce:0a:a7:53:10:94:0f:bc:9e:ab:6a', 'user_id': '429872e23d5941d28ad760e031c97cd5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQAWqmfbCzigoWmwATsvxVxZ48k/4e9ZV/3cuBbVlQ2RipaMpatw87\nKbDiYVdLZNOgBwYFK4EEACKhZANiAAQrtva421NWXf8lJG4L8ZEnrT402ITWhWbd\nQchJ5JMIoKqbAaiYOSa/RhrVauNK8iuflRIP3pcMZxgrBw34zv3WPM34v534kVlZ\nnyRw2btqzNkPolwAgZXBFl6tvgjGlmQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'eb1f43cd-c42e-43df-aff2-edcc6e231a67', 'name': 'tempest-securitygroup--1816991254', 'stateful': True, 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'description': 'tempest-description--1236178687', 'shared': False, 'security_group_rules': [{'id': '4b9484b1-f17d-4a47-815d-1f78be3b324d', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': 'eb1f43cd-c42e-43df-aff2-edcc6e231a67', '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': 2822, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:33Z', 'updated_at': '2022-08-10T18:06:33Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, {'id': '580a0e1e-2bcc-4471-b3aa-a454bea661f7', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': 'eb1f43cd-c42e-43df-aff2-edcc6e231a67', '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': 2823, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:33Z', 'updated_at': '2022-08-10T18:06:33Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}], 'tags': [], 'created_at': '2022-08-10T18:06:32Z', 'updated_at': '2022-08-10T18:06:33Z', 'revision_number': 1, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, 'floating_ip': {'id': 'efbf336c-7d50-4c1d-ac19-6de19950c146', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.186', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:38Z', 'updated_at': '2022-08-10T18:06:38Z', 'revision_number': 0, 'ip': '172.25.1.186'}} 2022-08-10 18:06:40,964 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://10.222.0.50/compute/v2.1/servers 1.033s 2022-08-10 18:06:40,964 130371 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-768291180", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "b918fc97-e9f5-4cfd-8059-8d4ee34b54c1"}], "security_groups": [{"name": "tempest-securitygroup--1816991254"}], "key_name": "tempest-keypair-365142553", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06: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-b8efdf89-52c3-426d-bac9-e2ac8031a330', 'x-compute-request-id': 'req-b8efdf89-52c3-426d-bac9-e2ac8031a330', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:06:41,145 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-365142553 0.179s 2022-08-10 18:06:41,145 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74cfc2a1-6c1f-44d7-a898-1ad2b2ca88ec', 'x-compute-request-id': 'req-74cfc2a1-6c1f-44d7-a898-1ad2b2ca88ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-365142553'} Body: b'' 2022-08-10 18:06:41,740 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/eb1f43cd-c42e-43df-aff2-edcc6e231a67 0.595s 2022-08-10 18:06:41,741 130371 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-addae4df-5570-4071-a284-93a8bd6bce41', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/eb1f43cd-c42e-43df-aff2-edcc6e231a67'} Body: b'' 2022-08-10 18:06:41,823 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/eb1f43cd-c42e-43df-aff2-edcc6e231a67 0.082s 2022-08-10 18:06:41,824 130371 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-f3b2f5aa-ed72-4f0f-8dcb-8d65c3750c32', 'date': 'Wed, 10 Aug 2022 18:06:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/eb1f43cd-c42e-43df-aff2-edcc6e231a67'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group eb1f43cd-c42e-43df-aff2-edcc6e231a67 does not exist", "detail": ""}}' 2022-08-10 18:06:43,377 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/efbf336c-7d50-4c1d-ac19-6de19950c146 1.552s 2022-08-10 18:06:43,377 130371 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-f04a9f84-120c-472d-a3f1-8f7cd27316b0', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/efbf336c-7d50-4c1d-ac19-6de19950c146'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft41.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-08-10 18:06:43,380 130371 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-10 18:06:43,380 130371 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-10 18:06:43,643 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.260s 2022-08-10 18:06:43,643 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-721843824", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHZ/cmv5vLYz7JnM/81VQP6TyK/g/mBIcrxJZKgG+/PYEWBuLO9UhWC4sAkD/O8U96FOjONhh45cNVH2Yw2S0O8F9chIwnGdz6FILIFLWUhv9eXRjwRJ6Jy0ipeWRM1sQQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:43 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-660596e5-db1e-459a-9dad-5d495a89fa76', 'x-compute-request-id': 'req-660596e5-db1e-459a-9dad-5d495a89fa76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-721843824", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHZ/cmv5vLYz7JnM/81VQP6TyK/g/mBIcrxJZKgG+/PYEWBuLO9UhWC4sAkD/O8U96FOjONhh45cNVH2Yw2S0O8F9chIwnGdz6FILIFLWUhv9eXRjwRJ6Jy0ipeWRM1sQQ==", "fingerprint": "75:3b:4d:8e:6f:1e:cc:75:45:f5:5b:5f:ce:67:9d:78", "user_id": "429872e23d5941d28ad760e031c97cd5"}}' 2022-08-10 18:06:43,646 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-721843824 created 2022-08-10 18:06:44,682 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.035s 2022-08-10 18:06:44,682 130371 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--289706848", "description": "tempest-description--1493103144"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-b8d01bad-f124-4702-94c7-5347484f0d93', 'date': 'Wed, 10 Aug 2022 18:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43cadac2-625a-4536-b50e-e7806758990f", "name": "tempest-securitygroup--289706848", "stateful": true, "tenant_id": "88744a563b6b4b47b03317b22d38f214", "description": "tempest-description--1493103144", "shared": false, "security_group_rules": [{"id": "c601933f-7e39-43a0-bb12-89fa9fc638f0", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "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": 2842, "description": null, "tags": [], "created_at": "2022-08-10T18:06:44Z", "updated_at": "2022-08-10T18:06:44Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}, {"id": "ee4db16b-acb8-40c6-8acd-e785d8fdb361", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "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": 2843, "description": null, "tags": [], "created_at": "2022-08-10T18:06:44Z", "updated_at": "2022-08-10T18:06:44Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}], "tags": [], "created_at": "2022-08-10T18:06:44Z", "updated_at": "2022-08-10T18:06:44Z", "revision_number": 1, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:45,834 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.151s 2022-08-10 18:06:45,836 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "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-e00734bd-d353-4711-9de5-e94a2bd7303f', 'date': 'Wed, 10 Aug 2022 18:06:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "59b087e2-3745-477a-8297-c0d19aae9321", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "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-08-10T18:06:45Z", "updated_at": "2022-08-10T18:06:45Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:46,667 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.831s 2022-08-10 18:06:46,669 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3c640f85-3e14-4959-9bd8-558c14ba9107', 'date': 'Wed, 10 Aug 2022 18:06:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cb868704-f6a1-4fbb-a63f-78ecbbeac151", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "security_group_id": "43cadac2-625a-4536-b50e-e7806758990f", "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-08-10T18:06:46Z", "updated_at": "2022-08-10T18:06:46Z", "revision_number": 0, "project_id": "88744a563b6b4b47b03317b22d38f214"}}' 2022-08-10 18:06:46,669 130371 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--289706848 created 2022-08-10 18:06:49,169 130371 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/floatingips 2.499s 2022-08-10 18:06:49,169 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-87ad0b28-ad2a-4910-9d0a-41cd5b3d8095', 'date': 'Wed, 10 Aug 2022 18:06:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "270e3107-bf75-4c13-8913-f13e384bdb41", "tenant_id": "88744a563b6b4b47b03317b22d38f214", "floating_ip_address": "172.25.1.39", "floating_network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88744a563b6b4b47b03317b22d38f214", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-10T18:06:47Z", "updated_at": "2022-08-10T18:06:47Z", "revision_number": 0}}' 2022-08-10 18:06:49,169 130371 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '270e3107-bf75-4c13-8913-f13e384bdb41', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.39', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:47Z', 'updated_at': '2022-08-10T18:06:47Z', 'revision_number': 0, 'ip': '172.25.1.39'} created 2022-08-10 18:06:49,475 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.301s 2022-08-10 18:06:49,476 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:49 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-d38bfada-8c62-4d99-9416-a19b00f51100', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "429872e23d5941d28ad760e031c97cd5", "name": "tempest-AttachVolumeNegativeTest-446955792-project", "password_expires_at": null}, "audit_ids": ["OBqPcG0rQNm4A7YP8ygJjA"], "expires_at": "2022-08-10T19:06:49.000000Z", "issued_at": "2022-08-10T18:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88744a563b6b4b47b03317b22d38f214", "name": "tempest-AttachVolumeNegativeTest-446955792"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_88744a563b6b4b47b03317b22d38f214", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:06:49,477 130371 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'b918fc97-e9f5-4cfd-8059-8d4ee34b54c1', 'name': 'tempest-AttachVolumeNegativeTest-28120544-network', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88744a563b6b4b47b03317b22d38f214', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 647, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:05:59Z', 'updated_at': '2022-08-10T18:06:00Z', 'revision_number': 1} available for tenant 2022-08-10 18:06:49,477 130371 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-721843824', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHZ/cmv5vLYz7JnM/81VQP6TyK/g/mBIcrxJZKgG+/PYEWBuLO9UhWC4sAkD/O8U96FOjONhh45cNVH2Yw2S0O8F9chIwnGdz6FILIFLWUhv9eXRjwRJ6Jy0ipeWRM1sQQ==', 'fingerprint': '75:3b:4d:8e:6f:1e:cc:75:45:f5:5b:5f:ce:67:9d:78', 'user_id': '429872e23d5941d28ad760e031c97cd5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNsRhStKFRc8gupgMw6g6SP58YfVipIllIdTqylUlu/7N8tJpXHUC3\nXIFNBxSjTUCgBwYFK4EEACKhZANiAAR2f3Jr+by2M+yZzP/NVUD+k8iv4P5gSHK8\nSWSoBvvz2BFgbizvVIVguLAJA/zvFPehTozjYYeOXDVR9mMNktDvBfXISMJxnc+h\nSCyBS1lIb/Xl0Y8ESeictIqXlkTNbEE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '43cadac2-625a-4536-b50e-e7806758990f', 'name': 'tempest-securitygroup--289706848', 'stateful': True, 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'description': 'tempest-description--1493103144', 'shared': False, 'security_group_rules': [{'id': 'c601933f-7e39-43a0-bb12-89fa9fc638f0', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': '43cadac2-625a-4536-b50e-e7806758990f', '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': 2842, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:44Z', 'updated_at': '2022-08-10T18:06:44Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, {'id': 'ee4db16b-acb8-40c6-8acd-e785d8fdb361', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'security_group_id': '43cadac2-625a-4536-b50e-e7806758990f', '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': 2843, 'description': None, 'tags': [], 'created_at': '2022-08-10T18:06:44Z', 'updated_at': '2022-08-10T18:06:44Z', 'revision_number': 0, 'project_id': '88744a563b6b4b47b03317b22d38f214'}], 'tags': [], 'created_at': '2022-08-10T18:06:44Z', 'updated_at': '2022-08-10T18:06:44Z', 'revision_number': 1, 'project_id': '88744a563b6b4b47b03317b22d38f214'}, 'floating_ip': {'id': '270e3107-bf75-4c13-8913-f13e384bdb41', 'tenant_id': '88744a563b6b4b47b03317b22d38f214', 'floating_ip_address': '172.25.1.39', 'floating_network_id': '89be6307-995c-4b16-9984-a3b121aa2815', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88744a563b6b4b47b03317b22d38f214', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-10T18:06:47Z', 'updated_at': '2022-08-10T18:06:47Z', 'revision_number': 0, 'ip': '172.25.1.39'}} 2022-08-10 18:06:50,489 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 1.011s 2022-08-10 18:06:50,492 130371 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-926167001", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "b918fc97-e9f5-4cfd-8059-8d4ee34b54c1"}], "security_groups": [{"name": "tempest-securitygroup--289706848"}], "key_name": "tempest-keypair-721843824", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0b9cdf9d-f7de-4716-a511-888751cfb914', 'x-compute-request-id': 'req-0b9cdf9d-f7de-4716-a511-888751cfb914', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:06:50,492 130371 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-08-10 18:06:50,674 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-721843824 0.181s 2022-08-10 18:06:50,674 130371 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fabdcd73-ab33-4dd9-970e-ae1c6959e9c6', 'x-compute-request-id': 'req-fabdcd73-ab33-4dd9-970e-ae1c6959e9c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-keypair-721843824'} Body: b'' 2022-08-10 18:06:51,177 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/43cadac2-625a-4536-b50e-e7806758990f 0.502s 2022-08-10 18:06:51,177 130371 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-b8e40926-a9d6-4268-b025-eb3796f8f9f0', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/43cadac2-625a-4536-b50e-e7806758990f'} Body: b'' 2022-08-10 18:06:51,259 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.50:9696/networking/v2.0/security-groups/43cadac2-625a-4536-b50e-e7806758990f 0.081s 2022-08-10 18:06:51,260 130371 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-6f91ee23-1636-41c6-9db5-f1bfbe5a7ed9', 'date': 'Wed, 10 Aug 2022 18:06:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/43cadac2-625a-4536-b50e-e7806758990f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 43cadac2-625a-4536-b50e-e7806758990f does not exist", "detail": ""}}' 2022-08-10 18:06:52,494 130371 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/floatingips/270e3107-bf75-4c13-8913-f13e384bdb41 1.234s 2022-08-10 18:06:52,495 130371 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-7f653f59-ec49-4775-a380-9b4ebbce025c', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:06:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/floatingips/270e3107-bf75-4c13-8913-f13e384bdb41'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft42.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-08-10 18:01:44,281 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.136s 2022-08-10 18:01:44,281 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e9ac6b3d-d072-485b-a816-965fa2044be8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d792695d69194ac194c857bb3bd8153e", "name": "tempest-VolumesActionsTest-1965382928-project", "password_expires_at": null}, "audit_ids": ["-pFevDB3SxiiubXYj3Ephg"], "expires_at": "2022-08-10T19:01:44.000000Z", "issued_at": "2022-08-10T18:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "525cbcdc021c4b849844355b5ec37496", "name": "tempest-VolumesActionsTest-1965382928"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/525cbcdc021c4b849844355b5ec37496", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/525cbcdc021c4b849844355b5ec37496", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/525cbcdc021c4b849844355b5ec37496", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_525cbcdc021c4b849844355b5ec37496", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:01:44,282 130383 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '575c4ef7-7997-4908-8134-eb0e95ea924c', 'name': 'tempest-VolumesActionsTest-1889619142-network', 'tenant_id': '525cbcdc021c4b849844355b5ec37496', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '525cbcdc021c4b849844355b5ec37496', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 631, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:01:30Z', 'updated_at': '2022-08-10T18:01:31Z', 'revision_number': 1} available for tenant 2022-08-10 18:01:47,125 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 2.842s 2022-08-10 18:01:47,130 130383 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-714737103", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "575c4ef7-7997-4908-8134-eb0e95ea924c"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:01: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-b7a9e3d3-ebaf-4faf-a4da-3a75ce21685a', 'x-compute-request-id': 'req-b7a9e3d3-ebaf-4faf-a4da-3a75ce21685a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
ft43.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-08-10 18:03:13,886 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.605s 2022-08-10 18:03:13,886 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:03:13 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-bed1a916-e49f-403b-9bec-6aeb619149fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6aaf94babf924829b4f92cce3b544f68", "name": "tempest-VolumesActionsTest-931379613-project", "password_expires_at": null}, "audit_ids": ["8ECFpY4sSiez2n_Afc4zaw"], "expires_at": "2022-08-10T19:03:13.000000Z", "issued_at": "2022-08-10T18:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e454d92f8aac410d9db007f3056476a2", "name": "tempest-VolumesActionsTest-931379613"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:03:13,887 130383 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '2f59edb7-678a-4f09-af11-c66c30ea8730', 'name': 'tempest-VolumesActionsTest-1439038469-network', 'tenant_id': 'e454d92f8aac410d9db007f3056476a2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e454d92f8aac410d9db007f3056476a2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:03:05Z', 'updated_at': '2022-08-10T18:03:06Z', 'revision_number': 1} available for tenant 2022-08-10 18:03:14,695 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://10.222.0.50/compute/v2.1/servers 0.807s 2022-08-10 18:03:14,701 130383 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-1912059871", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2f59edb7-678a-4f09-af11-c66c30ea8730"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:03: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-080cf2d3-9fe9-4bc9-9c40-9fd8a3850b9c', 'x-compute-request-id': 'req-080cf2d3-9fe9-4bc9-9c40-9fd8a3850b9c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft43.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-08-10 18:03:15,378 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.655s 2022-08-10 18:03:15,379 130383 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3ca73e6c-8b14-4943-b26a-c4d25b2f346e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6aaf94babf924829b4f92cce3b544f68", "name": "tempest-VolumesActionsTest-931379613-project", "password_expires_at": null}, "audit_ids": ["LC5y5vNsSSW_UQJFAqQwGQ"], "expires_at": "2022-08-10T19:03:15.000000Z", "issued_at": "2022-08-10T18:03:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e454d92f8aac410d9db007f3056476a2", "name": "tempest-VolumesActionsTest-931379613"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e454d92f8aac410d9db007f3056476a2", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:03:15,379 130383 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '2f59edb7-678a-4f09-af11-c66c30ea8730', 'name': 'tempest-VolumesActionsTest-1439038469-network', 'tenant_id': 'e454d92f8aac410d9db007f3056476a2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e454d92f8aac410d9db007f3056476a2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:03:05Z', 'updated_at': '2022-08-10T18:03:06Z', 'revision_number': 1} available for tenant 2022-08-10 18:03:16,557 130383 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://10.222.0.50/compute/v2.1/servers 1.177s 2022-08-10 18:03:16,558 130383 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-1340255057", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "2f59edb7-678a-4f09-af11-c66c30ea8730"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:03: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-f8846bfd-8599-483a-b46b-213b210e609a', 'x-compute-request-id': 'req-f8846bfd-8599-483a-b46b-213b210e609a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt43.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
pt43.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
pt43.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
pt43.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
pt44.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
ft44.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-08-10 18:13:45,922 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.244s 2022-08-10 18:13:45,922 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:45 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-bd19e724-c648-471c-a109-e121d238318d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3474cb390bb243079512ab06ae02f0fa", "name": "tempest-VolumesSnapshotTestJSON-1516371753-project", "password_expires_at": null}, "audit_ids": ["1_krcsvkSBqBADeOkUsLNw"], "expires_at": "2022-08-10T19:13:45.000000Z", "issued_at": "2022-08-10T18:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16fe972d5ea2467b8b21230df70bb5d1", "name": "tempest-VolumesSnapshotTestJSON-1516371753"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:13:45,923 130375 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '19c5089f-72aa-4065-9c7d-7f4d88c1967d', 'name': 'tempest-VolumesSnapshotTestJSON-558792035-network', 'tenant_id': '16fe972d5ea2467b8b21230df70bb5d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '16fe972d5ea2467b8b21230df70bb5d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 613, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:10:53Z', 'updated_at': '2022-08-10T18:10:54Z', 'revision_number': 1} available for tenant 2022-08-10 18:13:46,717 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 500 POST http://10.222.0.50/compute/v2.1/servers 0.793s 2022-08-10 18:13:46,717 130375 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-1602960619", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "19c5089f-72aa-4065-9c7d-7f4d88c1967d"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13: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-a3343f3a-d951-4463-9e35-0ed730f13b8d', 'x-compute-request-id': 'req-a3343f3a-d951-4463-9e35-0ed730f13b8d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt44.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
ft44.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-08-10 18:13:58,838 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots 0.650s 2022-08-10 18:13:58,838 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807753ea-e446-4354-93dd-36f0c1f79b4b', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807753ea-e446-4354-93dd-36f0c1f79b4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:58.506002", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-10 18:13:58,931 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.089s 2022-08-10 18:13:58,932 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d9985f-df8b-434f-80f7-dd10a0ce9321', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d9985f-df8b-434f-80f7-dd10a0ce9321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:14:00,088 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.152s 2022-08-10 18:14:00,089 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f5b383-e624-4a94-9abd-44fb24925bdd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f5b383-e624-4a94-9abd-44fb24925bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:14:01,181 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.088s 2022-08-10 18:14:01,182 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73ea11e-5399-4dc4-8e14-750574736cd5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73ea11e-5399-4dc4-8e14-750574736cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:14:02,237 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.050s 2022-08-10 18:14:02,238 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b97eb32-b00f-438d-9f17-1825a8be8144', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b97eb32-b00f-438d-9f17-1825a8be8144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:14:03,314 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.072s 2022-08-10 18:14:03,314 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae81d7b-263e-4e99-8f64-39aff747ebbd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae81d7b-263e-4e99-8f64-39aff747ebbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:14:04,353 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a 0.034s 2022-08-10 18:14:04,354 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6281e795-0c14-46a9-9543-f76730633561', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6281e795-0c14-46a9-9543-f76730633561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1/snapshots/b539490b-06f9-4fec-a7a8-dff1964dd38a'} Body: b'{"snapshot": {"id": "b539490b-06f9-4fec-a7a8-dff1964dd38a", "created_at": "2022-08-10T18:13:59.000000", "updated_at": "2022-08-10T18:14:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1593580229", "description": null, "volume_id": "c2491d9a-e195-40a3-be1a-c2333acd8405", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "16fe972d5ea2467b8b21230df70bb5d1", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-10 18:14:04,357 130375 INFO [tempest.common.waiters] snapshot b539490b-06f9-4fec-a7a8-dff1964dd38a reached available after waiting for 6.357765 seconds 2022-08-10 18:14:04,755 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.387s 2022-08-10 18:14:04,755 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-566f3e96-1956-4525-a561-58cfeab2d3ef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3474cb390bb243079512ab06ae02f0fa", "name": "tempest-VolumesSnapshotTestJSON-1516371753-project", "password_expires_at": null}, "audit_ids": ["x8nGJxqiQLWgl4EBrpymvw"], "expires_at": "2022-08-10T19:14:04.000000Z", "issued_at": "2022-08-10T18:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16fe972d5ea2467b8b21230df70bb5d1", "name": "tempest-VolumesSnapshotTestJSON-1516371753"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_16fe972d5ea2467b8b21230df70bb5d1", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:14:04,756 130375 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '19c5089f-72aa-4065-9c7d-7f4d88c1967d', 'name': 'tempest-VolumesSnapshotTestJSON-558792035-network', 'tenant_id': '16fe972d5ea2467b8b21230df70bb5d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '16fe972d5ea2467b8b21230df70bb5d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 613, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:10:53Z', 'updated_at': '2022-08-10T18:10:54Z', 'revision_number': 1} available for tenant 2022-08-10 18:14:05,416 130375 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST http://10.222.0.50/compute/v2.1/servers 0.659s 2022-08-10 18:14:05,417 130375 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-1729882045", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "19c5089f-72aa-4065-9c7d-7f4d88c1967d"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14: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-c7d7110e-ac40-401b-9fff-7de5f104b080', 'x-compute-request-id': 'req-c7d7110e-ac40-401b-9fff-7de5f104b080', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt44.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
pt44.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
ft45.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-08-10 18:23:35,003 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.363s 2022-08-10 18:23:35,004 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1802671814", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQGII/lQjAa/bFZeh1eXMMkzqPUYTB9OKy1W8thSI2duenkzoNEkFsLgKKdRgIQI53LvyIbutJdsGzjQdZUEsuLlHTcEYjAF/RYQOYOQYK7cxjHbpCNRb1+gBzos9jvmg=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:34 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-7c68a94e-97b5-40e0-a9dd-b70483b18893', 'x-compute-request-id': 'req-7c68a94e-97b5-40e0-a9dd-b70483b18893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1802671814", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQGII/lQjAa/bFZeh1eXMMkzqPUYTB9OKy1W8thSI2duenkzoNEkFsLgKKdRgIQI53LvyIbutJdsGzjQdZUEsuLlHTcEYjAF/RYQOYOQYK7cxjHbpCNRb1+gBzos9jvmg==", "fingerprint": "e9:e1:24:75:a7:16:03:9e:1e:13:a5:51:32:67:5f:24", "user_id": "2bd196922f884cadace79f2341995ba7"}}' 2022-08-10 18:23:35,049 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.038s 2022-08-10 18:23:35,050 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23: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-38645f4d-d20c-408e-ba79-49b821969e23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2bd196922f884cadace79f2341995ba7", "name": "tempest-TestEncryptedCinderVolumes-50034681-project", "password_expires_at": null}, "audit_ids": ["pGW8s_AJR_ytmYMBGtLQYg"], "expires_at": "2022-08-10T19:23:35.000000Z", "issued_at": "2022-08-10T18:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76311396a0f84b42bb6a56ebd53ac994", "name": "tempest-TestEncryptedCinderVolumes-50034681"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:23:35,050 177152 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': '5a58a33e-f9e9-4433-ae41-2400dab903ad', 'name': 'tempest-TestEncryptedCinderVolumes-601925376-network', 'tenant_id': '76311396a0f84b42bb6a56ebd53ac994', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76311396a0f84b42bb6a56ebd53ac994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:23:22Z', 'updated_at': '2022-08-10T18:23:22Z', 'revision_number': 1} available for tenant 2022-08-10 18:23:35,332 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 500 POST http://10.222.0.50/compute/v2.1/servers 0.281s 2022-08-10 18:23:35,332 177152 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-1042508935", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1802671814", "networks": [{"uuid": "5a58a33e-f9e9-4433-ae41-2400dab903ad"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23: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-1958c191-c74a-4ac8-a17a-d25ca415f91c', 'x-compute-request-id': 'req-1958c191-c74a-4ac8-a17a-d25ca415f91c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:23:35,591 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1802671814 0.249s 2022-08-10 18:23:35,591 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4946231c-8394-49a8-bdd1-b9257e8e6257', 'x-compute-request-id': 'req-4946231c-8394-49a8-bdd1-b9257e8e6257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1802671814'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft45.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-08-10 18:23:35,744 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.148s 2022-08-10 18:23:35,745 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-976152776", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDhyR3WOPQhri/SAuMh3AjdljgzVvLPDimBfjjhb2KFP5qkj8oK/CEJpU78MWJqcT18K9HYQXw2QKKY6hhZ8SgrTVJo0ObINX4oxIAQPfDklGXTjsLJ6hIZtgk7zRiQXaQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:35 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-46c1273e-4833-4b4d-8eab-cc2324e892a2', 'x-compute-request-id': 'req-46c1273e-4833-4b4d-8eab-cc2324e892a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-976152776", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDhyR3WOPQhri/SAuMh3AjdljgzVvLPDimBfjjhb2KFP5qkj8oK/CEJpU78MWJqcT18K9HYQXw2QKKY6hhZ8SgrTVJo0ObINX4oxIAQPfDklGXTjsLJ6hIZtgk7zRiQXaQ==", "fingerprint": "cd:0f:8b:a9:ad:03:26:03:e0:42:55:17:77:d1:f5:f4", "user_id": "2bd196922f884cadace79f2341995ba7"}}' 2022-08-10 18:23:35,786 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.032s 2022-08-10 18:23:35,786 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23: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-adbdefb7-91fd-4cd1-8be4-9fe5b0c7f393', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2bd196922f884cadace79f2341995ba7", "name": "tempest-TestEncryptedCinderVolumes-50034681-project", "password_expires_at": null}, "audit_ids": ["Oz7U2GkQT8OVYJ7GoL8PYg"], "expires_at": "2022-08-10T19:23:35.000000Z", "issued_at": "2022-08-10T18:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76311396a0f84b42bb6a56ebd53ac994", "name": "tempest-TestEncryptedCinderVolumes-50034681"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:23:35,787 177152 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': '5a58a33e-f9e9-4433-ae41-2400dab903ad', 'name': 'tempest-TestEncryptedCinderVolumes-601925376-network', 'tenant_id': '76311396a0f84b42bb6a56ebd53ac994', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76311396a0f84b42bb6a56ebd53ac994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:23:22Z', 'updated_at': '2022-08-10T18:23:22Z', 'revision_number': 1} available for tenant 2022-08-10 18:23:36,066 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 500 POST http://10.222.0.50/compute/v2.1/servers 0.279s 2022-08-10 18:23:36,067 177152 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-262823880", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-976152776", "networks": [{"uuid": "5a58a33e-f9e9-4433-ae41-2400dab903ad"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23: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-3cc3fcbe-a4b3-4406-adb9-e8927fd513db', 'x-compute-request-id': 'req-3cc3fcbe-a4b3-4406-adb9-e8927fd513db', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:23:36,213 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-976152776 0.142s 2022-08-10 18:23:36,213 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e449f9b0-9860-45d3-9947-54647c3a162b', 'x-compute-request-id': 'req-e449f9b0-9860-45d3-9947-54647c3a162b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-976152776'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft45.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-08-10 18:23:36,408 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.190s 2022-08-10 18:23:36,409 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-306112083", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGmj6E2e8XmYgYv2RCBrKSgXWo7976MND6XWpFvh9Qoljg1WFeQf8cIc5oS/zKjQU6CBgjHiQqTq1zjGnqA5RFox2Ck9S05OlMN3Q5bSL2xoooJOpK+0+qw5e+gbcUVdCw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:36 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-dc529724-3a2f-4701-be14-474b32fc7c86', 'x-compute-request-id': 'req-dc529724-3a2f-4701-be14-474b32fc7c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-306112083", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGmj6E2e8XmYgYv2RCBrKSgXWo7976MND6XWpFvh9Qoljg1WFeQf8cIc5oS/zKjQU6CBgjHiQqTq1zjGnqA5RFox2Ck9S05OlMN3Q5bSL2xoooJOpK+0+qw5e+gbcUVdCw==", "fingerprint": "67:d8:f3:59:7b:23:e0:f1:f3:32:70:62:f6:ef:cb:8b", "user_id": "2bd196922f884cadace79f2341995ba7"}}' 2022-08-10 18:23:36,450 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.033s 2022-08-10 18:23:36,450 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-31e2e029-752f-4009-b8ad-af96dd91dfa6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2bd196922f884cadace79f2341995ba7", "name": "tempest-TestEncryptedCinderVolumes-50034681-project", "password_expires_at": null}, "audit_ids": ["AnF0v9HERSaCzpyuisAOcQ"], "expires_at": "2022-08-10T19:23:36.000000Z", "issued_at": "2022-08-10T18:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76311396a0f84b42bb6a56ebd53ac994", "name": "tempest-TestEncryptedCinderVolumes-50034681"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_76311396a0f84b42bb6a56ebd53ac994", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:23:36,451 177152 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '5a58a33e-f9e9-4433-ae41-2400dab903ad', 'name': 'tempest-TestEncryptedCinderVolumes-601925376-network', 'tenant_id': '76311396a0f84b42bb6a56ebd53ac994', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '76311396a0f84b42bb6a56ebd53ac994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 640, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:23:22Z', 'updated_at': '2022-08-10T18:23:22Z', 'revision_number': 1} available for tenant 2022-08-10 18:23:36,721 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 POST http://10.222.0.50/compute/v2.1/servers 0.269s 2022-08-10 18:23:36,721 177152 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-372402891", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-306112083", "networks": [{"uuid": "5a58a33e-f9e9-4433-ae41-2400dab903ad"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23: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-e8ba5a08-d484-49d3-ae6b-33b1c53b8f4e', 'x-compute-request-id': 'req-e8ba5a08-d484-49d3-ae6b-33b1c53b8f4e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:23:36,806 177152 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-306112083 0.084s 2022-08-10 18:23:36,807 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:23:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd6f9efe-c714-4d83-a7f8-622cd48be1d9', 'x-compute-request-id': 'req-bd6f9efe-c714-4d83-a7f8-622cd48be1d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-306112083'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft46.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-08-10 18:24:01,286 177152 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-08-10 18:24:01,619 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.50/image/v2/images 0.333s 2022-08-10 18:24:01,620 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--1209727518", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-271166ae-bc78-4632-9627-4dd1f9ec2360', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1209727518", "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": "e6f04710b2b04f1eb0fb95a272f2cf00", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6683c2a2-474f-4d5e-9333-5654ebf22a07", "created_at": "2022-08-10T18:24:01Z", "updated_at": "2022-08-10T18:24:01Z", "tags": [], "self": "/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07", "file": "/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:24:13,339 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.50/image/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07/file 11.718s 2022-08-10 18:24:13,339 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f1099fb74c0> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ad8602fa-370c-480f-9317-8813543e6c99', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07/file'} Body: b'' 2022-08-10 18:24:13,340 177152 DEBUG [tempest.scenario.manager] image:6683c2a2-474f-4d5e-9333-5654ebf22a07 2022-08-10 18:24:13,474 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.131s 2022-08-10 18:24:13,474 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1309053055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAyFtfdju/p4WuVRUXMd2SJzsljupNvcENJeeKqVd8c3XK40I5Z4ptMUAr+mw2HjpFNzH97ybFcDCm0FDXtwqrc7Q2SywWwcodqKKXZew2N7S+K36QfSoA6yCVkhfHgGdg=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:13 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-e7e96361-271b-48dd-913d-1e14b8804a25', 'x-compute-request-id': 'req-e7e96361-271b-48dd-913d-1e14b8804a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1309053055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAyFtfdju/p4WuVRUXMd2SJzsljupNvcENJeeKqVd8c3XK40I5Z4ptMUAr+mw2HjpFNzH97ybFcDCm0FDXtwqrc7Q2SywWwcodqKKXZew2N7S+K36QfSoA6yCVkhfHgGdg==", "fingerprint": "90:6c:2d:ed:5b:79:55:b0:a8:44:44:7e:b3:a1:42:fa", "user_id": "031e57aa490346fb9564f8a5b8451415"}}' 2022-08-10 18:24:13,514 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.033s 2022-08-10 18:24:13,515 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2a65f0e-ed00-4ed1-90ad-74bfa024f259', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "031e57aa490346fb9564f8a5b8451415", "name": "tempest-TestMinimumBasicScenario-2073040444-project", "password_expires_at": null}, "audit_ids": ["B_qVWq4QSgi9RWVKSaosjQ"], "expires_at": "2022-08-10T19:24:13.000000Z", "issued_at": "2022-08-10T18:24:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f04710b2b04f1eb0fb95a272f2cf00", "name": "tempest-TestMinimumBasicScenario-2073040444"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:24:13,515 177152 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'b8c01b41-d857-477a-829f-f048837999ad', 'name': 'tempest-TestMinimumBasicScenario-295496325-network', 'tenant_id': 'e6f04710b2b04f1eb0fb95a272f2cf00', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6f04710b2b04f1eb0fb95a272f2cf00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 633, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:23:48Z', 'updated_at': '2022-08-10T18:23:48Z', 'revision_number': 1} available for tenant 2022-08-10 18:24:13,785 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 POST http://10.222.0.50/compute/v2.1/servers 0.268s 2022-08-10 18:24:13,785 177152 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-413340611", "imageRef": "6683c2a2-474f-4d5e-9333-5654ebf22a07", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-1309053055", "networks": [{"uuid": "b8c01b41-d857-477a-829f-f048837999ad"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24: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-f115ac53-8b12-467c-b2b2-b6126fb92854', 'x-compute-request-id': 'req-f115ac53-8b12-467c-b2b2-b6126fb92854', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:24:13,926 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1309053055 0.129s 2022-08-10 18:24:13,927 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24: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-72330eee-8a9d-41b7-9f4e-684e50a2c4cb', 'x-compute-request-id': 'req-72330eee-8a9d-41b7-9f4e-684e50a2c4cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1309053055'} Body: b'' 2022-08-10 18:24:15,407 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.50/image/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07 1.480s 2022-08-10 18:24:15,407 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-47de52ff-b250-4187-8384-a6d9610be49a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/6683c2a2-474f-4d5e-9333-5654ebf22a07'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft46.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-08-10 18:24:15,410 177152 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-08-10 18:24:15,598 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.50/image/v2/images 0.182s 2022-08-10 18:24:15,598 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--224215555", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a92a8630-df73-4140-a4b5-dd55c5e6b082', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/image/v2/images'} Body: b'{"name": "tempest-scenario-img--224215555", "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": "e6f04710b2b04f1eb0fb95a272f2cf00", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4", "created_at": "2022-08-10T18:24:15Z", "updated_at": "2022-08-10T18:24:15Z", "tags": [], "self": "/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4", "file": "/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:24:26,270 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.50/image/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4/file 10.671s 2022-08-10 18:24:26,270 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f1099e0a040> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c23520b4-4d14-41ec-80da-92f6f9c1ffa5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4/file'} Body: b'' 2022-08-10 18:24:26,271 177152 DEBUG [tempest.scenario.manager] image:3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4 2022-08-10 18:24:26,422 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.149s 2022-08-10 18:24:26,423 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2100695243", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITNxvFWsPbJ70ONSzZP8+IpnHSuxoKwL21b6uZWbhm7o5xHT/bfNBbMy0Jra8ohZFglsXp42ptZYsDj1SnOYCyKf3q996KSe6BvyPhHwjT9eLrxWfN3HDvgAp39MdC7oQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:26 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-2f4fe14b-155b-40ed-b907-1efb1b1d22b6', 'x-compute-request-id': 'req-2f4fe14b-155b-40ed-b907-1efb1b1d22b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-2100695243", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBITNxvFWsPbJ70ONSzZP8+IpnHSuxoKwL21b6uZWbhm7o5xHT/bfNBbMy0Jra8ohZFglsXp42ptZYsDj1SnOYCyKf3q996KSe6BvyPhHwjT9eLrxWfN3HDvgAp39MdC7oQ==", "fingerprint": "de:5d:c1:ed:70:04:04:74:e6:78:53:be:36:0e:b4:30", "user_id": "031e57aa490346fb9564f8a5b8451415"}}' 2022-08-10 18:24:26,462 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.031s 2022-08-10 18:24:26,462 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24: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-d3457bf4-37c0-481c-97c2-c1d6e2780706', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "031e57aa490346fb9564f8a5b8451415", "name": "tempest-TestMinimumBasicScenario-2073040444-project", "password_expires_at": null}, "audit_ids": ["Lter5iqCS5SPK8E9PDLIhw"], "expires_at": "2022-08-10T19:24:26.000000Z", "issued_at": "2022-08-10T18:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6f04710b2b04f1eb0fb95a272f2cf00", "name": "tempest-TestMinimumBasicScenario-2073040444"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e6f04710b2b04f1eb0fb95a272f2cf00", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:24:26,463 177152 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b8c01b41-d857-477a-829f-f048837999ad', 'name': 'tempest-TestMinimumBasicScenario-295496325-network', 'tenant_id': 'e6f04710b2b04f1eb0fb95a272f2cf00', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6f04710b2b04f1eb0fb95a272f2cf00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 633, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:23:48Z', 'updated_at': '2022-08-10T18:23:48Z', 'revision_number': 1} available for tenant 2022-08-10 18:24:26,729 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://10.222.0.50/compute/v2.1/servers 0.265s 2022-08-10 18:24:26,729 177152 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-459929013", "imageRef": "3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-2100695243", "networks": [{"uuid": "b8c01b41-d857-477a-829f-f048837999ad"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24: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-18b28c32-2b8a-4165-9152-ce5286f253c7', 'x-compute-request-id': 'req-18b28c32-2b8a-4165-9152-ce5286f253c7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:24:26,833 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100695243 0.102s 2022-08-10 18:24:26,833 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f049a2c-74d8-4552-9f87-a9beb19973c0', 'x-compute-request-id': 'req-6f049a2c-74d8-4552-9f87-a9beb19973c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2100695243'} Body: b'' 2022-08-10 18:24:28,148 177152 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.50/image/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4 1.314s 2022-08-10 18:24:28,148 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6684700e-0b0a-47ae-a34d-089090664eac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50/image/v2/images/3e65d27c-6f29-4e80-b7d5-b7e4c0c41bf4'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:11:23,622 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.450s 2022-08-10 18:11:23,624 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1502214796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLm9QG3qCPncFQ2r45vickxN6q47lUALYs0Cmg4rq8Vw/TW76/Sjc3Ch7dcBSqMIF+VINTIExetvUAprRR5aK20b9fQwxUkU0wTYe9vQON5voYBfzPcuE0oFC6vzC7aERA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90bdfeb4-4068-47e7-b602-9d45ebcc1d3b', 'x-compute-request-id': 'req-90bdfeb4-4068-47e7-b602-9d45ebcc1d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1502214796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLm9QG3qCPncFQ2r45vickxN6q47lUALYs0Cmg4rq8Vw/TW76/Sjc3Ch7dcBSqMIF+VINTIExetvUAprRR5aK20b9fQwxUkU0wTYe9vQON5voYBfzPcuE0oFC6vzC7aERA==", "fingerprint": "db:f4:55:79:c7:ea:ad:75:4b:e7:dc:16:65:b3:4f:18", "user_id": "a7cea04ea8854688aff3083e2e16fc23"}}' 2022-08-10 18:11:25,189 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.562s 2022-08-10 18:11:25,190 130381 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-1087998658", "description": "tempest-secgroup-smoke-1087998658 description", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-cee3f5b9-f160-4b07-83e1-f23b407b8824', 'date': 'Wed, 10 Aug 2022 18:11:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "16004c56-e1b7-4cb3-8988-afee402a535f", "name": "tempest-secgroup-smoke-1087998658", "stateful": true, "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "description": "tempest-secgroup-smoke-1087998658 description", "shared": false, "security_group_rules": [{"id": "1de730da-3def-4ee4-ac06-6caf73e88546", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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": 3532, "description": null, "tags": [], "created_at": "2022-08-10T18:11:24Z", "updated_at": "2022-08-10T18:11:24Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}, {"id": "322ba129-8c61-4b3b-9a86-a7a81b40abf8", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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": 3531, "description": null, "tags": [], "created_at": "2022-08-10T18:11:24Z", "updated_at": "2022-08-10T18:11:24Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}], "tags": [], "created_at": "2022-08-10T18:11:24Z", "updated_at": "2022-08-10T18:11:24Z", "revision_number": 1, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:26,014 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.823s 2022-08-10 18:11:26,014 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-370ca93d-1c32-4807-b1fc-caa53e9ffc98', 'date': 'Wed, 10 Aug 2022 18:11:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2598efef-932d-4a19-989d-b0d171c9ac67", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:25Z", "updated_at": "2022-08-10T18:11:25Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:26,891 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.876s 2022-08-10 18:11:26,891 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-1a7842a8-7eb7-411d-9e0e-ae2012d2429d', 'date': 'Wed, 10 Aug 2022 18:11:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "465f2a84-1d9a-4a7a-be2f-8d8732eb037b", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:26Z", "updated_at": "2022-08-10T18:11:26Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:27,691 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.799s 2022-08-10 18:11:27,692 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d5297a3d-2c8f-4f64-b276-40554418548b', 'date': 'Wed, 10 Aug 2022 18:11:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2747a436-26fd-46c5-a169-673a6c95dbd9", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:27Z", "updated_at": "2022-08-10T18:11:27Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:28,436 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.743s 2022-08-10 18:11:28,441 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e1ebcbed-af2f-426f-a05e-b7b77d3d15eb', 'date': 'Wed, 10 Aug 2022 18:11:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30ef95b5-cd74-4573-bbd6-f689cedf6132", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:27Z", "updated_at": "2022-08-10T18:11:27Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:29,312 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.871s 2022-08-10 18:11:29,313 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4a6bf72c-f533-4f8b-b410-315c6c36ec3a', 'date': 'Wed, 10 Aug 2022 18:11:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de6f1b3f-d367-4f3d-a25f-cdaf47a376dc", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:28Z", "updated_at": "2022-08-10T18:11:28Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:30,046 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.732s 2022-08-10 18:11:30,046 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d03beb58-6f0e-4d30-a229-b51c245283c4', 'date': 'Wed, 10 Aug 2022 18:11:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "01941f68-5b0e-4fd6-ae71-bc303632cbb7", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "16004c56-e1b7-4cb3-8988-afee402a535f", "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-08-10T18:11:29Z", "updated_at": "2022-08-10T18:11:29Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:31,035 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.988s 2022-08-10 18:11:31,035 130381 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--1214568758", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-fb850939-fb1a-4dea-8b8e-11e4edf22c54', 'date': 'Wed, 10 Aug 2022 18:11:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a4557894-1b94-42da-81ee-8938c728d74d","name":"tempest-network-smoke--1214568758","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:11:30Z","updated_at":"2022-08-10T18:11:30Z","revision_number":1}}' 2022-08-10 18:11:36,630 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 5.594s 2022-08-10 18:11:36,631 130381 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-1739041728", "admin_state_up": true, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-7ce2711b-241b-4769-984e-b507ff7c305c', 'date': 'Wed, 10 Aug 2022 18:11:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "dea17de3-7938-4191-bb01-5441f597a9a7", "name": "tempest-TestNetworkAdvancedServerOps-router-1739041728", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.98"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:11:31Z", "updated_at": "2022-08-10T18:11:34Z", "revision_number": 3, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:36,823 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28 0.191s 2022-08-10 18:11:36,823 130381 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-93a2fae7-1ecc-4f77-9e24-1316c1fc3529', 'date': 'Wed, 10 Aug 2022 18:11:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:11:37,098 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.274s 2022-08-10 18:11:37,098 130381 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-6330d1f1-8e18-4228-b7bc-e7c4bab27131', 'date': 'Wed, 10 Aug 2022 18:11:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:11:37,162 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.063s 2022-08-10 18:11:37,162 130381 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-c222056c-b6d0-4101-a493-4aa89c0eb946', 'date': 'Wed, 10 Aug 2022 18:11:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:11:39,896 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.733s 2022-08-10 18:11:39,896 130381 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-690174184", "network_id": "a4557894-1b94-42da-81ee-8938c728d74d", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-4492f039-ac7e-4093-bb2f-150e73b74da7', 'date': 'Wed, 10 Aug 2022 18:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ff6d7e84-336b-4701-b33a-aa9f8f93883b","name":"tempest-subnet-smoke-690174184","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","network_id":"a4557894-1b94-42da-81ee-8938c728d74d","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-08-10T18:11:38Z","updated_at":"2022-08-10T18:11:38Z","revision_number":0,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:45,233 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7/add_router_interface 5.336s 2022-08-10 18:11:45,233 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ff6d7e84-336b-4701-b33a-aa9f8f93883b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8952dbec-884e-4dfd-9869-9fc517fe6c96', 'date': 'Wed, 10 Aug 2022 18:11:45 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7/add_router_interface'} Body: b'{"id": "dea17de3-7938-4191-bb01-5441f597a9a7", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "a83a1bfc-547b-49c5-bac9-2cd55744c25c", "network_id": "a4557894-1b94-42da-81ee-8938c728d74d", "subnet_id": "ff6d7e84-336b-4701-b33a-aa9f8f93883b", "subnet_ids": ["ff6d7e84-336b-4701-b33a-aa9f8f93883b"]}' 2022-08-10 18:11:45,479 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.240s 2022-08-10 18:11:45,479 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f3d6d06b-82f5-465b-962b-267a37b6e002', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7cea04ea8854688aff3083e2e16fc23", "name": "tempest-TestNetworkAdvancedServerOps-1711933537-project", "password_expires_at": null}, "audit_ids": ["NI7W54D4S5aDkAQlX9w0iw"], "expires_at": "2022-08-10T19:11:45.000000Z", "issued_at": "2022-08-10T18:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0bb49e6c854cca93601d0aaf5a72bd", "name": "tempest-TestNetworkAdvancedServerOps-1711933537"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:11:45,480 130381 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-08-10 18:11:46,747 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 1.266s 2022-08-10 18:11:46,748 130381 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-1122871539", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "a4557894-1b94-42da-81ee-8938c728d74d"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1502214796", "security_groups": [{"name": "tempest-secgroup-smoke-1087998658"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:11: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-aac62fea-b2b7-4fec-9b7c-0e7786212fb4', 'x-compute-request-id': 'req-aac62fea-b2b7-4fec-9b7c-0e7786212fb4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:11:50,420 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7/remove_router_interface 3.658s 2022-08-10 18:11:50,420 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ff6d7e84-336b-4701-b33a-aa9f8f93883b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-bd293ca0-f1c9-4da2-8c5f-42831453c474', 'date': 'Wed, 10 Aug 2022 18:11:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7/remove_router_interface'} Body: b'{"id": "dea17de3-7938-4191-bb01-5441f597a9a7", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "a83a1bfc-547b-49c5-bac9-2cd55744c25c", "network_id": "a4557894-1b94-42da-81ee-8938c728d74d", "subnet_id": "ff6d7e84-336b-4701-b33a-aa9f8f93883b", "subnet_ids": ["ff6d7e84-336b-4701-b33a-aa9f8f93883b"]}' 2022-08-10 18:11:51,112 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/ff6d7e84-336b-4701-b33a-aa9f8f93883b 0.691s 2022-08-10 18:11:51,113 130381 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-be010ff7-5edf-441f-a556-4e7ac16cddf7', 'date': 'Wed, 10 Aug 2022 18:11:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/ff6d7e84-336b-4701-b33a-aa9f8f93883b'} Body: b'' 2022-08-10 18:11:53,190 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7 2.076s 2022-08-10 18:11:53,190 130381 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-419a1b0a-b48c-43b3-8cb2-81c5766ddcda', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:11:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/dea17de3-7938-4191-bb01-5441f597a9a7'} Body: b'' 2022-08-10 18:11:54,132 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/a4557894-1b94-42da-81ee-8938c728d74d 0.941s 2022-08-10 18:11:54,133 130381 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-c56367ad-9fe6-4832-99ca-629aa9910543', 'date': 'Wed, 10 Aug 2022 18:11:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/a4557894-1b94-42da-81ee-8938c728d74d'} Body: b'' 2022-08-10 18:11:54,473 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/16004c56-e1b7-4cb3-8988-afee402a535f 0.339s 2022-08-10 18:11:54,473 130381 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-c0562d40-dc4c-49cb-805e-78d892b1c92a', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:11:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/16004c56-e1b7-4cb3-8988-afee402a535f'} Body: b'' 2022-08-10 18:11:54,657 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1502214796 0.184s 2022-08-10 18:11:54,658 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63db1b6c-e433-4edc-a539-12fe08e44538', 'x-compute-request-id': 'req-63db1b6c-e433-4edc-a539-12fe08e44538', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1502214796'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:11:54,887 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.221s 2022-08-10 18:11:54,887 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-2104921685", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBjv9oZuesAQTRqxUV+NPWJ2Jm6yJ6//vwYnQHTykKsKblBgQavrjWrcBn43gGo85cXpuMPRF9Matf6h4P9SNWoE1dZO5DPTa/+2+R7PDAoaPHXKhkWrVw0D1Mjv6Z271Q=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:11:54 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-818dba32-c48d-4ee3-8de6-fbf6f5e3139f', 'x-compute-request-id': 'req-818dba32-c48d-4ee3-8de6-fbf6f5e3139f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-2104921685", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBjv9oZuesAQTRqxUV+NPWJ2Jm6yJ6//vwYnQHTykKsKblBgQavrjWrcBn43gGo85cXpuMPRF9Matf6h4P9SNWoE1dZO5DPTa/+2+R7PDAoaPHXKhkWrVw0D1Mjv6Z271Q==", "fingerprint": "fe:5f:0d:cc:20:a6:76:4d:d5:c0:2c:48:91:56:bf:d5", "user_id": "a7cea04ea8854688aff3083e2e16fc23"}}' 2022-08-10 18:11:56,160 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 1.270s 2022-08-10 18:11:56,160 130381 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-950563535", "description": "tempest-secgroup-smoke-950563535 description", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6db03341-61c3-49fc-82c7-31b717d5e807', 'date': 'Wed, 10 Aug 2022 18:11:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "name": "tempest-secgroup-smoke-950563535", "stateful": true, "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "description": "tempest-secgroup-smoke-950563535 description", "shared": false, "security_group_rules": [{"id": "388b1341-4899-43f5-a1ac-9ef06b975342", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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": 3611, "description": null, "tags": [], "created_at": "2022-08-10T18:11:55Z", "updated_at": "2022-08-10T18:11:55Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}, {"id": "fb38934e-9532-4965-95d3-cf0cd32d18ab", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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": 3610, "description": null, "tags": [], "created_at": "2022-08-10T18:11:55Z", "updated_at": "2022-08-10T18:11:55Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}], "tags": [], "created_at": "2022-08-10T18:11:55Z", "updated_at": "2022-08-10T18:11:55Z", "revision_number": 1, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:56,806 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.645s 2022-08-10 18:11:56,806 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-d27b532a-29bc-4aac-9d54-c236813fd47e', 'date': 'Wed, 10 Aug 2022 18:11:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04930068-e6e3-4a91-b82a-8b215ebf9111", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:56Z", "updated_at": "2022-08-10T18:11:56Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:57,376 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.569s 2022-08-10 18:11:57,377 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-0b946102-7d29-4ed4-ab19-56c6d4754b2a', 'date': 'Wed, 10 Aug 2022 18:11:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2d55a63-39e3-4393-a74f-3b9a5e94dc14", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:57Z", "updated_at": "2022-08-10T18:11:57Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:58,080 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.702s 2022-08-10 18:11:58,080 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-93cfe242-8ae5-4396-b875-5df38484fa12', 'date': 'Wed, 10 Aug 2022 18:11:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1c61b5b6-8152-41ac-99b1-01a66a9e8f36", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:57Z", "updated_at": "2022-08-10T18:11:57Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:58,713 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.633s 2022-08-10 18:11:58,714 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5511799a-a5db-4df8-888a-420bc86b6801', 'date': 'Wed, 10 Aug 2022 18:11:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2f57572-44bf-48db-840a-b07e60f01d78", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:58Z", "updated_at": "2022-08-10T18:11:58Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:59,310 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.595s 2022-08-10 18:11:59,310 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2adf1424-c3af-47b3-ac77-efa9a91cbb89', 'date': 'Wed, 10 Aug 2022 18:11:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8dfe75e-e821-4466-b7b3-d3f03d52e067", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:58Z", "updated_at": "2022-08-10T18:11:58Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:11:59,931 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.620s 2022-08-10 18:11:59,931 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-47b01256-2bef-4c31-91c9-e56f18e7d924', 'date': 'Wed, 10 Aug 2022 18:11:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8341654-3519-4ce6-907a-43a049479f89", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7", "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-08-10T18:11:59Z", "updated_at": "2022-08-10T18:11:59Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:01,040 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 1.108s 2022-08-10 18:12:01,041 130381 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--1238780512", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-4463b10e-301f-4382-b7f6-0f01b0c11b1f', 'date': 'Wed, 10 Aug 2022 18:12:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f6932a1f-384a-4fa1-8878-76503c40d70e","name":"tempest-network-smoke--1238780512","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:12:00Z","updated_at":"2022-08-10T18:12:00Z","revision_number":1}}' 2022-08-10 18:12:05,412 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 4.371s 2022-08-10 18:12:05,413 130381 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-43792801", "admin_state_up": true, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-6b5b61ec-1617-4bbb-8449-3e79f9da7fba', 'date': 'Wed, 10 Aug 2022 18:12:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8479426c-0e03-4e12-937b-c961a86b7692", "name": "tempest-TestNetworkAdvancedServerOps-router-43792801", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.151"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:12:01Z", "updated_at": "2022-08-10T18:12:03Z", "revision_number": 3, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:05,507 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28 0.093s 2022-08-10 18:12:05,507 130381 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-92e83577-2251-4f1c-893b-334c36d045e3', 'date': 'Wed, 10 Aug 2022 18:12:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:12:05,909 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.401s 2022-08-10 18:12:05,918 130381 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-0541c301-ced1-430f-9aa3-8de6b3d658ad', 'date': 'Wed, 10 Aug 2022 18:12:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:12:05,979 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.061s 2022-08-10 18:12:05,980 130381 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-6b952672-6da5-4dfa-91cc-92a2109b9e7b', 'date': 'Wed, 10 Aug 2022 18:12:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:12:07,776 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.795s 2022-08-10 18:12:07,777 130381 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-884587381", "network_id": "f6932a1f-384a-4fa1-8878-76503c40d70e", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-d2a19c0f-d00f-4806-ad10-def656718f28', 'date': 'Wed, 10 Aug 2022 18:12:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b5fd6ba-0b05-4005-880a-04388630301c","name":"tempest-subnet-smoke-884587381","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","network_id":"f6932a1f-384a-4fa1-8878-76503c40d70e","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-08-10T18:12:06Z","updated_at":"2022-08-10T18:12:06Z","revision_number":0,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:13,453 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692/add_router_interface 5.675s 2022-08-10 18:12:13,453 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "6b5fd6ba-0b05-4005-880a-04388630301c"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-da3e5e58-543c-4f97-aad1-775afb1064ec', 'date': 'Wed, 10 Aug 2022 18:12:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692/add_router_interface'} Body: b'{"id": "8479426c-0e03-4e12-937b-c961a86b7692", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "d057ae07-0d6a-40a2-b8be-2ec5688655bf", "network_id": "f6932a1f-384a-4fa1-8878-76503c40d70e", "subnet_id": "6b5fd6ba-0b05-4005-880a-04388630301c", "subnet_ids": ["6b5fd6ba-0b05-4005-880a-04388630301c"]}' 2022-08-10 18:12:13,702 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.242s 2022-08-10 18:12:13,702 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12:13 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-a5390943-920a-44cc-9bab-7eb8a6315965', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7cea04ea8854688aff3083e2e16fc23", "name": "tempest-TestNetworkAdvancedServerOps-1711933537-project", "password_expires_at": null}, "audit_ids": ["IN2SgiUkSf2gDNt1Hu1wzQ"], "expires_at": "2022-08-10T19:12:13.000000Z", "issued_at": "2022-08-10T18:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0bb49e6c854cca93601d0aaf5a72bd", "name": "tempest-TestNetworkAdvancedServerOps-1711933537"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:12:13,703 130381 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert) Found network None available for tenant 2022-08-10 18:12:14,398 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 500 POST http://10.222.0.50/compute/v2.1/servers 0.694s 2022-08-10 18:12:14,399 130381 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-1746923003", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "f6932a1f-384a-4fa1-8878-76503c40d70e"}], "key_name": "tempest-TestNetworkAdvancedServerOps-2104921685", "security_groups": [{"name": "tempest-secgroup-smoke-950563535"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12: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-db624535-cc16-482b-8209-6adf074846f6', 'x-compute-request-id': 'req-db624535-cc16-482b-8209-6adf074846f6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:12:18,478 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692/remove_router_interface 4.078s 2022-08-10 18:12:18,478 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "6b5fd6ba-0b05-4005-880a-04388630301c"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c2216071-8821-4ad8-a891-4d984746f77f', 'date': 'Wed, 10 Aug 2022 18:12:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692/remove_router_interface'} Body: b'{"id": "8479426c-0e03-4e12-937b-c961a86b7692", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "d057ae07-0d6a-40a2-b8be-2ec5688655bf", "network_id": "f6932a1f-384a-4fa1-8878-76503c40d70e", "subnet_id": "6b5fd6ba-0b05-4005-880a-04388630301c", "subnet_ids": ["6b5fd6ba-0b05-4005-880a-04388630301c"]}' 2022-08-10 18:12:19,784 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/6b5fd6ba-0b05-4005-880a-04388630301c 1.306s 2022-08-10 18:12:19,785 130381 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-c72b87cb-16e0-4628-9446-4b5823442c3e', 'date': 'Wed, 10 Aug 2022 18:12:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/6b5fd6ba-0b05-4005-880a-04388630301c'} Body: b'' 2022-08-10 18:12:22,956 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692 3.171s 2022-08-10 18:12:22,957 130381 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-d4625125-1347-4149-8540-8c38a5a8a21b', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:12:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8479426c-0e03-4e12-937b-c961a86b7692'} Body: b'' 2022-08-10 18:12:23,696 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/f6932a1f-384a-4fa1-8878-76503c40d70e 0.738s 2022-08-10 18:12:23,696 130381 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-2c24cd7c-2be7-4283-9d70-84f01ebff288', 'date': 'Wed, 10 Aug 2022 18:12:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/f6932a1f-384a-4fa1-8878-76503c40d70e'} Body: b'' 2022-08-10 18:12:24,132 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7 0.435s 2022-08-10 18:12:24,132 130381 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-8913b0e2-8ddd-417b-a7c6-b6c5bc66267f', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:12:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/b3d7dbcb-099a-4a43-af26-f3b3ba2f1fa7'} Body: b'' 2022-08-10 18:12:24,327 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-2104921685 0.194s 2022-08-10 18:12:24,328 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39b9bfa5-220b-42ba-b048-6354ef76aa8c', 'x-compute-request-id': 'req-39b9bfa5-220b-42ba-b048-6354ef76aa8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-2104921685'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:12:24,635 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.301s 2022-08-10 18:12:24,635 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-677930761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDb/T+Fcxtb4rXKdv8nQ3n78ZfpnSKcSQpEwPh+3OPF5HFHb3l05GTJ+62mbQjb60dlpCtYTb6mncMfOKHR2Q2M9jmHADhdWfodbqH96Yqq0a3nkZeoo+MfQeSzetxeY/w=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-723dfe1d-0a3a-4cb5-8c2b-94c3c06811e5', 'x-compute-request-id': 'req-723dfe1d-0a3a-4cb5-8c2b-94c3c06811e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-677930761", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDb/T+Fcxtb4rXKdv8nQ3n78ZfpnSKcSQpEwPh+3OPF5HFHb3l05GTJ+62mbQjb60dlpCtYTb6mncMfOKHR2Q2M9jmHADhdWfodbqH96Yqq0a3nkZeoo+MfQeSzetxeY/w==", "fingerprint": "ea:bf:50:2c:16:90:15:2c:45:a9:da:46:63:cf:72:70", "user_id": "a7cea04ea8854688aff3083e2e16fc23"}}' 2022-08-10 18:12:25,172 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.534s 2022-08-10 18:12:25,180 130381 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-1453751476", "description": "tempest-secgroup-smoke-1453751476 description", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-a1af6ab7-e6f2-4ed7-b07e-5812fe89c84b', 'date': 'Wed, 10 Aug 2022 18:12:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "386a0954-dd63-46c8-8c23-15248f755b32", "name": "tempest-secgroup-smoke-1453751476", "stateful": true, "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "description": "tempest-secgroup-smoke-1453751476 description", "shared": false, "security_group_rules": [{"id": "488cc176-e3a6-4f18-9d16-ce1b9812b4dd", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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": 3671, "description": null, "tags": [], "created_at": "2022-08-10T18:12:24Z", "updated_at": "2022-08-10T18:12:24Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}, {"id": "721b5b56-3741-4676-8d1e-793b0a40f082", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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": 3672, "description": null, "tags": [], "created_at": "2022-08-10T18:12:24Z", "updated_at": "2022-08-10T18:12:24Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}], "tags": [], "created_at": "2022-08-10T18:12:24Z", "updated_at": "2022-08-10T18:12:24Z", "revision_number": 1, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:25,889 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.708s 2022-08-10 18:12:25,889 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-091aa7f8-569f-44b5-b491-69e3ba5dcaa1', 'date': 'Wed, 10 Aug 2022 18:12:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe4b69ec-be17-46c6-bd87-12feaf4c30b8", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:25Z", "updated_at": "2022-08-10T18:12:25Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:26,801 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.911s 2022-08-10 18:12:26,802 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-131e80da-9923-44a3-822d-5cc0a34476d9', 'date': 'Wed, 10 Aug 2022 18:12:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "66c9dd31-ec4b-4525-b4f6-c7ca7e2fb6dd", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:26Z", "updated_at": "2022-08-10T18:12:26Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:27,613 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.806s 2022-08-10 18:12:27,613 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3e2677a5-efe3-4e43-9675-ea0e0372bdaf', 'date': 'Wed, 10 Aug 2022 18:12:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08586a23-6fd2-4d70-a3c0-2b916c618f02", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:27Z", "updated_at": "2022-08-10T18:12:27Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:28,128 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.514s 2022-08-10 18:12:28,128 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a03a3b85-f2c7-4528-8ec5-cf6798a13ae6', 'date': 'Wed, 10 Aug 2022 18:12:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f1e6d0f-f088-4eae-9d60-c8ed0c7b1c72", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:27Z", "updated_at": "2022-08-10T18:12:27Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:28,813 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.684s 2022-08-10 18:12:28,817 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5a6a6153-aec8-4456-8667-65deaa088f87', 'date': 'Wed, 10 Aug 2022 18:12:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c6ec4af-aa74-41d3-8362-500cc15fe949", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:28Z", "updated_at": "2022-08-10T18:12:28Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:29,511 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.694s 2022-08-10 18:12:29,512 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b881ac64-e25a-4f38-9b34-89cd4d9fdae9', 'date': 'Wed, 10 Aug 2022 18:12:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e851ca60-2a09-46c3-93de-670ea9aefedb", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "386a0954-dd63-46c8-8c23-15248f755b32", "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-08-10T18:12:29Z", "updated_at": "2022-08-10T18:12:29Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:30,308 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.795s 2022-08-10 18:12:30,309 130381 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--642030534", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-5a41228f-2260-4fd4-bed9-f366df0f1e00', 'date': 'Wed, 10 Aug 2022 18:12:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"68de5975-aade-496b-b882-b376b1c38137","name":"tempest-network-smoke--642030534","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:12:29Z","updated_at":"2022-08-10T18:12:29Z","revision_number":1}}' 2022-08-10 18:12:33,450 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 3.140s 2022-08-10 18:12:33,451 130381 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-1273160446", "admin_state_up": true, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-d4bb6f97-234e-41a6-b1c2-cf33cc62dce2', 'date': 'Wed, 10 Aug 2022 18:12:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8c498ab1-3b85-4631-9197-a5ab47351dd1", "name": "tempest-TestNetworkAdvancedServerOps-router-1273160446", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.36"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:12:30Z", "updated_at": "2022-08-10T18:12:32Z", "revision_number": 3, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:33,494 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28 0.042s 2022-08-10 18:12:33,495 130381 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-187478c2-d7ea-4d61-a0fb-09a501ab55c3', 'date': 'Wed, 10 Aug 2022 18:12:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:12:33,652 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.156s 2022-08-10 18:12:33,652 130381 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-3aa7c3d9-fda1-4e5c-b4a1-a43ba1607875', 'date': 'Wed, 10 Aug 2022 18:12:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:12:33,710 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.057s 2022-08-10 18:12:33,710 130381 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-45d7cf74-eb36-4514-b745-9a25e3f4c934', 'date': 'Wed, 10 Aug 2022 18:12:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:12:35,174 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.463s 2022-08-10 18:12:35,174 130381 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-1438282101", "network_id": "68de5975-aade-496b-b882-b376b1c38137", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-49cf6703-a3c7-4d83-9c9d-1dc25e48414a', 'date': 'Wed, 10 Aug 2022 18:12:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3750bc36-9817-4095-ac85-2d4d36ea60df","name":"tempest-subnet-smoke-1438282101","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","network_id":"68de5975-aade-496b-b882-b376b1c38137","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-08-10T18:12:34Z","updated_at":"2022-08-10T18:12:34Z","revision_number":0,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:39,514 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1/add_router_interface 4.339s 2022-08-10 18:12:39,515 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3750bc36-9817-4095-ac85-2d4d36ea60df"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d23ecfb9-0ac1-40f1-a7d6-d0c5d2f8c832', 'date': 'Wed, 10 Aug 2022 18:12:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1/add_router_interface'} Body: b'{"id": "8c498ab1-3b85-4631-9197-a5ab47351dd1", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "cac038da-e6a6-4d84-8ef3-6ef44acef67c", "network_id": "68de5975-aade-496b-b882-b376b1c38137", "subnet_id": "3750bc36-9817-4095-ac85-2d4d36ea60df", "subnet_ids": ["3750bc36-9817-4095-ac85-2d4d36ea60df"]}' 2022-08-10 18:12:39,952 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.302s 2022-08-10 18:12:39,953 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12: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-7e51d764-2562-41e5-9276-7625e9a09683', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7cea04ea8854688aff3083e2e16fc23", "name": "tempest-TestNetworkAdvancedServerOps-1711933537-project", "password_expires_at": null}, "audit_ids": ["5WqvyoOGTG-Em99M4NmMhA"], "expires_at": "2022-08-10T19:12:39.000000Z", "issued_at": "2022-08-10T18:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0bb49e6c854cca93601d0aaf5a72bd", "name": "tempest-TestNetworkAdvancedServerOps-1711933537"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:12:39,953 130381 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-08-10 18:12:40,885 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 500 POST http://10.222.0.50/compute/v2.1/servers 0.931s 2022-08-10 18:12:40,885 130381 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-1566938907", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "68de5975-aade-496b-b882-b376b1c38137"}], "key_name": "tempest-TestNetworkAdvancedServerOps-677930761", "security_groups": [{"name": "tempest-secgroup-smoke-1453751476"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12: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-c393d688-237e-4fab-8abd-0820f7eefcf6', 'x-compute-request-id': 'req-c393d688-237e-4fab-8abd-0820f7eefcf6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:12:44,755 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1/remove_router_interface 3.869s 2022-08-10 18:12:44,755 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3750bc36-9817-4095-ac85-2d4d36ea60df"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-057d7820-2bf6-4294-a921-a7c96a1f9509', 'date': 'Wed, 10 Aug 2022 18:12:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1/remove_router_interface'} Body: b'{"id": "8c498ab1-3b85-4631-9197-a5ab47351dd1", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "cac038da-e6a6-4d84-8ef3-6ef44acef67c", "network_id": "68de5975-aade-496b-b882-b376b1c38137", "subnet_id": "3750bc36-9817-4095-ac85-2d4d36ea60df", "subnet_ids": ["3750bc36-9817-4095-ac85-2d4d36ea60df"]}' 2022-08-10 18:12:45,517 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/3750bc36-9817-4095-ac85-2d4d36ea60df 0.761s 2022-08-10 18:12:45,518 130381 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-0b8d29d6-b931-4eb0-9bfb-95b6034cc263', 'date': 'Wed, 10 Aug 2022 18:12:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/3750bc36-9817-4095-ac85-2d4d36ea60df'} Body: b'' 2022-08-10 18:12:48,006 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1 2.488s 2022-08-10 18:12:48,007 130381 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-3de1e6ae-4159-4e61-8f1b-3bf9cb82f60c', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:12:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8c498ab1-3b85-4631-9197-a5ab47351dd1'} Body: b'' 2022-08-10 18:12:48,797 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/68de5975-aade-496b-b882-b376b1c38137 0.790s 2022-08-10 18:12:48,798 130381 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-be31e467-60a3-4fc2-a1c2-bf7609b1af5a', 'date': 'Wed, 10 Aug 2022 18:12:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/68de5975-aade-496b-b882-b376b1c38137'} Body: b'' 2022-08-10 18:12:49,406 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/386a0954-dd63-46c8-8c23-15248f755b32 0.608s 2022-08-10 18:12:49,407 130381 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-994e7986-5f07-4ef5-8368-db781808c066', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:12:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/386a0954-dd63-46c8-8c23-15248f755b32'} Body: b'' 2022-08-10 18:12:49,635 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-677930761 0.227s 2022-08-10 18:12:49,635 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c902d9ba-0b95-46a3-8f47-4d312dbddc77', 'x-compute-request-id': 'req-c902d9ba-0b95-46a3-8f47-4d312dbddc77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-677930761'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:12:49,803 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.162s 2022-08-10 18:12:49,803 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-837898589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIc7ktZG13TOPnpdZtVjTIj34fK7EDebxkPxYYtLzI6Dmj8z9pDPQok5kP0576zS6mJIAtX97EobKC4G2eo92TqhHfsAKgNNFUJkNUN2+YkOAQws8KMXk8S78lTHI6i/YA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aa077f1-28eb-4e66-b333-1cb335eec8c3', 'x-compute-request-id': 'req-1aa077f1-28eb-4e66-b333-1cb335eec8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-837898589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIc7ktZG13TOPnpdZtVjTIj34fK7EDebxkPxYYtLzI6Dmj8z9pDPQok5kP0576zS6mJIAtX97EobKC4G2eo92TqhHfsAKgNNFUJkNUN2+YkOAQws8KMXk8S78lTHI6i/YA==", "fingerprint": "a8:4a:c1:cc:7a:10:34:26:c8:93:24:eb:bd:4f:01:08", "user_id": "a7cea04ea8854688aff3083e2e16fc23"}}' 2022-08-10 18:12:50,749 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.943s 2022-08-10 18:12:50,750 130381 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-923430129", "description": "tempest-secgroup-smoke-923430129 description", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b317dc45-3629-4e65-8389-815efc30c358', 'date': 'Wed, 10 Aug 2022 18:12:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "name": "tempest-secgroup-smoke-923430129", "stateful": true, "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "description": "tempest-secgroup-smoke-923430129 description", "shared": false, "security_group_rules": [{"id": "2f5a92e1-2684-4435-9be0-67f670df9806", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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": 3717, "description": null, "tags": [], "created_at": "2022-08-10T18:12:50Z", "updated_at": "2022-08-10T18:12:50Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}, {"id": "d13985a5-bd1e-4e62-b190-06a2baf27a94", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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": 3718, "description": null, "tags": [], "created_at": "2022-08-10T18:12:50Z", "updated_at": "2022-08-10T18:12:50Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}], "tags": [], "created_at": "2022-08-10T18:12:49Z", "updated_at": "2022-08-10T18:12:50Z", "revision_number": 1, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:51,300 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.549s 2022-08-10 18:12:51,300 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-e4b2645d-0d72-4f04-ba92-7258064bba6c', 'date': 'Wed, 10 Aug 2022 18:12:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20f3e059-ae20-4cd6-80e2-045f21678d06", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:51Z", "updated_at": "2022-08-10T18:12:51Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:52,144 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.842s 2022-08-10 18:12:52,144 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "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-382637e6-0ca0-4064-9a21-fcd51e4cd499', 'date': 'Wed, 10 Aug 2022 18:12:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ec5ce8a-2b65-481d-882c-548a75dbba95", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:51Z", "updated_at": "2022-08-10T18:12:51Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:52,924 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.779s 2022-08-10 18:12:52,925 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bce56b0a-3c76-40d9-a96a-1cf9a819d1ee', 'date': 'Wed, 10 Aug 2022 18:12:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d305a46c-1ce0-4762-b9fb-a02bdff55431", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:52Z", "updated_at": "2022-08-10T18:12:52Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:53,710 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.784s 2022-08-10 18:12:53,710 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c447ce96-91ed-4777-b4ad-09ff78814e2a', 'date': 'Wed, 10 Aug 2022 18:12:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af925428-23c1-4101-b8f9-236557fef714", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:53Z", "updated_at": "2022-08-10T18:12:53Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:54,549 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.838s 2022-08-10 18:12:54,550 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9ed02e00-dac1-482d-b995-87930809dc4c', 'date': 'Wed, 10 Aug 2022 18:12:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "315f27ac-f4c4-4ba7-945f-1ff84cf98bd9", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:54Z", "updated_at": "2022-08-10T18:12:54Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:55,533 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.982s 2022-08-10 18:12:55,534 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-177dc137-4a61-4cc0-a228-a33662f25b0d', 'date': 'Wed, 10 Aug 2022 18:12:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc82a2b9-2596-43d1-9554-901081dbbe91", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "security_group_id": "eb139a6b-7b61-4d6c-a43c-80161b051151", "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-08-10T18:12:55Z", "updated_at": "2022-08-10T18:12:55Z", "revision_number": 0, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:12:56,445 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.910s 2022-08-10 18:12:56,445 130381 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--578940067", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-90c01759-f6a7-4c2b-80a6-58527b6df34d', 'date': 'Wed, 10 Aug 2022 18:12:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"329489a9-ce21-4815-a0f0-32968b2a5ce4","name":"tempest-network-smoke--578940067","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:12:55Z","updated_at":"2022-08-10T18:12:55Z","revision_number":1}}' 2022-08-10 18:13:00,713 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 4.267s 2022-08-10 18:13:00,714 130381 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-1617859172", "admin_state_up": true, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-534a006b-3556-4a80-a857-7a7e4d227d70', 'date': 'Wed, 10 Aug 2022 18:13:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "1073dcc4-bf2b-4cf7-87de-581902f1a233", "name": "tempest-TestNetworkAdvancedServerOps-router-1617859172", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.166"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:12:56Z", "updated_at": "2022-08-10T18:12:59Z", "revision_number": 3, "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:13:00,818 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28 0.103s 2022-08-10 18:13:00,819 130381 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-79d3096d-d9e4-4ff3-b1ce-6e9eb7e8f4a1', 'date': 'Wed, 10 Aug 2022 18:13:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=0b0bb49e6c854cca93601d0aaf5a72bd&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:13:01,229 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.410s 2022-08-10 18:13:01,230 130381 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-26cd8916-5433-45c9-b109-3771a2b1938c', 'date': 'Wed, 10 Aug 2022 18:13:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:13:01,349 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.118s 2022-08-10 18:13:01,349 130381 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-f83b4d1d-33a0-40e9-a270-faa66eac1b4b', 'date': 'Wed, 10 Aug 2022 18:13:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:13:03,288 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.938s 2022-08-10 18:13:03,289 130381 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-1285227121", "network_id": "329489a9-ce21-4815-a0f0-32968b2a5ce4", "project_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-9a8d3cac-3815-4869-8846-788736725390', 'date': 'Wed, 10 Aug 2022 18:13:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"26507a65-f5ab-4ea6-976c-64dab8d450f2","name":"tempest-subnet-smoke-1285227121","tenant_id":"0b0bb49e6c854cca93601d0aaf5a72bd","network_id":"329489a9-ce21-4815-a0f0-32968b2a5ce4","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-08-10T18:13:02Z","updated_at":"2022-08-10T18:13:02Z","revision_number":0,"project_id":"0b0bb49e6c854cca93601d0aaf5a72bd"}}' 2022-08-10 18:13:10,650 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233/add_router_interface 7.360s 2022-08-10 18:13:10,650 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "26507a65-f5ab-4ea6-976c-64dab8d450f2"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b735b354-2bdd-4dca-9402-4717d949da63', 'date': 'Wed, 10 Aug 2022 18:13:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233/add_router_interface'} Body: b'{"id": "1073dcc4-bf2b-4cf7-87de-581902f1a233", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "24c3221a-7030-4729-80b4-001a6fd58822", "network_id": "329489a9-ce21-4815-a0f0-32968b2a5ce4", "subnet_id": "26507a65-f5ab-4ea6-976c-64dab8d450f2", "subnet_ids": ["26507a65-f5ab-4ea6-976c-64dab8d450f2"]}' 2022-08-10 18:13:10,909 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.253s 2022-08-10 18:13:10,910 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:10 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-4eaed9c4-2646-4194-8279-e051318a27a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7cea04ea8854688aff3083e2e16fc23", "name": "tempest-TestNetworkAdvancedServerOps-1711933537-project", "password_expires_at": null}, "audit_ids": ["_pGQyt2vS8Gmm3Lexy5bsA"], "expires_at": "2022-08-10T19:13:10.000000Z", "issued_at": "2022-08-10T18:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b0bb49e6c854cca93601d0aaf5a72bd", "name": "tempest-TestNetworkAdvancedServerOps-1711933537"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_0b0bb49e6c854cca93601d0aaf5a72bd", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:13:10,910 130381 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-08-10 18:13:11,631 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.50/compute/v2.1/servers 0.719s 2022-08-10 18:13:11,631 130381 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-1771506375", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "329489a9-ce21-4815-a0f0-32968b2a5ce4"}], "key_name": "tempest-TestNetworkAdvancedServerOps-837898589", "security_groups": [{"name": "tempest-secgroup-smoke-923430129"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-2098c35f-a81e-470f-bd54-8ac034854501', 'x-compute-request-id': 'req-2098c35f-a81e-470f-bd54-8ac034854501', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:13:14,730 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233/remove_router_interface 3.098s 2022-08-10 18:13:14,731 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "26507a65-f5ab-4ea6-976c-64dab8d450f2"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-bee3b270-4a4e-4d0b-adb2-df0035b58ed5', 'date': 'Wed, 10 Aug 2022 18:13:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233/remove_router_interface'} Body: b'{"id": "1073dcc4-bf2b-4cf7-87de-581902f1a233", "tenant_id": "0b0bb49e6c854cca93601d0aaf5a72bd", "port_id": "24c3221a-7030-4729-80b4-001a6fd58822", "network_id": "329489a9-ce21-4815-a0f0-32968b2a5ce4", "subnet_id": "26507a65-f5ab-4ea6-976c-64dab8d450f2", "subnet_ids": ["26507a65-f5ab-4ea6-976c-64dab8d450f2"]}' 2022-08-10 18:13:15,447 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/26507a65-f5ab-4ea6-976c-64dab8d450f2 0.715s 2022-08-10 18:13:15,447 130381 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-0fa1aa48-418a-4f22-921f-376ef697369e', 'date': 'Wed, 10 Aug 2022 18:13:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/26507a65-f5ab-4ea6-976c-64dab8d450f2'} Body: b'' 2022-08-10 18:13:18,377 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233 2.929s 2022-08-10 18:13:18,377 130381 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-2657cde3-4432-40a3-8cec-4babb9aa767a', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:13:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1073dcc4-bf2b-4cf7-87de-581902f1a233'} Body: b'' 2022-08-10 18:13:19,298 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/329489a9-ce21-4815-a0f0-32968b2a5ce4 0.921s 2022-08-10 18:13:19,299 130381 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-92ced2a1-907d-40ad-80ca-26fe30a8d9b0', 'date': 'Wed, 10 Aug 2022 18:13:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/329489a9-ce21-4815-a0f0-32968b2a5ce4'} Body: b'' 2022-08-10 18:13:19,906 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/eb139a6b-7b61-4d6c-a43c-80161b051151 0.606s 2022-08-10 18:13:19,906 130381 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-e1555d28-6f12-410e-874e-29ed04ccf7cb', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:13:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/eb139a6b-7b61-4d6c-a43c-80161b051151'} Body: b'' 2022-08-10 18:13:20,041 130381 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-837898589 0.134s 2022-08-10 18:13:20,041 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a77f89db-5899-4091-9e34-d96989c01d3e', 'x-compute-request-id': 'req-a77f89db-5899-4091-9e34-d96989c01d3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-837898589'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:24:40,496 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.318s 2022-08-10 18:24:40,497 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1256732350", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOFUKvRUIYTs0QheeH5nUkkbhpCZFtEPnf4MqS80NQF5MVdR5L6DKkFwRWknBd+ARQKQbnHx//juuqynsVe1EseBS5RKAuo3F7XZW8iwU74RWAJttrxL1XP5oHKmu201JA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:40 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-9ad0a98d-20b5-4d73-a637-a8e787432500', 'x-compute-request-id': 'req-9ad0a98d-20b5-4d73-a637-a8e787432500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1256732350", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOFUKvRUIYTs0QheeH5nUkkbhpCZFtEPnf4MqS80NQF5MVdR5L6DKkFwRWknBd+ARQKQbnHx//juuqynsVe1EseBS5RKAuo3F7XZW8iwU74RWAJttrxL1XP5oHKmu201JA==", "fingerprint": "40:5a:3d:b3:50:84:bd:32:92:dd:7a:54:f5:cb:cd:73", "user_id": "005d90286d1041f7b3f18f96849ed03e"}}' 2022-08-10 18:24:41,330 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.830s 2022-08-10 18:24:41,331 177152 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-597436620", "description": "tempest-secgroup-smoke-597436620 description", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-5e3efa1f-b6b6-4e32-9758-57c019d09968', 'date': 'Wed, 10 Aug 2022 18:24:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "name": "tempest-secgroup-smoke-597436620", "stateful": true, "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "description": "tempest-secgroup-smoke-597436620 description", "shared": false, "security_group_rules": [{"id": "bba1f422-cbd3-4aa6-bba1-7e481e5d35f8", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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": 4249, "description": null, "tags": [], "created_at": "2022-08-10T18:24:40Z", "updated_at": "2022-08-10T18:24:40Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}, {"id": "decc12e8-eb6f-4b4b-b1dc-05653805e2e2", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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": 4250, "description": null, "tags": [], "created_at": "2022-08-10T18:24:40Z", "updated_at": "2022-08-10T18:24:40Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}], "tags": [], "created_at": "2022-08-10T18:24:40Z", "updated_at": "2022-08-10T18:24:40Z", "revision_number": 1, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:41,736 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.404s 2022-08-10 18:24:41,736 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-fe7cda83-b09c-4227-b605-d3dc77734ada', 'date': 'Wed, 10 Aug 2022 18:24:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f7d93b3-a0df-4245-ab18-76d90ee9f4fe", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:41Z", "updated_at": "2022-08-10T18:24:41Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:42,056 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.319s 2022-08-10 18:24:42,056 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-e59b9758-6471-4426-9f2c-a0191229502c', 'date': 'Wed, 10 Aug 2022 18:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3fdfe6d1-b88c-4c53-8e47-df761b075822", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:41Z", "updated_at": "2022-08-10T18:24:41Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:42,507 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.450s 2022-08-10 18:24:42,507 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b47d9cc7-4a14-4e44-9fa0-f992aa61eff5', 'date': 'Wed, 10 Aug 2022 18:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "41afd9fc-77ae-46eb-bf1c-36a75c6f51af", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:42Z", "updated_at": "2022-08-10T18:24:42Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:42,953 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.444s 2022-08-10 18:24:42,953 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c831c979-83f9-490a-8032-25825e49e4a3', 'date': 'Wed, 10 Aug 2022 18:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb349f2c-3251-4434-a400-7d518a263bcc", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:42Z", "updated_at": "2022-08-10T18:24:42Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:43,319 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.365s 2022-08-10 18:24:43,319 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1cc32b21-6365-4e7b-907d-9c406037aaff', 'date': 'Wed, 10 Aug 2022 18:24:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30447c7c-45ee-4107-b212-76f1ee4875f3", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:43Z", "updated_at": "2022-08-10T18:24:43Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:43,656 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.336s 2022-08-10 18:24:43,656 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ed80deb7-41ad-4f98-900f-31a51dafc8b6', 'date': 'Wed, 10 Aug 2022 18:24:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8338a2fb-db6d-4293-9746-c68de170f924", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "92de6e43-15d2-46e5-b8c2-70f680d31371", "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-08-10T18:24:43Z", "updated_at": "2022-08-10T18:24:43Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:44,095 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.438s 2022-08-10 18:24:44,096 177152 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--1965784830", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-01a9930c-0357-404a-9c5b-666c2d1593db', 'date': 'Wed, 10 Aug 2022 18:24:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"efc43eed-dfe9-4649-8b11-847778e6207e","name":"tempest-network-smoke--1965784830","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:24:43Z","updated_at":"2022-08-10T18:24:43Z","revision_number":1}}' 2022-08-10 18:24:46,342 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 2.245s 2022-08-10 18:24:46,342 177152 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-542291855", "admin_state_up": true, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-9b37708a-c102-44bb-a132-65b3fe1b2c3f', 'date': 'Wed, 10 Aug 2022 18:24:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "86bd98d1-9ff2-40bf-ba95-451bdc222010", "name": "tempest-TestNetworkAdvancedServerOps-router-542291855", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.16"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:24:44Z", "updated_at": "2022-08-10T18:24:45Z", "revision_number": 3, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:46,478 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28 0.135s 2022-08-10 18:24:46,478 177152 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-7ca0edb7-aaef-4e04-b359-10ec2c38d5af', 'date': 'Wed, 10 Aug 2022 18:24:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:24:46,575 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.096s 2022-08-10 18:24:46,576 177152 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-3f61e98a-fd44-4485-b5db-11abf6fd0d4e', 'date': 'Wed, 10 Aug 2022 18:24:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:24:46,607 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.031s 2022-08-10 18:24:46,626 177152 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-d782d6f6-022e-4a5e-9ec0-44c25b8ff758', 'date': 'Wed, 10 Aug 2022 18:24:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:24:47,569 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 0.942s 2022-08-10 18:24:47,569 177152 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-1066613473", "network_id": "efc43eed-dfe9-4649-8b11-847778e6207e", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-c63ebda9-a514-49ef-b5d6-1dd24bc1d9fb', 'date': 'Wed, 10 Aug 2022 18:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e541d86a-9c19-4a4e-aa2f-7d7a427e30ac","name":"tempest-subnet-smoke-1066613473","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","network_id":"efc43eed-dfe9-4649-8b11-847778e6207e","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-08-10T18:24:46Z","updated_at":"2022-08-10T18:24:46Z","revision_number":0,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:49,779 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010/add_router_interface 2.209s 2022-08-10 18:24:49,779 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "e541d86a-9c19-4a4e-aa2f-7d7a427e30ac"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-55f074ee-0462-4b70-89c1-150e53f54e2c', 'date': 'Wed, 10 Aug 2022 18:24:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010/add_router_interface'} Body: b'{"id": "86bd98d1-9ff2-40bf-ba95-451bdc222010", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "5ddc1dcd-5770-4423-9834-d53af2862ed2", "network_id": "efc43eed-dfe9-4649-8b11-847778e6207e", "subnet_id": "e541d86a-9c19-4a4e-aa2f-7d7a427e30ac", "subnet_ids": ["e541d86a-9c19-4a4e-aa2f-7d7a427e30ac"]}' 2022-08-10 18:24:49,824 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.038s 2022-08-10 18:24:49,825 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:49 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-eeacdf1d-29c5-424d-ab3f-5f0919bc51f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "005d90286d1041f7b3f18f96849ed03e", "name": "tempest-TestNetworkAdvancedServerOps-2111337414-project", "password_expires_at": null}, "audit_ids": ["XByj4t6qS7mpXr2Jot3heg"], "expires_at": "2022-08-10T19:24:49.000000Z", "issued_at": "2022-08-10T18:24:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c05ca5310554ac4a1cf06c8dcaec96c", "name": "tempest-TestNetworkAdvancedServerOps-2111337414"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:24:49,825 177152 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-08-10 18:24:50,228 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.50/compute/v2.1/servers 0.401s 2022-08-10 18:24:50,228 177152 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-525002229", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "efc43eed-dfe9-4649-8b11-847778e6207e"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1256732350", "security_groups": [{"name": "tempest-secgroup-smoke-597436620"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-17c7e01d-d481-43ef-89d2-96259f491a95', 'x-compute-request-id': 'req-17c7e01d-d481-43ef-89d2-96259f491a95', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:24:52,269 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010/remove_router_interface 2.040s 2022-08-10 18:24:52,270 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "e541d86a-9c19-4a4e-aa2f-7d7a427e30ac"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-75fcdcd4-de46-4430-a57f-8057200e7557', 'date': 'Wed, 10 Aug 2022 18:24:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010/remove_router_interface'} Body: b'{"id": "86bd98d1-9ff2-40bf-ba95-451bdc222010", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "5ddc1dcd-5770-4423-9834-d53af2862ed2", "network_id": "efc43eed-dfe9-4649-8b11-847778e6207e", "subnet_id": "e541d86a-9c19-4a4e-aa2f-7d7a427e30ac", "subnet_ids": ["e541d86a-9c19-4a4e-aa2f-7d7a427e30ac"]}' 2022-08-10 18:24:52,656 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/e541d86a-9c19-4a4e-aa2f-7d7a427e30ac 0.386s 2022-08-10 18:24:52,657 177152 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-be2368a4-c25e-4269-993a-a2921bdc4eb7', 'date': 'Wed, 10 Aug 2022 18:24:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/e541d86a-9c19-4a4e-aa2f-7d7a427e30ac'} Body: b'' 2022-08-10 18:24:53,764 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010 1.107s 2022-08-10 18:24:53,764 177152 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-0fbf1302-98bd-4949-8068-ad11cc37b49d', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:24:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/86bd98d1-9ff2-40bf-ba95-451bdc222010'} Body: b'' 2022-08-10 18:24:54,189 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/efc43eed-dfe9-4649-8b11-847778e6207e 0.424s 2022-08-10 18:24:54,189 177152 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-09e25006-d9e0-417d-bd54-57b13491cdb6', 'date': 'Wed, 10 Aug 2022 18:24:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/efc43eed-dfe9-4649-8b11-847778e6207e'} Body: b'' 2022-08-10 18:24:54,462 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/92de6e43-15d2-46e5-b8c2-70f680d31371 0.272s 2022-08-10 18:24:54,462 177152 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-514f0b38-7fa3-470f-a130-f5fde5be179d', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:24:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/92de6e43-15d2-46e5-b8c2-70f680d31371'} Body: b'' 2022-08-10 18:24:54,639 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1256732350 0.176s 2022-08-10 18:24:54,640 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae7fadca-ae79-4baa-bd95-0d3c8e701b07', 'x-compute-request-id': 'req-ae7fadca-ae79-4baa-bd95-0d3c8e701b07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1256732350'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:24:54,804 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.159s 2022-08-10 18:24:54,804 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1406838039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQrPXLJ0X7UyVAbdxgj5Xm3Mhhja1Fp2dbHqApGlot9za2x9bOacUBE2ym4quQF7OOhTVCk33bkojv8XKR0vgI/jeoQopT68JBXQU2/9HLUAft7HmH392ViI8IWEnzQKA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:24:54 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-0b8119e1-6b2f-488e-a885-e9879fcba6df', 'x-compute-request-id': 'req-0b8119e1-6b2f-488e-a885-e9879fcba6df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1406838039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQrPXLJ0X7UyVAbdxgj5Xm3Mhhja1Fp2dbHqApGlot9za2x9bOacUBE2ym4quQF7OOhTVCk33bkojv8XKR0vgI/jeoQopT68JBXQU2/9HLUAft7HmH392ViI8IWEnzQKA==", "fingerprint": "14:36:79:82:19:2f:ee:91:4c:91:0a:c2:e9:50:cf:ed", "user_id": "005d90286d1041f7b3f18f96849ed03e"}}' 2022-08-10 18:24:55,216 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.409s 2022-08-10 18:24:55,216 177152 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-1593687831", "description": "tempest-secgroup-smoke-1593687831 description", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-041a990f-003a-4e9a-b774-bb478ec6c7a5', 'date': 'Wed, 10 Aug 2022 18:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "name": "tempest-secgroup-smoke-1593687831", "stateful": true, "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "description": "tempest-secgroup-smoke-1593687831 description", "shared": false, "security_group_rules": [{"id": "1f2c1bbf-c3ed-4879-a3fe-a75ef784740f", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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": 4266, "description": null, "tags": [], "created_at": "2022-08-10T18:24:54Z", "updated_at": "2022-08-10T18:24:54Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}, {"id": "a0edecd5-14b4-4139-ac1e-49ecfff01087", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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": 4265, "description": null, "tags": [], "created_at": "2022-08-10T18:24:54Z", "updated_at": "2022-08-10T18:24:54Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}], "tags": [], "created_at": "2022-08-10T18:24:54Z", "updated_at": "2022-08-10T18:24:54Z", "revision_number": 1, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:55,661 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.444s 2022-08-10 18:24:55,661 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-aae9f523-c013-4349-b6ad-f2e59a0c2a91', 'date': 'Wed, 10 Aug 2022 18:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08d0116f-835d-4941-b2c5-3694fb89581d", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:55Z", "updated_at": "2022-08-10T18:24:55Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:56,113 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.451s 2022-08-10 18:24:56,113 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-018bf527-b912-44d7-8a57-0ec9e99f685f', 'date': 'Wed, 10 Aug 2022 18:24:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6370f8a-841f-4ef1-bc56-61927ce2d57c", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:55Z", "updated_at": "2022-08-10T18:24:55Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:56,604 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.490s 2022-08-10 18:24:56,604 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ff1f5f6-140f-4803-b26e-0ee9585bc132', 'date': 'Wed, 10 Aug 2022 18:24:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc920d87-90a4-4f4f-8d5a-e8df06dd9f9c", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:56Z", "updated_at": "2022-08-10T18:24:56Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:56,998 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.393s 2022-08-10 18:24:56,999 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5bad363c-ec9b-4c1e-85cf-167d5fea11b5', 'date': 'Wed, 10 Aug 2022 18:24:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7d1f952d-3c66-4c2b-9d17-034e3fe39c41", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:56Z", "updated_at": "2022-08-10T18:24:56Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:57,456 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.456s 2022-08-10 18:24:57,456 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ff333c56-8d15-459b-aa6c-cc78885428be', 'date': 'Wed, 10 Aug 2022 18:24:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0b86c0d4-5db4-42cd-a724-b160c4a75495", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:57Z", "updated_at": "2022-08-10T18:24:57Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:57,884 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.427s 2022-08-10 18:24:57,884 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6695414a-c975-47e8-91f3-b4d2a61bdf1c', 'date': 'Wed, 10 Aug 2022 18:24:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "331221db-0a7b-4c51-9566-ac487084c227", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "a0567d28-3181-46c3-b335-a716fdd4ece0", "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-08-10T18:24:57Z", "updated_at": "2022-08-10T18:24:57Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:24:58,346 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.461s 2022-08-10 18:24:58,346 177152 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--825432013", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-a52675d3-329f-4071-a064-7680c2ad289d', 'date': 'Wed, 10 Aug 2022 18:24:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"856b05c7-02c6-4b90-9e17-3647e7369220","name":"tempest-network-smoke--825432013","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:24:58Z","updated_at":"2022-08-10T18:24:58Z","revision_number":1}}' 2022-08-10 18:25:00,764 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 2.417s 2022-08-10 18:25:00,765 177152 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-1188590811", "admin_state_up": true, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-cb291932-4400-4909-b474-1452c7cd3d5f', 'date': 'Wed, 10 Aug 2022 18:25:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8b9f3f21-ae10-46b2-b360-2c4baac3cfc6", "name": "tempest-TestNetworkAdvancedServerOps-router-1188590811", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.95"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:24:58Z", "updated_at": "2022-08-10T18:24:59Z", "revision_number": 3, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:00,796 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28 0.031s 2022-08-10 18:25:00,797 177152 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-5e06b91a-3b32-4ab6-8f14-6f2ddfba54bb', 'date': 'Wed, 10 Aug 2022 18:25:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:00,901 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.103s 2022-08-10 18:25:00,902 177152 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-38b4dd13-1bbb-4eb6-a1b3-c3a221b66677', 'date': 'Wed, 10 Aug 2022 18:25:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:25:00,939 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.036s 2022-08-10 18:25:00,939 177152 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-2919e235-6d39-472c-b0c6-f88feab9a8bf', 'date': 'Wed, 10 Aug 2022 18:25:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:02,027 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.087s 2022-08-10 18:25:02,028 177152 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-1198399334", "network_id": "856b05c7-02c6-4b90-9e17-3647e7369220", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-393ad2a7-d80d-4516-bb8e-984e9f903d6e', 'date': 'Wed, 10 Aug 2022 18:25:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b9e96c37-e03a-493e-ae6c-c6e5a7595eca","name":"tempest-subnet-smoke-1198399334","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","network_id":"856b05c7-02c6-4b90-9e17-3647e7369220","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-08-10T18:25:01Z","updated_at":"2022-08-10T18:25:01Z","revision_number":0,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:04,483 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6/add_router_interface 2.454s 2022-08-10 18:25:04,483 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b9e96c37-e03a-493e-ae6c-c6e5a7595eca"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e31bffd3-78dd-4d2e-b4c2-a3c5ad219af4', 'date': 'Wed, 10 Aug 2022 18:25:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6/add_router_interface'} Body: b'{"id": "8b9f3f21-ae10-46b2-b360-2c4baac3cfc6", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "8e407c5a-327e-45df-aa73-d9e21becf980", "network_id": "856b05c7-02c6-4b90-9e17-3647e7369220", "subnet_id": "b9e96c37-e03a-493e-ae6c-c6e5a7595eca", "subnet_ids": ["b9e96c37-e03a-493e-ae6c-c6e5a7595eca"]}' 2022-08-10 18:25:04,553 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.064s 2022-08-10 18:25:04,553 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18: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-f371a82a-0797-4da6-bb30-6a2d1f1d95e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "005d90286d1041f7b3f18f96849ed03e", "name": "tempest-TestNetworkAdvancedServerOps-2111337414-project", "password_expires_at": null}, "audit_ids": ["fI3zj3mgTGiA1jPcIa758w"], "expires_at": "2022-08-10T19:25:04.000000Z", "issued_at": "2022-08-10T18:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c05ca5310554ac4a1cf06c8dcaec96c", "name": "tempest-TestNetworkAdvancedServerOps-2111337414"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:25:04,554 177152 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-08-10 18:25:04,992 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.50/compute/v2.1/servers 0.437s 2022-08-10 18:25:04,992 177152 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-1432557468", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "856b05c7-02c6-4b90-9e17-3647e7369220"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1406838039", "security_groups": [{"name": "tempest-secgroup-smoke-1593687831"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25: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-fc08bdd4-7ca2-4e4b-86ea-707849c79b6d', 'x-compute-request-id': 'req-fc08bdd4-7ca2-4e4b-86ea-707849c79b6d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:25:06,567 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6/remove_router_interface 1.573s 2022-08-10 18:25:06,567 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b9e96c37-e03a-493e-ae6c-c6e5a7595eca"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-16f69142-8da0-4266-b3da-fa14640b20f3', 'date': 'Wed, 10 Aug 2022 18:25:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6/remove_router_interface'} Body: b'{"id": "8b9f3f21-ae10-46b2-b360-2c4baac3cfc6", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "8e407c5a-327e-45df-aa73-d9e21becf980", "network_id": "856b05c7-02c6-4b90-9e17-3647e7369220", "subnet_id": "b9e96c37-e03a-493e-ae6c-c6e5a7595eca", "subnet_ids": ["b9e96c37-e03a-493e-ae6c-c6e5a7595eca"]}' 2022-08-10 18:25:06,991 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/b9e96c37-e03a-493e-ae6c-c6e5a7595eca 0.423s 2022-08-10 18:25:06,992 177152 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-0de020a8-f259-43c3-bdde-22c671433990', 'date': 'Wed, 10 Aug 2022 18:25:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/b9e96c37-e03a-493e-ae6c-c6e5a7595eca'} Body: b'' 2022-08-10 18:25:08,404 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6 1.411s 2022-08-10 18:25:08,404 177152 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-ecd25d2c-2655-48b9-a663-dd11e35fa49d', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/8b9f3f21-ae10-46b2-b360-2c4baac3cfc6'} Body: b'' 2022-08-10 18:25:09,881 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/856b05c7-02c6-4b90-9e17-3647e7369220 1.477s 2022-08-10 18:25:09,882 177152 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-7edd494c-3273-41d4-ae18-9c71c1b8aeb0', 'date': 'Wed, 10 Aug 2022 18:25:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/856b05c7-02c6-4b90-9e17-3647e7369220'} Body: b'' 2022-08-10 18:25:10,125 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/a0567d28-3181-46c3-b335-a716fdd4ece0 0.242s 2022-08-10 18:25:10,125 177152 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-18f2f72a-0600-4775-8bf7-61c83060b153', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/a0567d28-3181-46c3-b335-a716fdd4ece0'} Body: b'' 2022-08-10 18:25:10,345 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406838039 0.219s 2022-08-10 18:25:10,345 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:10 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-c13dbb35-ee98-43e4-b0ac-d3eaa21c0277', 'x-compute-request-id': 'req-c13dbb35-ee98-43e4-b0ac-d3eaa21c0277', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406838039'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:25:10,524 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.173s 2022-08-10 18:25:10,525 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1512462646", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQqP9iyRAXpNjtnvllGHe6lvaWKcat8pTnrdRZMEMXB7i9x90+2RIOLinhOZ7EtI+FIUqFCN0TPeyabZGhi0GeqFiz4tF+W+I0CrLtWayIvdtCLS1oLReP8TuH2kCNECA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:10 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-02b2f2fc-ebf8-4250-9b6e-c117242f223d', 'x-compute-request-id': 'req-02b2f2fc-ebf8-4250-9b6e-c117242f223d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1512462646", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQqP9iyRAXpNjtnvllGHe6lvaWKcat8pTnrdRZMEMXB7i9x90+2RIOLinhOZ7EtI+FIUqFCN0TPeyabZGhi0GeqFiz4tF+W+I0CrLtWayIvdtCLS1oLReP8TuH2kCNECA==", "fingerprint": "70:44:37:46:24:16:72:a9:a5:b2:67:30:74:fe:fc:89", "user_id": "005d90286d1041f7b3f18f96849ed03e"}}' 2022-08-10 18:25:10,924 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.395s 2022-08-10 18:25:10,924 177152 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-293457112", "description": "tempest-secgroup-smoke-293457112 description", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a2271c3d-bd9f-4062-8079-c2fc5f24bcdf', 'date': 'Wed, 10 Aug 2022 18:25:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "name": "tempest-secgroup-smoke-293457112", "stateful": true, "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "description": "tempest-secgroup-smoke-293457112 description", "shared": false, "security_group_rules": [{"id": "0d8fb868-cc36-43ec-b3da-636ef58f203d", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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": 4282, "description": null, "tags": [], "created_at": "2022-08-10T18:25:10Z", "updated_at": "2022-08-10T18:25:10Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}, {"id": "151f7733-c681-4841-9a0f-bb61605d73b5", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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": 4281, "description": null, "tags": [], "created_at": "2022-08-10T18:25:10Z", "updated_at": "2022-08-10T18:25:10Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}], "tags": [], "created_at": "2022-08-10T18:25:10Z", "updated_at": "2022-08-10T18:25:10Z", "revision_number": 1, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:11,329 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.404s 2022-08-10 18:25:11,330 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-38f5cead-e867-4f18-9952-5ad287da4b60', 'date': 'Wed, 10 Aug 2022 18:25:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "142fde91-2a62-467c-8f34-19c6dd87c441", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:11Z", "updated_at": "2022-08-10T18:25:11Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:11,735 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.404s 2022-08-10 18:25:11,735 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-4d437ac7-9beb-43c0-93ed-c11d14be88a5', 'date': 'Wed, 10 Aug 2022 18:25:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5be9f482-4644-4462-99db-17cf6ed77e82", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:11Z", "updated_at": "2022-08-10T18:25:11Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:12,163 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.427s 2022-08-10 18:25:12,163 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-924926a8-e555-49e2-ab3f-7d037444b8fb', 'date': 'Wed, 10 Aug 2022 18:25:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4855b78b-3ff2-4564-9fdf-4172260e232b", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:11Z", "updated_at": "2022-08-10T18:25:11Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:12,500 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.336s 2022-08-10 18:25:12,501 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d06fa8b9-22c5-4d3f-8039-41f945f4388b', 'date': 'Wed, 10 Aug 2022 18:25:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bde71e84-13dc-4834-b95f-473f25dd3c00", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:12Z", "updated_at": "2022-08-10T18:25:12Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:12,901 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.399s 2022-08-10 18:25:12,901 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a21f8af4-3ef3-48df-b304-111baa4a5583', 'date': 'Wed, 10 Aug 2022 18:25:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2558760e-d9d7-4539-95ed-feac2e7f5f67", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:12Z", "updated_at": "2022-08-10T18:25:12Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:13,254 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.353s 2022-08-10 18:25:13,255 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4457047b-af8e-4ffa-85be-f308dffc0412', 'date': 'Wed, 10 Aug 2022 18:25:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "41b60e8e-ce7a-4557-a80d-0f4716260cea", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "d5d78f0b-d3a0-4e56-a1da-339995d3bab9", "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-08-10T18:25:13Z", "updated_at": "2022-08-10T18:25:13Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:13,677 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.421s 2022-08-10 18:25:13,677 177152 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--966285294", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-4a84dac0-6ce2-416c-90e2-eb6383d19807', 'date': 'Wed, 10 Aug 2022 18:25:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e1bb83ca-eb50-4e69-90d2-1cf80242e297","name":"tempest-network-smoke--966285294","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:25:13Z","updated_at":"2022-08-10T18:25:13Z","revision_number":1}}' 2022-08-10 18:25:15,706 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 2.028s 2022-08-10 18:25:15,707 177152 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-825403482", "admin_state_up": true, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-ce1ce7e5-ee12-48b0-9f39-5a1208c6e64c', 'date': 'Wed, 10 Aug 2022 18:25:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "529f824c-c200-47f8-98a3-5845840ddfc1", "name": "tempest-TestNetworkAdvancedServerOps-router-825403482", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.141"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:25:13Z", "updated_at": "2022-08-10T18:25:14Z", "revision_number": 3, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:15,738 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28 0.031s 2022-08-10 18:25:15,739 177152 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-d0ca968a-ffc1-4cb7-b655-87fd6cb2a83e', 'date': 'Wed, 10 Aug 2022 18:25:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:15,839 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.100s 2022-08-10 18:25:15,840 177152 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-567da6cb-5a28-498a-a5f0-a6ede810cc4e', 'date': 'Wed, 10 Aug 2022 18:25:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:25:15,871 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.030s 2022-08-10 18:25:15,871 177152 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-e4db67b6-0bd9-4b6f-a210-89e7c6a5585e', 'date': 'Wed, 10 Aug 2022 18:25:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:17,066 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.194s 2022-08-10 18:25:17,066 177152 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-947672597", "network_id": "e1bb83ca-eb50-4e69-90d2-1cf80242e297", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-7daebb4b-1fda-42c6-94bf-2d1b732b6779', 'date': 'Wed, 10 Aug 2022 18:25:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9930caef-722d-4e26-b45d-c34b7e5406c5","name":"tempest-subnet-smoke-947672597","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","network_id":"e1bb83ca-eb50-4e69-90d2-1cf80242e297","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-08-10T18:25:16Z","updated_at":"2022-08-10T18:25:16Z","revision_number":0,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:19,542 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1/add_router_interface 2.475s 2022-08-10 18:25:19,543 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "9930caef-722d-4e26-b45d-c34b7e5406c5"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fb2059a9-8fba-4a29-bfd7-fefa9c93ad4c', 'date': 'Wed, 10 Aug 2022 18:25:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1/add_router_interface'} Body: b'{"id": "529f824c-c200-47f8-98a3-5845840ddfc1", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "94e87c32-a29d-4570-a719-3e3da3e9cfbf", "network_id": "e1bb83ca-eb50-4e69-90d2-1cf80242e297", "subnet_id": "9930caef-722d-4e26-b45d-c34b7e5406c5", "subnet_ids": ["9930caef-722d-4e26-b45d-c34b7e5406c5"]}' 2022-08-10 18:25:19,589 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.039s 2022-08-10 18:25:19,589 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5b47a07d-89c4-407d-acc9-118d2b64939f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "005d90286d1041f7b3f18f96849ed03e", "name": "tempest-TestNetworkAdvancedServerOps-2111337414-project", "password_expires_at": null}, "audit_ids": ["4loVgeeEQh-MO6u458zVSg"], "expires_at": "2022-08-10T19:25:19.000000Z", "issued_at": "2022-08-10T18:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c05ca5310554ac4a1cf06c8dcaec96c", "name": "tempest-TestNetworkAdvancedServerOps-2111337414"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:25:19,590 177152 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-08-10 18:25:20,004 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.50/compute/v2.1/servers 0.414s 2022-08-10 18:25:20,005 177152 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-1124428717", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "e1bb83ca-eb50-4e69-90d2-1cf80242e297"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1512462646", "security_groups": [{"name": "tempest-secgroup-smoke-293457112"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25: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-2082d0a7-c47b-4b40-aa2b-0511807a17ec', 'x-compute-request-id': 'req-2082d0a7-c47b-4b40-aa2b-0511807a17ec', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:25:21,890 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1/remove_router_interface 1.884s 2022-08-10 18:25:21,890 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "9930caef-722d-4e26-b45d-c34b7e5406c5"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ea20f110-06e0-4313-91c9-1a6e5c0825b0', 'date': 'Wed, 10 Aug 2022 18:25:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1/remove_router_interface'} Body: b'{"id": "529f824c-c200-47f8-98a3-5845840ddfc1", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "94e87c32-a29d-4570-a719-3e3da3e9cfbf", "network_id": "e1bb83ca-eb50-4e69-90d2-1cf80242e297", "subnet_id": "9930caef-722d-4e26-b45d-c34b7e5406c5", "subnet_ids": ["9930caef-722d-4e26-b45d-c34b7e5406c5"]}' 2022-08-10 18:25:22,341 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/9930caef-722d-4e26-b45d-c34b7e5406c5 0.450s 2022-08-10 18:25:22,341 177152 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-24566a64-7909-43eb-94d9-b4994183a254', 'date': 'Wed, 10 Aug 2022 18:25:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/9930caef-722d-4e26-b45d-c34b7e5406c5'} Body: b'' 2022-08-10 18:25:23,450 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1 1.108s 2022-08-10 18:25:23,450 177152 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-f94c3b6f-f74f-48df-b4b4-3a44b5b5be0f', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/529f824c-c200-47f8-98a3-5845840ddfc1'} Body: b'' 2022-08-10 18:25:23,936 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/e1bb83ca-eb50-4e69-90d2-1cf80242e297 0.485s 2022-08-10 18:25:23,937 177152 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-a638ae4e-2d53-4235-9387-2b3df6d3b5ed', 'date': 'Wed, 10 Aug 2022 18:25:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/e1bb83ca-eb50-4e69-90d2-1cf80242e297'} Body: b'' 2022-08-10 18:25:24,209 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/d5d78f0b-d3a0-4e56-a1da-339995d3bab9 0.272s 2022-08-10 18:25:24,210 177152 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-960730d7-93e2-4c8e-b0fa-d7fc535764e9', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/d5d78f0b-d3a0-4e56-a1da-339995d3bab9'} Body: b'' 2022-08-10 18:25:24,363 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1512462646 0.153s 2022-08-10 18:25:24,364 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510bdd9d-684a-45a1-ab6f-dd79c747bc15', 'x-compute-request-id': 'req-510bdd9d-684a-45a1-ab6f-dd79c747bc15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1512462646'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:25:24,536 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.166s 2022-08-10 18:25:24,536 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1868642662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNpprLNzxRo6FFWZJgI2zxxuQDQYfk8scz6Zh9yX4EeshB4UPKTJoc7rvIzjqosn4PJdO/GXo9sZQ1tu8FvzMRBRjb6uoUcK3usXOvcfQoJDVoL6Iker4bpvzJ+68dg6Rw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:24 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-24aaf0ec-dd26-4e1c-af53-42643d8f5f4f', 'x-compute-request-id': 'req-24aaf0ec-dd26-4e1c-af53-42643d8f5f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1868642662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNpprLNzxRo6FFWZJgI2zxxuQDQYfk8scz6Zh9yX4EeshB4UPKTJoc7rvIzjqosn4PJdO/GXo9sZQ1tu8FvzMRBRjb6uoUcK3usXOvcfQoJDVoL6Iker4bpvzJ+68dg6Rw==", "fingerprint": "62:34:1a:5e:83:f2:1b:9f:f6:e1:74:98:cd:72:8e:71", "user_id": "005d90286d1041f7b3f18f96849ed03e"}}' 2022-08-10 18:25:24,974 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.435s 2022-08-10 18:25:24,975 177152 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-641515717", "description": "tempest-secgroup-smoke-641515717 description", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-acc58b34-6dff-4db2-8ac6-03a9f5d7082b', 'date': 'Wed, 10 Aug 2022 18:25:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "name": "tempest-secgroup-smoke-641515717", "stateful": true, "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "description": "tempest-secgroup-smoke-641515717 description", "shared": false, "security_group_rules": [{"id": "0c82c246-9e3b-421b-8984-a1d5475f172d", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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": 4297, "description": null, "tags": [], "created_at": "2022-08-10T18:25:24Z", "updated_at": "2022-08-10T18:25:24Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}, {"id": "68a56f4d-d6f6-4079-8bde-31e84ce2343f", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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": 4298, "description": null, "tags": [], "created_at": "2022-08-10T18:25:24Z", "updated_at": "2022-08-10T18:25:24Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}], "tags": [], "created_at": "2022-08-10T18:25:24Z", "updated_at": "2022-08-10T18:25:24Z", "revision_number": 1, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:25,379 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.403s 2022-08-10 18:25:25,380 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-027be69e-d963-498a-b704-8d30b599da14', 'date': 'Wed, 10 Aug 2022 18:25:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2990e017-5941-4613-a8d8-adcfd09907f1", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:25Z", "updated_at": "2022-08-10T18:25:25Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:25,849 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.468s 2022-08-10 18:25:25,849 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-aab4493c-8b8c-4c15-ac55-a35d81f89cbc', 'date': 'Wed, 10 Aug 2022 18:25:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77ef8f86-ea8c-48ae-bffb-15387d1f78d0", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:25Z", "updated_at": "2022-08-10T18:25:25Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:26,386 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.536s 2022-08-10 18:25:26,386 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a2a2bf07-233c-4139-b762-afc7232acdd6', 'date': 'Wed, 10 Aug 2022 18:25:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b559007f-2127-4d7c-b3f7-91bc1e6be718", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:26Z", "updated_at": "2022-08-10T18:25:26Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:26,906 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.519s 2022-08-10 18:25:26,906 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6c55ee96-ce6a-42ef-9d79-34163265ab7c', 'date': 'Wed, 10 Aug 2022 18:25:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e08f0c97-3b41-470e-a41d-bf2f97102c0c", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:26Z", "updated_at": "2022-08-10T18:25:26Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:27,489 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.582s 2022-08-10 18:25:27,489 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-af7b970c-e163-4225-8096-413e81426912', 'date': 'Wed, 10 Aug 2022 18:25:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fe52832-f082-4f61-a16b-debe82930c0c", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:27Z", "updated_at": "2022-08-10T18:25:27Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:27,934 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.444s 2022-08-10 18:25:27,947 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2b964a24-4989-4cc1-b448-da585e9a0952', 'date': 'Wed, 10 Aug 2022 18:25:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eebaf952-91c6-4281-821e-2e2cf96664c2", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "7ffeb35d-a2f3-46e2-9df3-c3f773d01eed", "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-08-10T18:25:27Z", "updated_at": "2022-08-10T18:25:27Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:28,631 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.683s 2022-08-10 18:25:28,632 177152 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--1171686073", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-9f0a350d-4b6c-4d77-91ae-d3b4452d3c08', 'date': 'Wed, 10 Aug 2022 18:25:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"071832a5-061c-4263-aa60-208738bab4cb","name":"tempest-network-smoke--1171686073","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:25:28Z","updated_at":"2022-08-10T18:25:28Z","revision_number":1}}' 2022-08-10 18:25:31,186 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 2.554s 2022-08-10 18:25:31,187 177152 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-987148217", "admin_state_up": true, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-a540b2c2-dc5d-46e6-9dd0-0f0f2986af7a', 'date': 'Wed, 10 Aug 2022 18:25:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "1c5e96f0-eaff-403d-8bc3-55045fa2aa0d", "name": "tempest-TestNetworkAdvancedServerOps-router-987148217", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.41"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:25:28Z", "updated_at": "2022-08-10T18:25:29Z", "revision_number": 3, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:31,245 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28 0.031s 2022-08-10 18:25:31,246 177152 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-910e1f01-5811-480f-ad49-cf284c799077', 'date': 'Wed, 10 Aug 2022 18:25:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:31,346 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.100s 2022-08-10 18:25:31,346 177152 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-1140a029-a8d6-4c3c-b892-84d3c8e700b8', 'date': 'Wed, 10 Aug 2022 18:25:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:25:31,384 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.036s 2022-08-10 18:25:31,384 177152 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-b8786ec2-435b-4aee-8a91-6c2bc954baaa', 'date': 'Wed, 10 Aug 2022 18:25:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:32,362 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 0.969s 2022-08-10 18:25:32,362 177152 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-1790291482", "network_id": "071832a5-061c-4263-aa60-208738bab4cb", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-245af7b1-df81-4027-8de6-a21fe85e1129', 'date': 'Wed, 10 Aug 2022 18:25:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"11a1a5bc-c1ee-4b93-b68b-3c7999254027","name":"tempest-subnet-smoke-1790291482","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","network_id":"071832a5-061c-4263-aa60-208738bab4cb","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-08-10T18:25:31Z","updated_at":"2022-08-10T18:25:31Z","revision_number":0,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:35,020 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d/add_router_interface 2.657s 2022-08-10 18:25:35,021 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "11a1a5bc-c1ee-4b93-b68b-3c7999254027"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f5b82755-2845-447d-a9d0-7444cdb099b8', 'date': 'Wed, 10 Aug 2022 18:25:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d/add_router_interface'} Body: b'{"id": "1c5e96f0-eaff-403d-8bc3-55045fa2aa0d", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "62aa5d7c-fc10-4733-8f25-12a359ba334d", "network_id": "071832a5-061c-4263-aa60-208738bab4cb", "subnet_id": "11a1a5bc-c1ee-4b93-b68b-3c7999254027", "subnet_ids": ["11a1a5bc-c1ee-4b93-b68b-3c7999254027"]}' 2022-08-10 18:25:35,065 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.039s 2022-08-10 18:25:35,066 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:35 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-b48cc6f2-ec7e-48ed-b324-8419db03c249', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "005d90286d1041f7b3f18f96849ed03e", "name": "tempest-TestNetworkAdvancedServerOps-2111337414-project", "password_expires_at": null}, "audit_ids": ["GKr41ty3RqCDLUgcwo6YhQ"], "expires_at": "2022-08-10T19:25:35.000000Z", "issued_at": "2022-08-10T18:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c05ca5310554ac4a1cf06c8dcaec96c", "name": "tempest-TestNetworkAdvancedServerOps-2111337414"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:25:35,066 177152 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-08-10 18:25:35,469 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.50/compute/v2.1/servers 0.402s 2022-08-10 18:25:35,470 177152 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-1613726364", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "071832a5-061c-4263-aa60-208738bab4cb"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1868642662", "security_groups": [{"name": "tempest-secgroup-smoke-641515717"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25: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-ee925716-f48d-48ff-ad79-654885680102', 'x-compute-request-id': 'req-ee925716-f48d-48ff-ad79-654885680102', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:25:37,104 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d/remove_router_interface 1.633s 2022-08-10 18:25:37,104 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "11a1a5bc-c1ee-4b93-b68b-3c7999254027"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5562cce4-b4f0-452b-b02c-7ba87bfe98dc', 'date': 'Wed, 10 Aug 2022 18:25:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d/remove_router_interface'} Body: b'{"id": "1c5e96f0-eaff-403d-8bc3-55045fa2aa0d", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "62aa5d7c-fc10-4733-8f25-12a359ba334d", "network_id": "071832a5-061c-4263-aa60-208738bab4cb", "subnet_id": "11a1a5bc-c1ee-4b93-b68b-3c7999254027", "subnet_ids": ["11a1a5bc-c1ee-4b93-b68b-3c7999254027"]}' 2022-08-10 18:25:37,563 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/11a1a5bc-c1ee-4b93-b68b-3c7999254027 0.458s 2022-08-10 18:25:37,564 177152 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-1e8b7a2e-8064-47b6-b4f6-ff8460565d65', 'date': 'Wed, 10 Aug 2022 18:25:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/11a1a5bc-c1ee-4b93-b68b-3c7999254027'} Body: b'' 2022-08-10 18:25:38,631 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d 1.066s 2022-08-10 18:25:38,631 177152 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-013e36ac-5bc4-4d7e-b640-67ca336ed65c', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/1c5e96f0-eaff-403d-8bc3-55045fa2aa0d'} Body: b'' 2022-08-10 18:25:39,022 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/071832a5-061c-4263-aa60-208738bab4cb 0.389s 2022-08-10 18:25:39,022 177152 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-91e37542-b3f0-4742-8b0b-ee31621549eb', 'date': 'Wed, 10 Aug 2022 18:25:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/071832a5-061c-4263-aa60-208738bab4cb'} Body: b'' 2022-08-10 18:25:39,266 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/7ffeb35d-a2f3-46e2-9df3-c3f773d01eed 0.243s 2022-08-10 18:25:39,266 177152 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-0e4b56a0-d5f0-4a43-aaac-f248e8e36038', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/7ffeb35d-a2f3-46e2-9df3-c3f773d01eed'} Body: b'' 2022-08-10 18:25:39,374 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1868642662 0.107s 2022-08-10 18:25:39,374 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25: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-b01e27b7-78ee-4d4d-8707-d655031ab5a4', 'x-compute-request-id': 'req-b01e27b7-78ee-4d4d-8707-d655031ab5a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1868642662'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft47.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-08-10 18:25:39,512 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.132s 2022-08-10 18:25:39,512 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-170189210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN2eFM9z6+5c4L04c9/NeZXwhT38yYrSjvOHg5OSt6vBWqG8YPPAeKsr5WSCTeU46BsyVH420BCEinOQYKGtkIOPrU6EW40nxXthz9aDpzxvFN1fLm0xazORhbr2L1E5FQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28be4a49-f2ee-4888-a787-d3902db3debb', 'x-compute-request-id': 'req-28be4a49-f2ee-4888-a787-d3902db3debb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-170189210", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN2eFM9z6+5c4L04c9/NeZXwhT38yYrSjvOHg5OSt6vBWqG8YPPAeKsr5WSCTeU46BsyVH420BCEinOQYKGtkIOPrU6EW40nxXthz9aDpzxvFN1fLm0xazORhbr2L1E5FQ==", "fingerprint": "a0:11:22:12:8d:7e:1a:9d:69:ad:73:2f:26:25:68:38", "user_id": "005d90286d1041f7b3f18f96849ed03e"}}' 2022-08-10 18:25:39,928 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.413s 2022-08-10 18:25:39,929 177152 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-579481041", "description": "tempest-secgroup-smoke-579481041 description", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-3e3626f0-d54e-49d4-bcbf-3d627ea7ae3c', 'date': 'Wed, 10 Aug 2022 18:25:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "name": "tempest-secgroup-smoke-579481041", "stateful": true, "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "description": "tempest-secgroup-smoke-579481041 description", "shared": false, "security_group_rules": [{"id": "3218f2bc-04ac-4d65-a6d6-a7c9abb020ff", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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": 4314, "description": null, "tags": [], "created_at": "2022-08-10T18:25:39Z", "updated_at": "2022-08-10T18:25:39Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}, {"id": "ca6e65e8-9931-4b50-956a-38744a822a82", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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": 4313, "description": null, "tags": [], "created_at": "2022-08-10T18:25:39Z", "updated_at": "2022-08-10T18:25:39Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}], "tags": [], "created_at": "2022-08-10T18:25:39Z", "updated_at": "2022-08-10T18:25:39Z", "revision_number": 1, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:40,323 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.394s 2022-08-10 18:25:40,323 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-b2389db0-4497-4269-9128-e618d4306705', 'date': 'Wed, 10 Aug 2022 18:25:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d0144d0-1cf2-457d-a9a3-e0e084ee44f9", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:40Z", "updated_at": "2022-08-10T18:25:40Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:40,746 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.421s 2022-08-10 18:25:40,746 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "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-55a628d1-3caa-48fb-89d7-498e074671d6', 'date': 'Wed, 10 Aug 2022 18:25:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cace67b-f73d-4f0c-bba6-3408b992208b", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:40Z", "updated_at": "2022-08-10T18:25:40Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:41,117 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.370s 2022-08-10 18:25:41,117 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c3c8422-e616-4f6f-a968-46be7b54be60', 'date': 'Wed, 10 Aug 2022 18:25:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "617dc513-1dbc-48b8-86fd-4c523127e249", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:40Z", "updated_at": "2022-08-10T18:25:40Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:41,511 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.393s 2022-08-10 18:25:41,511 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3a505f0c-2973-4e84-a4db-1948b9fec1cf', 'date': 'Wed, 10 Aug 2022 18:25:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "062af9ec-8441-49e1-b3a7-742dec9aea2c", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:41Z", "updated_at": "2022-08-10T18:25:41Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:41,900 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.388s 2022-08-10 18:25:41,904 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-dd791179-c25c-4058-a2f4-1851a7d1d17f', 'date': 'Wed, 10 Aug 2022 18:25:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9705a69c-0c22-44cd-b18c-ff582b81523b", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:41Z", "updated_at": "2022-08-10T18:25:41Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:42,219 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.314s 2022-08-10 18:25:42,220 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e90035a3-7677-4ba9-a2e7-81c6d97d52ce', 'date': 'Wed, 10 Aug 2022 18:25:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "41aafba0-7c3e-4290-a053-47166d13f8e9", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "security_group_id": "8953ebf1-1fc7-4343-8013-9697de9c0094", "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-08-10T18:25:42Z", "updated_at": "2022-08-10T18:25:42Z", "revision_number": 0, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:42,722 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.501s 2022-08-10 18:25:42,722 177152 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--1944074948", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-fb75d9ea-6979-47ad-8e69-45f7e2418d9b', 'date': 'Wed, 10 Aug 2022 18:25:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"8de86607-1c90-4262-bd82-34c9f6d2ac83","name":"tempest-network-smoke--1944074948","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:25:42Z","updated_at":"2022-08-10T18:25:42Z","revision_number":1}}' 2022-08-10 18:25:44,694 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 1.971s 2022-08-10 18:25:44,694 177152 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-170052779", "admin_state_up": true, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-10a785ef-804e-493f-9f97-1226b497c80a', 'date': 'Wed, 10 Aug 2022 18:25:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "29a17fee-57d9-4515-91bb-9731f59678e7", "name": "tempest-TestNetworkAdvancedServerOps-router-170052779", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.126"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:25:42Z", "updated_at": "2022-08-10T18:25:43Z", "revision_number": 3, "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:44,727 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28 0.032s 2022-08-10 18:25:44,727 177152 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-4c3abaca-00de-4da3-a61f-9ce7327394b0', 'date': 'Wed, 10 Aug 2022 18:25:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=3c05ca5310554ac4a1cf06c8dcaec96c&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:44,827 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.099s 2022-08-10 18:25:44,827 177152 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-16fcc481-0886-4dc1-962c-e0575354fd0e', 'date': 'Wed, 10 Aug 2022 18:25:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:25:44,859 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.031s 2022-08-10 18:25:44,860 177152 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-43af0a62-3398-4ae6-9960-28fc3af67c3b', 'date': 'Wed, 10 Aug 2022 18:25:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:25:45,734 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 0.874s 2022-08-10 18:25:45,735 177152 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-1057494787", "network_id": "8de86607-1c90-4262-bd82-34c9f6d2ac83", "project_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4889315f-dcd9-4de8-a72f-b8aa31f9f657', 'date': 'Wed, 10 Aug 2022 18:25:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ac4dfb86-1738-4e6c-9793-9723d56a963d","name":"tempest-subnet-smoke-1057494787","tenant_id":"3c05ca5310554ac4a1cf06c8dcaec96c","network_id":"8de86607-1c90-4262-bd82-34c9f6d2ac83","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-08-10T18:25:45Z","updated_at":"2022-08-10T18:25:45Z","revision_number":0,"project_id":"3c05ca5310554ac4a1cf06c8dcaec96c"}}' 2022-08-10 18:25:48,496 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7/add_router_interface 2.760s 2022-08-10 18:25:48,496 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ac4dfb86-1738-4e6c-9793-9723d56a963d"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-1ea79a3c-6581-491d-8754-126bb252405f', 'date': 'Wed, 10 Aug 2022 18:25:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7/add_router_interface'} Body: b'{"id": "29a17fee-57d9-4515-91bb-9731f59678e7", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "e8d48868-9dd0-413d-ba4a-9f83f105878c", "network_id": "8de86607-1c90-4262-bd82-34c9f6d2ac83", "subnet_id": "ac4dfb86-1738-4e6c-9793-9723d56a963d", "subnet_ids": ["ac4dfb86-1738-4e6c-9793-9723d56a963d"]}' 2022-08-10 18:25:48,547 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.045s 2022-08-10 18:25:48,547 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ea59238c-d971-482c-b261-f25fc4a137fd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "005d90286d1041f7b3f18f96849ed03e", "name": "tempest-TestNetworkAdvancedServerOps-2111337414-project", "password_expires_at": null}, "audit_ids": ["OraQckezQIeJ3XuUtqF-iQ"], "expires_at": "2022-08-10T19:25:48.000000Z", "issued_at": "2022-08-10T18:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c05ca5310554ac4a1cf06c8dcaec96c", "name": "tempest-TestNetworkAdvancedServerOps-2111337414"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_3c05ca5310554ac4a1cf06c8dcaec96c", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:25:48,548 177152 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-08-10 18:25:48,908 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.50/compute/v2.1/servers 0.359s 2022-08-10 18:25:48,908 177152 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-584517818", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "8de86607-1c90-4262-bd82-34c9f6d2ac83"}], "key_name": "tempest-TestNetworkAdvancedServerOps-170189210", "security_groups": [{"name": "tempest-secgroup-smoke-579481041"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7c08e250-89b7-4942-8166-81e9921e4ad8', 'x-compute-request-id': 'req-7c08e250-89b7-4942-8166-81e9921e4ad8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:25:50,496 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7/remove_router_interface 1.587s 2022-08-10 18:25:50,496 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ac4dfb86-1738-4e6c-9793-9723d56a963d"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e531406b-2943-4c57-a694-1ee2e7540326', 'date': 'Wed, 10 Aug 2022 18:25:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7/remove_router_interface'} Body: b'{"id": "29a17fee-57d9-4515-91bb-9731f59678e7", "tenant_id": "3c05ca5310554ac4a1cf06c8dcaec96c", "port_id": "e8d48868-9dd0-413d-ba4a-9f83f105878c", "network_id": "8de86607-1c90-4262-bd82-34c9f6d2ac83", "subnet_id": "ac4dfb86-1738-4e6c-9793-9723d56a963d", "subnet_ids": ["ac4dfb86-1738-4e6c-9793-9723d56a963d"]}' 2022-08-10 18:25:50,915 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/ac4dfb86-1738-4e6c-9793-9723d56a963d 0.418s 2022-08-10 18:25:50,916 177152 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-a30b2603-0e4f-4a1b-8afd-a3377ccb7ef0', 'date': 'Wed, 10 Aug 2022 18:25:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/ac4dfb86-1738-4e6c-9793-9723d56a963d'} Body: b'' 2022-08-10 18:25:52,323 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7 1.406s 2022-08-10 18:25:52,323 177152 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-68ba5306-ec6a-4740-bb3b-978d554df72a', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/29a17fee-57d9-4515-91bb-9731f59678e7'} Body: b'' 2022-08-10 18:25:52,758 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/8de86607-1c90-4262-bd82-34c9f6d2ac83 0.434s 2022-08-10 18:25:52,759 177152 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-0549e107-927b-452d-aa70-5906b6d5ff66', 'date': 'Wed, 10 Aug 2022 18:25:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/8de86607-1c90-4262-bd82-34c9f6d2ac83'} Body: b'' 2022-08-10 18:25:52,986 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/8953ebf1-1fc7-4343-8013-9697de9c0094 0.226s 2022-08-10 18:25:52,986 177152 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-8a7f8559-6ad5-41c9-927c-7a723a1d8a97', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:25:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/8953ebf1-1fc7-4343-8013-9697de9c0094'} Body: b'' 2022-08-10 18:25:53,100 177152 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-170189210 0.113s 2022-08-10 18:25:53,100 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4f83266-d447-46de-9e7a-ffaf3ab7723e', 'x-compute-request-id': 'req-d4f83266-d447-46de-9e7a-ffaf3ab7723e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-170189210'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft48.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-08-10 18:13:44,623 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 1.620s 2022-08-10 18:13:44,624 130386 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--1478694892", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-539c2074-09bf-4295-a2e8-1955b5fe1184', 'date': 'Wed, 10 Aug 2022 18:13:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e375c94c-0778-4f97-9c8d-4237faec7f6f","name":"tempest-network-smoke--1478694892","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:13:43Z","updated_at":"2022-08-10T18:13:44Z","revision_number":1}}' 2022-08-10 18:13:48,656 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 4.031s 2022-08-10 18:13:48,661 130386 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-1978108755", "admin_state_up": true, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '688', 'x-openstack-request-id': 'req-6a4c6285-eb79-4e70-8944-acb5b4756a55', 'date': 'Wed, 10 Aug 2022 18:13:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "a0b06130-eb0f-4f71-96c1-20f7995740df", "name": "tempest-TestNetworkBasicOps-router-1978108755", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.201"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:13:44Z", "updated_at": "2022-08-10T18:13:47Z", "revision_number": 3, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:13:48,918 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=1696e6ac46a44a5eb47eb2e91a852b88&cidr=172.20.0.0%2F28 0.256s 2022-08-10 18:13:48,918 130386 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-b7a347da-50d0-43d3-bcec-082ee75c83cf', 'date': 'Wed, 10 Aug 2022 18:13:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=1696e6ac46a44a5eb47eb2e91a852b88&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:13:49,209 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.291s 2022-08-10 18:13:49,210 130386 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-ec733d6c-a08a-4539-9d72-84e957904405', 'date': 'Wed, 10 Aug 2022 18:13:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:13:49,271 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.060s 2022-08-10 18:13:49,271 130386 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-4183e5db-0184-47e8-be6a-93e301aa1f7a', 'date': 'Wed, 10 Aug 2022 18:13:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:13:51,883 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.611s 2022-08-10 18:13:51,887 130386 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-159585619", "network_id": "e375c94c-0778-4f97-9c8d-4237faec7f6f", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-2678fde5-4e97-4a34-95ed-d4be52d76f4f', 'date': 'Wed, 10 Aug 2022 18:13:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719","name":"tempest-subnet-smoke-159585619","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","network_id":"e375c94c-0778-4f97-9c8d-4237faec7f6f","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-08-10T18:13:49Z","updated_at":"2022-08-10T18:13:49Z","revision_number":0,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:13:59,560 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df/add_router_interface 7.672s 2022-08-10 18:13:59,560 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-659455f7-381d-465c-827b-db6653589114', 'date': 'Wed, 10 Aug 2022 18:13:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df/add_router_interface'} Body: b'{"id": "a0b06130-eb0f-4f71-96c1-20f7995740df", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_id": "3e500dd6-f3f0-4546-95b6-a361f7332cbe", "network_id": "e375c94c-0778-4f97-9c8d-4237faec7f6f", "subnet_id": "06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719", "subnet_ids": ["06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719"]}' 2022-08-10 18:14:00,302 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/networks 0.741s 2022-08-10 18:14:00,303 130386 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': '4786', 'x-openstack-request-id': 'req-ec729776-14a8-49fd-8d2d-3d2aacdc5195', 'date': 'Wed, 10 Aug 2022 18:14:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"19c5089f-72aa-4065-9c7d-7f4d88c1967d","name":"tempest-VolumesSnapshotTestJSON-558792035-network","tenant_id":"16fe972d5ea2467b8b21230df70bb5d1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["5b68aa5b-0706-465f-9630-08ac6829a76c"],"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-08-10T18:10:53Z","updated_at":"2022-08-10T18:10:55Z","revision_number":2,"project_id":"16fe972d5ea2467b8b21230df70bb5d1","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":613},{"id":"47c1cf3d-cb98-4cb9-8f8f-1130356e6fe2","name":"private","tenant_id":"168956d3ef4f40fc822055f88f63abcf","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["8f8ade93-daf3-4f3c-9409-eba3ae2254fb"],"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-08-10T17:38:42Z","updated_at":"2022-08-10T17:40:51Z","revision_number":3,"project_id":"168956d3ef4f40fc822055f88f63abcf","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":612},{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"8dd86eb8-16f4-44c3-ab47-05409b323571","name":"tempest-TestServerMultinode-774647408-network","tenant_id":"b8e46655e53c408c8005ec3e503c288d","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["8a2b7ebd-8674-4abf-8e25-6c8d49ca3131"],"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-08-10T18:13:38Z","updated_at":"2022-08-10T18:13:39Z","revision_number":2,"project_id":"b8e46655e53c408c8005ec3e503c288d","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":631},{"id":"cd9b48d8-a63b-4ec2-b79c-7dfa760d24b1","name":"tempest-TestServerMultinode-541657823-network","tenant_id":"c0fa969e39c14968b1b2c0a313dea327","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["d727081e-2bac-4237-a846-a0f40eaf6c3f"],"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-08-10T18:13:26Z","updated_at":"2022-08-10T18:13:27Z","revision_number":2,"project_id":"c0fa969e39c14968b1b2c0a313dea327","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":618},{"id":"d00ff7d2-d7bc-47de-8225-f0ab1f312c89","name":"shared","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["29b2d3fa-3b47-45bf-ba44-040db34e8da7"],"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-08-10T17:41:47Z","updated_at":"2022-08-10T17:41:50Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id" 2022-08-10 18:14:00,512 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets 0.208s 2022-08-10 18:14:00,512 130386 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': '4445', 'x-openstack-request-id': 'req-1e82b2e6-4a6b-49da-a5c1-6fdc45b66e01', 'date': 'Wed, 10 Aug 2022 18:14:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719","name":"tempest-subnet-smoke-159585619","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","network_id":"e375c94c-0778-4f97-9c8d-4237faec7f6f","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-08-10T18:13:49Z","updated_at":"2022-08-10T18:13:49Z","revision_number":0,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88"},{"id":"29b2d3fa-3b47-45bf-ba44-040db34e8da7","name":"shared-subnet","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","network_id":"d00ff7d2-d7bc-47de-8225-f0ab1f312c89","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-08-10T17:41:50Z","updated_at":"2022-08-10T17:41:50Z","revision_number":0,"project_id":"de82af5b02764b529d7ffc4d95b6343f"},{"id":"5b68aa5b-0706-465f-9630-08ac6829a76c","name":"tempest-VolumesSnapshotTestJSON-558792035-subnet","tenant_id":"16fe972d5ea2467b8b21230df70bb5d1","network_id":"19c5089f-72aa-4065-9c7d-7f4d88c1967d","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-10T18:10:55Z","updated_at":"2022-08-10T18:10:55Z","revision_number":0,"project_id":"16fe972d5ea2467b8b21230df70bb5d1"},{"id":"8a2b7ebd-8674-4abf-8e25-6c8d49ca3131","name":"tempest-TestServerMultinode-774647408-subnet","tenant_id":"b8e46655e53c408c8005ec3e503c288d","network_id":"8dd86eb8-16f4-44c3-ab47-05409b323571","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-08-10T18:13:39Z","updated_at":"2022-08-10T18:13:39Z","revision_number":0,"project_id":"b8e46655e53c408c8005ec3e503c288d"},{"id":"8f8ade93-daf3-4f3c-9409-eba3ae2254fb","name":"private-subnet","tenant_id":"168956d3ef4f40fc822055f88f63abcf","network_id":"47c1cf3d-cb98-4cb9-8f8f-1130356e6fe2","ip_version":4,"subnetpool_id":"745e9137-0bec-4b06-a613-97d456a24b16","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-08-10T17:38:46Z","updated_at":"2022-08-10T17:40:51Z","revision_number":1,"project_id":"168956d3ef4f40fc822055f88f63abcf"},{"id":"d727081e-2bac-4237-a846-a0f40eaf6c3f","name":"tempest-TestServerMultinode-541657823-subnet","tenant_id":"c0fa969e39c14968b1b2c0a313dea327","network_id":"cd9b48d8-a63b-4ec2-b79c-7dfa760d24b1","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-08-10T18:13:27Z","updated_at":"2022-08-10T18:13:27Z","revision_number":0,"project_id":"c0fa969e39c14968b1b2c0a313dea327"},{"id":"e95890aa-960e-40df-8030-f7f45b337a5b","name":"public-subnet","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","network_id":"89be6307-995c-4b16-9984-a3b121aa2815","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_ 2022-08-10 18:14:01,281 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.50:9696/networking/v2.0/routers 0.768s 2022-08-10 18:14:01,282 130386 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': '2131', 'x-openstack-request-id': 'req-2e680aad-c1ef-4e01-8f74-eac3cb01129d', 'date': 'Wed, 10 Aug 2022 18:14:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "3605b4b9-54b8-409e-b966-a8db71dfa80a", "name": "router1", "tenant_id": "168956d3ef4f40fc822055f88f63abcf", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.138"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T17:38:55Z", "updated_at": "2022-08-10T17:39:14Z", "revision_number": 4, "project_id": "168956d3ef4f40fc822055f88f63abcf"}, {"id": "39c7d588-972c-4865-b40d-1020f1943fc7", "name": "tempest-TestServerMultinode-774647408-router", "tenant_id": "b8e46655e53c408c8005ec3e503c288d", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.106"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:13:41Z", "updated_at": "2022-08-10T18:13:47Z", "revision_number": 4, "project_id": "b8e46655e53c408c8005ec3e503c288d"}, {"id": "a0b06130-eb0f-4f71-96c1-20f7995740df", "name": "tempest-TestNetworkBasicOps-router-1978108755", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.201"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:13:44Z", "updated_at": "2022-08-10T18:13:56Z", "revision_number": 4, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}]}' 2022-08-10 18:14:01,583 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.297s 2022-08-10 18:14:01,583 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1159850951", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODxs9BcPGzU2LwNr1lFNK+T8Lg8/MHLHar7T4BeDh9pXsULXfvTqaoNf7PT/gfSeEpmveltaVv8E6McKwVatXTNLzhiBHddS7yNEaL+2uqITzUTy22BcKDh+rgrF2zE1g=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:01 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-4448df59-1471-4c3c-9d29-758b537a10ba', 'x-compute-request-id': 'req-4448df59-1471-4c3c-9d29-758b537a10ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1159850951", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODxs9BcPGzU2LwNr1lFNK+T8Lg8/MHLHar7T4BeDh9pXsULXfvTqaoNf7PT/gfSeEpmveltaVv8E6McKwVatXTNLzhiBHddS7yNEaL+2uqITzUTy22BcKDh+rgrF2zE1g==", "fingerprint": "65:fc:96:8d:83:08:45:13:72:be:31:85:f3:2f:44:f0", "user_id": "b00e6e3170564fad826409314067a8d5"}}' 2022-08-10 18:14:02,198 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.612s 2022-08-10 18:14:02,199 130386 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-11224775", "description": "tempest-secgroup-smoke-11224775 description", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-aa25b54f-bc9c-40b5-9c9e-2bf1baf03755', 'date': 'Wed, 10 Aug 2022 18:14:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "name": "tempest-secgroup-smoke-11224775", "stateful": true, "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "description": "tempest-secgroup-smoke-11224775 description", "shared": false, "security_group_rules": [{"id": "86117ecb-fd69-4f60-9114-9af7f54da237", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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": 3829, "description": null, "tags": [], "created_at": "2022-08-10T18:14:01Z", "updated_at": "2022-08-10T18:14:01Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}, {"id": "ed79c337-c138-45c0-b32f-7dde0092223e", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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": 3830, "description": null, "tags": [], "created_at": "2022-08-10T18:14:01Z", "updated_at": "2022-08-10T18:14:01Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}], "tags": [], "created_at": "2022-08-10T18:14:01Z", "updated_at": "2022-08-10T18:14:01Z", "revision_number": 1, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:03,197 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.998s 2022-08-10 18:14:03,198 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "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-5c0d77cc-f284-48e6-b205-c99badb7f336', 'date': 'Wed, 10 Aug 2022 18:14:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47a20489-5c92-4e55-baec-92a87bc77194", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:02Z", "updated_at": "2022-08-10T18:14:02Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:04,092 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.894s 2022-08-10 18:14:04,093 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "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-13aa15b0-b272-463a-a017-98e10dd70c6e', 'date': 'Wed, 10 Aug 2022 18:14:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "654b0b1d-322b-4e4a-a101-d47c7e43d802", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:03Z", "updated_at": "2022-08-10T18:14:03Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:05,058 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.964s 2022-08-10 18:14:05,058 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8be46a09-2ccf-43b6-a311-add315e9d002', 'date': 'Wed, 10 Aug 2022 18:14:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d1151cf-7f02-4c94-99d3-9cf09ed78a28", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:04Z", "updated_at": "2022-08-10T18:14:04Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:05,869 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.810s 2022-08-10 18:14:05,869 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-01165d50-c7c9-4470-844e-ed43323ca4ab', 'date': 'Wed, 10 Aug 2022 18:14:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9391596-f9ec-4cb9-b721-abda757def75", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:05Z", "updated_at": "2022-08-10T18:14:05Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:07,101 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 1.231s 2022-08-10 18:14:07,101 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1bc3005b-e75d-4f76-be2a-fcfb12db960e', 'date': 'Wed, 10 Aug 2022 18:14:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "74d2111b-6a18-400b-93d1-f9e51874a4d3", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:06Z", "updated_at": "2022-08-10T18:14:06Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:07,941 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.839s 2022-08-10 18:14:07,941 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-94afe2d4-4e31-4313-aa3f-46c2c2264f68', 'date': 'Wed, 10 Aug 2022 18:14:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be04c157-fd8c-46ac-ae98-9dffcb6cb5f6", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "a1f7ce4c-0f19-4189-9e0d-c182b7dd733a", "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-08-10T18:14:07Z", "updated_at": "2022-08-10T18:14:07Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:08,200 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.252s 2022-08-10 18:14:08,201 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:07 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-63d5686e-02c7-419f-89e0-e1bc1f8c0471', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b00e6e3170564fad826409314067a8d5", "name": "tempest-TestNetworkBasicOps-740532818-project", "password_expires_at": null}, "audit_ids": ["0zbokfIoRnO1-B6O0ZrtJA"], "expires_at": "2022-08-10T19:14:07.000000Z", "issued_at": "2022-08-10T18:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696e6ac46a44a5eb47eb2e91a852b88", "name": "tempest-TestNetworkBasicOps-740532818"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:14:08,201 130386 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-08-10 18:14:08,823 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.50/compute/v2.1/servers 0.621s 2022-08-10 18:14:08,824 130386 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-320526564", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "e375c94c-0778-4f97-9c8d-4237faec7f6f"}], "key_name": "tempest-TestNetworkBasicOps-1159850951", "security_groups": [{"name": "tempest-secgroup-smoke-11224775"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14: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-9141285c-b41d-417f-946d-142d90712d79', 'x-compute-request-id': 'req-9141285c-b41d-417f-946d-142d90712d79', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:14:09,387 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/a1f7ce4c-0f19-4189-9e0d-c182b7dd733a 0.550s 2022-08-10 18:14:09,388 130386 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-db9fce45-f2e3-4daf-aebc-ae7c4c12961c', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:14:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/a1f7ce4c-0f19-4189-9e0d-c182b7dd733a'} Body: b'' 2022-08-10 18:14:09,619 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1159850951 0.230s 2022-08-10 18:14:09,619 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79d35537-075c-4769-838a-7951b2ed1f36', 'x-compute-request-id': 'req-79d35537-075c-4769-838a-7951b2ed1f36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1159850951'} Body: b'' 2022-08-10 18:14:13,225 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df/remove_router_interface 3.605s 2022-08-10 18:14:13,226 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-010e6dfd-c508-48fc-895f-ac70bae8614a', 'date': 'Wed, 10 Aug 2022 18:14:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df/remove_router_interface'} Body: b'{"id": "a0b06130-eb0f-4f71-96c1-20f7995740df", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_id": "3e500dd6-f3f0-4546-95b6-a361f7332cbe", "network_id": "e375c94c-0778-4f97-9c8d-4237faec7f6f", "subnet_id": "06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719", "subnet_ids": ["06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719"]}' 2022-08-10 18:14:14,023 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719 0.796s 2022-08-10 18:14:14,023 130386 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-b9c9e265-9f94-4554-9f0d-523d861ff424', 'date': 'Wed, 10 Aug 2022 18:14:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/06b8dcf0-d0a1-449d-9aa3-0a4bf2bdf719'} Body: b'' 2022-08-10 18:14:16,705 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df 2.681s 2022-08-10 18:14:16,705 130386 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-9454ed06-ccc5-488a-aed9-b86b223fe9e2', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:14:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/a0b06130-eb0f-4f71-96c1-20f7995740df'} Body: b'' 2022-08-10 18:14:17,442 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/e375c94c-0778-4f97-9c8d-4237faec7f6f 0.736s 2022-08-10 18:14:17,442 130386 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-f72c2628-477b-462f-bd58-70cf353cd403', 'date': 'Wed, 10 Aug 2022 18:14:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/e375c94c-0778-4f97-9c8d-4237faec7f6f'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt48.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
ft48.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-08-10 18:14:18,235 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.785s 2022-08-10 18:14:18,235 130386 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--1701282456", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-83f012cb-abf1-4a81-9d52-675d51f22690', 'date': 'Wed, 10 Aug 2022 18:14:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"db7bea04-cff4-4048-a0b8-a5acedff0941","name":"tempest-network-smoke--1701282456","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:14:17Z","updated_at":"2022-08-10T18:14:17Z","revision_number":1}}' 2022-08-10 18:14:21,477 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 3.241s 2022-08-10 18:14:21,477 130386 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-532200481", "admin_state_up": true, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-bbb757af-86dd-404d-b57d-6144cca4ab12', 'date': 'Wed, 10 Aug 2022 18:14:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "56c72591-b054-486f-bb9c-dee8958ede47", "name": "tempest-TestNetworkBasicOps-router-532200481", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.248"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:14:18Z", "updated_at": "2022-08-10T18:14:20Z", "revision_number": 3, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:21,567 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=1696e6ac46a44a5eb47eb2e91a852b88&cidr=172.20.0.0%2F28 0.089s 2022-08-10 18:14:21,568 130386 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-ff919071-8bac-4bfd-9395-790acf0327cf', 'date': 'Wed, 10 Aug 2022 18:14:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=1696e6ac46a44a5eb47eb2e91a852b88&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:14:21,739 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.170s 2022-08-10 18:14:21,739 130386 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-8eb47098-b378-4b8f-8303-87ada451228a', 'date': 'Wed, 10 Aug 2022 18:14:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:14:21,775 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.035s 2022-08-10 18:14:21,775 130386 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-1444384e-6c7f-4f47-a33d-64a1f164c5da', 'date': 'Wed, 10 Aug 2022 18:14:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:14:23,143 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 1.367s 2022-08-10 18:14:23,143 130386 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-1897015312", "network_id": "db7bea04-cff4-4048-a0b8-a5acedff0941", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-94e690b5-d75a-4ff8-bf8f-a51a2f010ca1', 'date': 'Wed, 10 Aug 2022 18:14:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"b1e9ffe9-a1a1-4271-97dd-c642c229b239","name":"tempest-subnet-smoke-1897015312","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","network_id":"db7bea04-cff4-4048-a0b8-a5acedff0941","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-08-10T18:14:22Z","updated_at":"2022-08-10T18:14:22Z","revision_number":0,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:28,438 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47/add_router_interface 5.294s 2022-08-10 18:14:28,439 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b1e9ffe9-a1a1-4271-97dd-c642c229b239"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8e1acead-a1bb-4f00-ad00-bb0303b63dae', 'date': 'Wed, 10 Aug 2022 18:14:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47/add_router_interface'} Body: b'{"id": "56c72591-b054-486f-bb9c-dee8958ede47", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_id": "75e80a56-a835-46be-8486-caeff7664cef", "network_id": "db7bea04-cff4-4048-a0b8-a5acedff0941", "subnet_id": "b1e9ffe9-a1a1-4271-97dd-c642c229b239", "subnet_ids": ["b1e9ffe9-a1a1-4271-97dd-c642c229b239"]}' 2022-08-10 18:14:29,204 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/networks 0.764s 2022-08-10 18:14:29,204 130386 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': '3392', 'x-openstack-request-id': 'req-710fce2a-f87c-444e-8637-cd61c3951baa', 'date': 'Wed, 10 Aug 2022 18:14:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"19c5089f-72aa-4065-9c7d-7f4d88c1967d","name":"tempest-VolumesSnapshotTestJSON-558792035-network","tenant_id":"16fe972d5ea2467b8b21230df70bb5d1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["5b68aa5b-0706-465f-9630-08ac6829a76c"],"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-08-10T18:10:53Z","updated_at":"2022-08-10T18:10:55Z","revision_number":2,"project_id":"16fe972d5ea2467b8b21230df70bb5d1","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":613},{"id":"47c1cf3d-cb98-4cb9-8f8f-1130356e6fe2","name":"private","tenant_id":"168956d3ef4f40fc822055f88f63abcf","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["8f8ade93-daf3-4f3c-9409-eba3ae2254fb"],"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-08-10T17:38:42Z","updated_at":"2022-08-10T17:40:51Z","revision_number":3,"project_id":"168956d3ef4f40fc822055f88f63abcf","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":612},{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"d00ff7d2-d7bc-47de-8225-f0ab1f312c89","name":"shared","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["29b2d3fa-3b47-45bf-ba44-040db34e8da7"],"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-08-10T17:41:47Z","updated_at":"2022-08-10T17:41:50Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":646},{"id":"db7bea04-cff4-4048-a0b8-a5acedff0941","name":"tempest-network-smoke--1701282456","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["b1e9ffe9-a1a1-4271-97dd-c642c229b239"],"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-08-10T18:14:17Z","updated_at":"2022-08-10T18:14:22Z","revision_number":2,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":608}]}' 2022-08-10 18:14:29,362 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets 0.157s 2022-08-10 18:14:29,362 130386 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': '3174', 'x-openstack-request-id': 'req-302306b9-36e8-471d-919f-72e25e98aa5a', 'date': 'Wed, 10 Aug 2022 18:14:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"29b2d3fa-3b47-45bf-ba44-040db34e8da7","name":"shared-subnet","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","network_id":"d00ff7d2-d7bc-47de-8225-f0ab1f312c89","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-08-10T17:41:50Z","updated_at":"2022-08-10T17:41:50Z","revision_number":0,"project_id":"de82af5b02764b529d7ffc4d95b6343f"},{"id":"5b68aa5b-0706-465f-9630-08ac6829a76c","name":"tempest-VolumesSnapshotTestJSON-558792035-subnet","tenant_id":"16fe972d5ea2467b8b21230df70bb5d1","network_id":"19c5089f-72aa-4065-9c7d-7f4d88c1967d","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.20.0.1","cidr":"172.20.0.0/28","allocation_pools":[{"start":"172.20.0.2","end":"172.20.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-10T18:10:55Z","updated_at":"2022-08-10T18:10:55Z","revision_number":0,"project_id":"16fe972d5ea2467b8b21230df70bb5d1"},{"id":"8f8ade93-daf3-4f3c-9409-eba3ae2254fb","name":"private-subnet","tenant_id":"168956d3ef4f40fc822055f88f63abcf","network_id":"47c1cf3d-cb98-4cb9-8f8f-1130356e6fe2","ip_version":4,"subnetpool_id":"745e9137-0bec-4b06-a613-97d456a24b16","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-08-10T17:38:46Z","updated_at":"2022-08-10T17:40:51Z","revision_number":1,"project_id":"168956d3ef4f40fc822055f88f63abcf"},{"id":"b1e9ffe9-a1a1-4271-97dd-c642c229b239","name":"tempest-subnet-smoke-1897015312","tenant_id":"1696e6ac46a44a5eb47eb2e91a852b88","network_id":"db7bea04-cff4-4048-a0b8-a5acedff0941","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-08-10T18:14:22Z","updated_at":"2022-08-10T18:14:22Z","revision_number":0,"project_id":"1696e6ac46a44a5eb47eb2e91a852b88"},{"id":"e95890aa-960e-40df-8030-f7f45b337a5b","name":"public-subnet","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","network_id":"89be6307-995c-4b16-9984-a3b121aa2815","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.1.1","cidr":"172.25.1.0/24","allocation_pools":[{"start":"172.25.1.2","end":"172.25.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-10T17:39:09Z","updated_at":"2022-08-10T17:39:09Z","revision_number":0,"project_id":"de82af5b02764b529d7ffc4d95b6343f"}]}' 2022-08-10 18:14:29,639 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.50:9696/networking/v2.0/routers 0.276s 2022-08-10 18:14:29,640 130386 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': '1412', 'x-openstack-request-id': 'req-d91373d0-e080-4d10-9f9a-f2e68b01c6c5', 'date': 'Wed, 10 Aug 2022 18:14:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "3605b4b9-54b8-409e-b966-a8db71dfa80a", "name": "router1", "tenant_id": "168956d3ef4f40fc822055f88f63abcf", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.138"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T17:38:55Z", "updated_at": "2022-08-10T17:39:14Z", "revision_number": 4, "project_id": "168956d3ef4f40fc822055f88f63abcf"}, {"id": "56c72591-b054-486f-bb9c-dee8958ede47", "name": "tempest-TestNetworkBasicOps-router-532200481", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.248"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:14:18Z", "updated_at": "2022-08-10T18:14:26Z", "revision_number": 4, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}]}' 2022-08-10 18:14:29,975 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.332s 2022-08-10 18:14:29,975 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1855392684", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/YuK6eatfxtlvhi+O6818jV5TCknZ43wW8LmfD7H+kkYqUJbiz5nPPFkLVzmw6rVVzfvKQz7aU5i3N5zRSruoKATKWPDN92OcEhURDu3vHULsc1M4cb9ZoabOtyWeTtw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:29 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-a4721303-9c05-4fcb-8570-8202aec5574d', 'x-compute-request-id': 'req-a4721303-9c05-4fcb-8570-8202aec5574d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1855392684", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/YuK6eatfxtlvhi+O6818jV5TCknZ43wW8LmfD7H+kkYqUJbiz5nPPFkLVzmw6rVVzfvKQz7aU5i3N5zRSruoKATKWPDN92OcEhURDu3vHULsc1M4cb9ZoabOtyWeTtw==", "fingerprint": "01:cf:ce:6d:46:fe:c2:21:13:4f:22:a2:51:c2:7d:a1", "user_id": "b00e6e3170564fad826409314067a8d5"}}' 2022-08-10 18:14:30,743 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.764s 2022-08-10 18:14:30,744 130386 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-962571008", "description": "tempest-secgroup-smoke-962571008 description", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6cf0c831-bd76-40b6-96ea-1f75b1b1c43c', 'date': 'Wed, 10 Aug 2022 18:14:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "name": "tempest-secgroup-smoke-962571008", "stateful": true, "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "description": "tempest-secgroup-smoke-962571008 description", "shared": false, "security_group_rules": [{"id": "10d1e5f3-03f0-4f08-9b87-64a9c29fc573", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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": 3856, "description": null, "tags": [], "created_at": "2022-08-10T18:14:30Z", "updated_at": "2022-08-10T18:14:30Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}, {"id": "fb024a44-d52c-489b-a037-09e25288c95f", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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": 3855, "description": null, "tags": [], "created_at": "2022-08-10T18:14:30Z", "updated_at": "2022-08-10T18:14:30Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}], "tags": [], "created_at": "2022-08-10T18:14:30Z", "updated_at": "2022-08-10T18:14:30Z", "revision_number": 1, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:31,694 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.949s 2022-08-10 18:14:31,694 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "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-45a91577-c689-403a-a18e-977f0b921528', 'date': 'Wed, 10 Aug 2022 18:14:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "350cd34d-bf89-4cea-9aa7-3b43df0c488a", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:31Z", "updated_at": "2022-08-10T18:14:31Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:32,480 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.785s 2022-08-10 18:14:32,480 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "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-d0285fa3-d23f-41d7-a59d-0df2d3c4b471', 'date': 'Wed, 10 Aug 2022 18:14:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75d4bfba-bca4-4408-b24c-06b3bf569a4a", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:31Z", "updated_at": "2022-08-10T18:14:31Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:33,343 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.861s 2022-08-10 18:14:33,343 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-38008d75-ac32-4eaf-80cb-22e0215daa3e', 'date': 'Wed, 10 Aug 2022 18:14:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9887f3ec-2132-45e8-be11-43f4c81d38be", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:32Z", "updated_at": "2022-08-10T18:14:32Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:34,095 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.751s 2022-08-10 18:14:34,095 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-74f2785a-c9e7-493a-a697-611a7eef8cbc', 'date': 'Wed, 10 Aug 2022 18:14:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "834c055c-5af6-4d68-add2-021682fe72eb", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:33Z", "updated_at": "2022-08-10T18:14:33Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:34,953 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.857s 2022-08-10 18:14:34,953 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf0c9956-9830-43d9-b463-17e1b9a1d5a5', 'date': 'Wed, 10 Aug 2022 18:14:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7854e86-9393-4315-86f0-a3979db86487", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:34Z", "updated_at": "2022-08-10T18:14:34Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:35,498 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.544s 2022-08-10 18:14:35,498 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "project_id": "1696e6ac46a44a5eb47eb2e91a852b88", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d63eed84-808a-4d07-9af7-50cc59e2abb6', 'date': 'Wed, 10 Aug 2022 18:14:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e8bc89a2-27fd-422e-9ead-1cd2ce2bd196", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "security_group_id": "7dc1a14a-3d70-42c1-baa7-718d84c00eff", "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-08-10T18:14:35Z", "updated_at": "2022-08-10T18:14:35Z", "revision_number": 0, "project_id": "1696e6ac46a44a5eb47eb2e91a852b88"}}' 2022-08-10 18:14:35,703 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.199s 2022-08-10 18:14:35,704 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:35 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-157abb1d-8896-4dc7-b800-e0d6b463e028', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b00e6e3170564fad826409314067a8d5", "name": "tempest-TestNetworkBasicOps-740532818-project", "password_expires_at": null}, "audit_ids": ["CqpCOpvSSaS7JaljT89bWQ"], "expires_at": "2022-08-10T19:14:35.000000Z", "issued_at": "2022-08-10T18:14:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696e6ac46a44a5eb47eb2e91a852b88", "name": "tempest-TestNetworkBasicOps-740532818"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_1696e6ac46a44a5eb47eb2e91a852b88", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:14:35,704 130386 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-08-10 18:14:36,191 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.50/compute/v2.1/servers 0.486s 2022-08-10 18:14:36,191 130386 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-656244382", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "db7bea04-cff4-4048-a0b8-a5acedff0941"}], "key_name": "tempest-TestNetworkBasicOps-1855392684", "security_groups": [{"name": "tempest-secgroup-smoke-962571008"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14: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-663d68f8-6767-4de6-95f4-3be230fb756a', 'x-compute-request-id': 'req-663d68f8-6767-4de6-95f4-3be230fb756a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:14:36,610 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/7dc1a14a-3d70-42c1-baa7-718d84c00eff 0.418s 2022-08-10 18:14:36,611 130386 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-3044a434-f306-4223-8d17-d35e10abb970', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:14:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/7dc1a14a-3d70-42c1-baa7-718d84c00eff'} Body: b'' 2022-08-10 18:14:36,818 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1855392684 0.207s 2022-08-10 18:14:36,818 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd34477-f842-4fe6-a99b-556b4612855d', 'x-compute-request-id': 'req-fdd34477-f842-4fe6-a99b-556b4612855d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1855392684'} Body: b'' 2022-08-10 18:14:38,990 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47/remove_router_interface 2.170s 2022-08-10 18:14:38,990 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "b1e9ffe9-a1a1-4271-97dd-c642c229b239"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0e1d232e-8021-40db-bf46-5376bbdae9a2', 'date': 'Wed, 10 Aug 2022 18:14:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47/remove_router_interface'} Body: b'{"id": "56c72591-b054-486f-bb9c-dee8958ede47", "tenant_id": "1696e6ac46a44a5eb47eb2e91a852b88", "port_id": "75e80a56-a835-46be-8486-caeff7664cef", "network_id": "db7bea04-cff4-4048-a0b8-a5acedff0941", "subnet_id": "b1e9ffe9-a1a1-4271-97dd-c642c229b239", "subnet_ids": ["b1e9ffe9-a1a1-4271-97dd-c642c229b239"]}' 2022-08-10 18:14:39,903 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/b1e9ffe9-a1a1-4271-97dd-c642c229b239 0.912s 2022-08-10 18:14:39,903 130386 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-81e2ac37-9869-493b-86aa-73673ec0bbc9', 'date': 'Wed, 10 Aug 2022 18:14:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/b1e9ffe9-a1a1-4271-97dd-c642c229b239'} Body: b'' 2022-08-10 18:14:41,889 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47 1.986s 2022-08-10 18:14:41,889 130386 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-2232b35f-5894-483e-b672-dec035d27969', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:14:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/56c72591-b054-486f-bb9c-dee8958ede47'} Body: b'' 2022-08-10 18:14:42,879 130386 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/db7bea04-cff4-4048-a0b8-a5acedff0941 0.989s 2022-08-10 18:14:42,879 130386 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-9cdeefaf-3739-4d6d-adb2-550110560fab', 'date': 'Wed, 10 Aug 2022 18:14:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/db7bea04-cff4-4048-a0b8-a5acedff0941'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt48.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
ft49.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-08-10 18:15:42,082 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.576s 2022-08-10 18:15:42,082 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-223469413", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI2WvK/GZhLDMGEPOiXs5y4IOuBeq2wCJcCz+h94KY14tK6gGdjY0nwlABGptruROKysCSVdiCrB0VWpt02gEyIMT2xFr+mJP15/wwbbZKMJmc9wWCR0xABIEC3Vjgb5hw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:41 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-c1d1a919-44c9-4527-a32e-bf09b8f9eade', 'x-compute-request-id': 'req-c1d1a919-44c9-4527-a32e-bf09b8f9eade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-223469413", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI2WvK/GZhLDMGEPOiXs5y4IOuBeq2wCJcCz+h94KY14tK6gGdjY0nwlABGptruROKysCSVdiCrB0VWpt02gEyIMT2xFr+mJP15/wwbbZKMJmc9wWCR0xABIEC3Vjgb5hw==", "fingerprint": "6e:59:27:ee:3d:97:e8:a7:c8:7b:d5:4f:da:fc:68:8b", "user_id": "5442cc11419141aa8df4df5dc25d941e"}}' 2022-08-10 18:15:43,067 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/networks 0.975s 2022-08-10 18:15:43,067 130379 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--1445181502", "project_id": "e0c9952567844c75b7652c5ff72c174b", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '551', 'x-openstack-request-id': 'req-d3a07222-2247-46d5-8a50-3f79933291d1', 'date': 'Wed, 10 Aug 2022 18:15:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9d513d83-2933-403d-8a90-ce949b2dfd74","name":"tempest-network-smoke--1445181502","tenant_id":"e0c9952567844c75b7652c5ff72c174b","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e0c9952567844c75b7652c5ff72c174b","port_security_enabled":true,"router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-10T18:15:42Z","updated_at":"2022-08-10T18:15:42Z","revision_number":1}}' 2022-08-10 18:15:47,762 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/routers 4.694s 2022-08-10 18:15:47,762 130379 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-1825413600", "admin_state_up": true, "project_id": "e0c9952567844c75b7652c5ff72c174b", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '694', 'x-openstack-request-id': 'req-6e7f0b9f-9c72-43b6-b1f7-995b7c24a30d', 'date': 'Wed, 10 Aug 2022 18:15:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "fec4232d-abe8-4497-a667-8298fd687759", "name": "tempest-TestSecurityGroupsBasicOps-router-1825413600", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "89be6307-995c-4b16-9984-a3b121aa2815", "external_fixed_ips": [{"subnet_id": "e95890aa-960e-40df-8030-f7f45b337a5b", "ip_address": "172.25.1.76"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-10T18:15:43Z", "updated_at": "2022-08-10T18:15:45Z", "revision_number": 3, "project_id": "e0c9952567844c75b7652c5ff72c174b"}}' 2022-08-10 18:15:48,430 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?project_id=e0c9952567844c75b7652c5ff72c174b&cidr=172.20.0.0%2F28 0.667s 2022-08-10 18:15:48,430 130379 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-94defc82-9491-4765-bec0-db4a6de4f2d6', 'date': 'Wed, 10 Aug 2022 18:15:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?project_id=e0c9952567844c75b7652c5ff72c174b&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:15:48,703 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True 0.272s 2022-08-10 18:15:48,703 130379 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-fe5ccfcd-9c0f-49fb-8da7-e614d04a58b9', 'date': 'Wed, 10 Aug 2022 18:15:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"89be6307-995c-4b16-9984-a3b121aa2815","name":"public","tenant_id":"de82af5b02764b529d7ffc4d95b6343f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["e95890aa-960e-40df-8030-f7f45b337a5b"],"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-08-10T17:39:00Z","updated_at":"2022-08-10T17:39:09Z","revision_number":2,"project_id":"de82af5b02764b529d7ffc4d95b6343f","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-10 18:15:48,751 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28 0.047s 2022-08-10 18:15:48,752 130379 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-1c266dc9-66ee-49e0-b6c4-77a3ac8e16bc', 'date': 'Wed, 10 Aug 2022 18:15:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets?network_id=89be6307-995c-4b16-9984-a3b121aa2815&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-10 18:15:50,807 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/subnets 2.055s 2022-08-10 18:15:50,810 130379 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-2123977092", "network_id": "9d513d83-2933-403d-8a90-ce949b2dfd74", "project_id": "e0c9952567844c75b7652c5ff72c174b", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-c2364709-5b2d-4beb-af87-ec2806e89571', 'date': 'Wed, 10 Aug 2022 18:15:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"437ee62b-e66d-4638-b5d6-56eff66f2f00","name":"tempest-subnet-smoke-2123977092","tenant_id":"e0c9952567844c75b7652c5ff72c174b","network_id":"9d513d83-2933-403d-8a90-ce949b2dfd74","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-08-10T18:15:49Z","updated_at":"2022-08-10T18:15:49Z","revision_number":0,"project_id":"e0c9952567844c75b7652c5ff72c174b"}}' 2022-08-10 18:15:56,150 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759/add_router_interface 5.340s 2022-08-10 18:15:56,151 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "437ee62b-e66d-4638-b5d6-56eff66f2f00"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0bb05314-1e56-4698-8caa-1aed5442b7e5', 'date': 'Wed, 10 Aug 2022 18:15:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759/add_router_interface'} Body: b'{"id": "fec4232d-abe8-4497-a667-8298fd687759", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "port_id": "002f4590-e63a-48d0-a39f-b1c1152a26f5", "network_id": "9d513d83-2933-403d-8a90-ce949b2dfd74", "subnet_id": "437ee62b-e66d-4638-b5d6-56eff66f2f00", "subnet_ids": ["437ee62b-e66d-4638-b5d6-56eff66f2f00"]}' 2022-08-10 18:15:57,018 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.867s 2022-08-10 18:15:57,019 130379 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--1116700652", "description": "tempest-secgroup_access--1116700652 description", "project_id": "e0c9952567844c75b7652c5ff72c174b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-2146f34d-6352-4d30-80da-5379b12f0966', 'date': 'Wed, 10 Aug 2022 18:15:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63222261-5258-4195-9b45-46ef7d134b9b", "name": "tempest-secgroup_access--1116700652", "stateful": true, "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "description": "tempest-secgroup_access--1116700652 description", "shared": false, "security_group_rules": [{"id": "52565d84-7888-42ba-b8c4-ed8c9a7fdb11", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "security_group_id": "63222261-5258-4195-9b45-46ef7d134b9b", "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": 3962, "description": null, "tags": [], "created_at": "2022-08-10T18:15:56Z", "updated_at": "2022-08-10T18:15:56Z", "revision_number": 0, "project_id": "e0c9952567844c75b7652c5ff72c174b"}, {"id": "c6cdc9e6-5a41-47b7-a458-4fdd94fbb6f3", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "security_group_id": "63222261-5258-4195-9b45-46ef7d134b9b", "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": 3961, "description": null, "tags": [], "created_at": "2022-08-10T18:15:56Z", "updated_at": "2022-08-10T18:15:56Z", "revision_number": 0, "project_id": "e0c9952567844c75b7652c5ff72c174b"}], "tags": [], "created_at": "2022-08-10T18:15:56Z", "updated_at": "2022-08-10T18:15:56Z", "revision_number": 1, "project_id": "e0c9952567844c75b7652c5ff72c174b"}}' 2022-08-10 18:15:57,770 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.750s 2022-08-10 18:15:57,770 130379 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--1714634861", "description": "tempest-secgroup_general--1714634861 description", "project_id": "e0c9952567844c75b7652c5ff72c174b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-02a5841b-d9a3-4bcd-952b-2343499aacfe', 'date': 'Wed, 10 Aug 2022 18:15:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7dbab58f-086b-4639-ab9c-ba8a15129c07", "name": "tempest-secgroup_general--1714634861", "stateful": true, "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "description": "tempest-secgroup_general--1714634861 description", "shared": false, "security_group_rules": [{"id": "5cc48aff-b77a-400f-880a-dd5031f80c49", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "security_group_id": "7dbab58f-086b-4639-ab9c-ba8a15129c07", "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": 3965, "description": null, "tags": [], "created_at": "2022-08-10T18:15:57Z", "updated_at": "2022-08-10T18:15:57Z", "revision_number": 0, "project_id": "e0c9952567844c75b7652c5ff72c174b"}, {"id": "5f62c236-a50c-4400-90ce-3d3550d55ef8", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "security_group_id": "7dbab58f-086b-4639-ab9c-ba8a15129c07", "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": 3964, "description": null, "tags": [], "created_at": "2022-08-10T18:15:57Z", "updated_at": "2022-08-10T18:15:57Z", "revision_number": 0, "project_id": "e0c9952567844c75b7652c5ff72c174b"}], "tags": [], "created_at": "2022-08-10T18:15:57Z", "updated_at": "2022-08-10T18:15:57Z", "revision_number": 1, "project_id": "e0c9952567844c75b7652c5ff72c174b"}}' 2022-08-10 18:15:58,527 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.756s 2022-08-10 18:15:58,528 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "63222261-5258-4195-9b45-46ef7d134b9b", "project_id": "e0c9952567844c75b7652c5ff72c174b", "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-7869ed1b-6e88-4821-983a-d83045f07774', 'date': 'Wed, 10 Aug 2022 18:15:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e58cb4ef-2ea4-4086-ab9b-2d1ab9089c01", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "security_group_id": "63222261-5258-4195-9b45-46ef7d134b9b", "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-08-10T18:15:58Z", "updated_at": "2022-08-10T18:15:58Z", "revision_number": 0, "project_id": "e0c9952567844c75b7652c5ff72c174b"}}' 2022-08-10 18:15:58,708 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.174s 2022-08-10 18:15:58,708 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:58 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-36929935-faf8-4b5c-999a-6a050418a191', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5442cc11419141aa8df4df5dc25d941e", "name": "tempest-TestSecurityGroupsBasicOps-1600343209-project", "password_expires_at": null}, "audit_ids": ["rmJk91xuTw-KV-DkdOnrhg"], "expires_at": "2022-08-10T19:15:58.000000Z", "issued_at": "2022-08-10T18:15:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c9952567844c75b7652c5ff72c174b", "name": "tempest-TestSecurityGroupsBasicOps-1600343209"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e0c9952567844c75b7652c5ff72c174b", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/e0c9952567844c75b7652c5ff72c174b", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/e0c9952567844c75b7652c5ff72c174b", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_e0c9952567844c75b7652c5ff72c174b", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:15:58,709 130379 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-08-10 18:16:00,624 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 500 POST http://10.222.0.50/compute/v2.1/servers 1.914s 2022-08-10 18:16:00,625 130379 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-1600343209-access_point-155598812", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "9d513d83-2933-403d-8a90-ce949b2dfd74"}], "key_name": "tempest-TestSecurityGroupsBasicOps-223469413", "security_groups": [{"name": "tempest-secgroup_access--1116700652"}, {"name": "tempest-secgroup_general--1714634861"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15: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-efa986c7-a5bf-414e-b0c5-f8baee40908b', 'x-compute-request-id': 'req-efa986c7-a5bf-414e-b0c5-f8baee40908b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:16:01,144 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/7dbab58f-086b-4639-ab9c-ba8a15129c07 0.509s 2022-08-10 18:16:01,144 130379 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-81a2bc01-ec08-41f5-bf12-bcf41ca3501f', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:16:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/7dbab58f-086b-4639-ab9c-ba8a15129c07'} Body: b'' 2022-08-10 18:16:01,859 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/63222261-5258-4195-9b45-46ef7d134b9b 0.714s 2022-08-10 18:16:01,859 130379 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-c983823a-a22d-442f-b06a-de9d0ec26654', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:16:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/63222261-5258-4195-9b45-46ef7d134b9b'} Body: b'' 2022-08-10 18:16:06,260 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759/remove_router_interface 4.400s 2022-08-10 18:16:06,260 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "437ee62b-e66d-4638-b5d6-56eff66f2f00"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-abdc97a5-8313-4216-9d7b-76ad366050d8', 'date': 'Wed, 10 Aug 2022 18:16:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759/remove_router_interface'} Body: b'{"id": "fec4232d-abe8-4497-a667-8298fd687759", "tenant_id": "e0c9952567844c75b7652c5ff72c174b", "port_id": "002f4590-e63a-48d0-a39f-b1c1152a26f5", "network_id": "9d513d83-2933-403d-8a90-ce949b2dfd74", "subnet_id": "437ee62b-e66d-4638-b5d6-56eff66f2f00", "subnet_ids": ["437ee62b-e66d-4638-b5d6-56eff66f2f00"]}' 2022-08-10 18:16:06,959 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/subnets/437ee62b-e66d-4638-b5d6-56eff66f2f00 0.698s 2022-08-10 18:16:06,960 130379 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-2962d1ef-8497-4b95-973b-86761b157d35', 'date': 'Wed, 10 Aug 2022 18:16:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/subnets/437ee62b-e66d-4638-b5d6-56eff66f2f00'} Body: b'' 2022-08-10 18:16:08,651 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759 1.691s 2022-08-10 18:16:08,652 130379 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-ad7cc088-0e54-45f9-98cf-69944cb0b7d8', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:16:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/routers/fec4232d-abe8-4497-a667-8298fd687759'} Body: b'' 2022-08-10 18:16:09,350 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/networks/9d513d83-2933-403d-8a90-ce949b2dfd74 0.697s 2022-08-10 18:16:09,350 130379 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-261dea7b-439a-4e35-8c04-69303feee10f', 'date': 'Wed, 10 Aug 2022 18:16:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/networks/9d513d83-2933-403d-8a90-ce949b2dfd74'} Body: b'' 2022-08-10 18:16:09,475 130379 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-223469413 0.124s 2022-08-10 18:16:09,475 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a31042-3890-4c68-b2c1-2784ac4689a6', 'x-compute-request-id': 'req-27a31042-3890-4c68-b2c1-2784ac4689a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-223469413'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft50.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-08-10 18:18:50,976 130378 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.091s 2022-08-10 18:18:50,977 130378 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:50 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-614fbdb8-b2d8-4ad7-b8c0-9b15ca96afd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5570a63b958471db909ba54973dac66", "name": "tempest-TestServerAdvancedOps-2094513390-project", "password_expires_at": null}, "audit_ids": ["m0z5rOOBQ0Kc_-_s01RmFA"], "expires_at": "2022-08-10T19:18:50.000000Z", "issued_at": "2022-08-10T18:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31d2604a2acc4211bd66c9c18a9417ef", "name": "tempest-TestServerAdvancedOps-2094513390"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/31d2604a2acc4211bd66c9c18a9417ef", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/31d2604a2acc4211bd66c9c18a9417ef", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/31d2604a2acc4211bd66c9c18a9417ef", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_31d2604a2acc4211bd66c9c18a9417ef", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:18:50,977 130378 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': '43f0be5c-77be-48e8-89b6-989e744cef32', 'name': 'tempest-TestServerAdvancedOps-1934521349-network', 'tenant_id': '31d2604a2acc4211bd66c9c18a9417ef', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31d2604a2acc4211bd66c9c18a9417ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 611, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:18:46Z', 'updated_at': '2022-08-10T18:18:46Z', 'revision_number': 1} available for tenant 2022-08-10 18:18:51,452 130378 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 500 POST http://10.222.0.50/compute/v2.1/servers 0.474s 2022-08-10 18:18:51,453 130378 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-656670991", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "networks": [{"uuid": "43f0be5c-77be-48e8-89b6-989e744cef32"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5ead44d1-4c2e-4cd3-b3a4-0947bbbaaa93', 'x-compute-request-id': 'req-5ead44d1-4c2e-4cd3-b3a4-0947bbbaaa93', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft51.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-08-10 18:15:12,754 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.625s 2022-08-10 18:15:12,754 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-86043127", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmdBNb33nBfUYNipoXSHj72Z95HhQ+fhd6HwAXCxTLSRTgiPH4ExbTNQPDLZDAOm3juTsRfjwuDt/Vu0aEP33wPN/KQD17qG1ffN518Q8npu/+GPBCoYRzDLAdG1h9L9Q=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf278a87-ae9e-4e94-9747-8b5b4c8c1d64', 'x-compute-request-id': 'req-bf278a87-ae9e-4e94-9747-8b5b4c8c1d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-86043127", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBmdBNb33nBfUYNipoXSHj72Z95HhQ+fhd6HwAXCxTLSRTgiPH4ExbTNQPDLZDAOm3juTsRfjwuDt/Vu0aEP33wPN/KQD17qG1ffN518Q8npu/+GPBCoYRzDLAdG1h9L9Q==", "fingerprint": "56:bb:77:51:80:83:b0:d7:d7:75:64:7f:21:39:a2:7c", "user_id": "7b1b76e3882a4d98a3e90f9fac293b25"}}' 2022-08-10 18:15:13,365 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.608s 2022-08-10 18:15:13,366 130386 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-1941739447", "description": "tempest-secgroup-smoke-1941739447 description", "project_id": "f73bdc0a896e4204912e506db34a363b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-372d1133-57c8-4695-ae5b-a8b83395f0d3', 'date': 'Wed, 10 Aug 2022 18:15:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a84cd625-6441-4c76-8217-46de9ca76b83", "name": "tempest-secgroup-smoke-1941739447", "stateful": true, "tenant_id": "f73bdc0a896e4204912e506db34a363b", "description": "tempest-secgroup-smoke-1941739447 description", "shared": false, "security_group_rules": [{"id": "7de5a369-29a5-4a78-8e95-39f89a03e70d", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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": 3893, "description": null, "tags": [], "created_at": "2022-08-10T18:15:13Z", "updated_at": "2022-08-10T18:15:13Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}, {"id": "deab832e-253e-4a5b-8c12-5b583d81c250", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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": 3894, "description": null, "tags": [], "created_at": "2022-08-10T18:15:13Z", "updated_at": "2022-08-10T18:15:13Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}], "tags": [], "created_at": "2022-08-10T18:15:12Z", "updated_at": "2022-08-10T18:15:13Z", "revision_number": 1, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:14,011 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.644s 2022-08-10 18:15:14,011 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "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-b9021e60-e9e6-42f8-80c7-4ab36a8c94c7', 'date': 'Wed, 10 Aug 2022 18:15:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a50b87b6-dcd5-49b4-955a-8ad3dc76127b", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:13Z", "updated_at": "2022-08-10T18:15:13Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:14,762 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.749s 2022-08-10 18:15:14,762 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "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-bd294320-2da8-4fe3-8cce-912ea229a789', 'date': 'Wed, 10 Aug 2022 18:15:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97c0aa4d-8b7f-40e8-9ef9-562a73d1fa5d", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:14Z", "updated_at": "2022-08-10T18:15:14Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:15,351 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.588s 2022-08-10 18:15:15,351 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a1b28c6-a3bd-4f77-b031-7da5de334ca6', 'date': 'Wed, 10 Aug 2022 18:15:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a923c215-3642-40e3-bb49-14416e33b247", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:15Z", "updated_at": "2022-08-10T18:15:15Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:15,982 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.630s 2022-08-10 18:15:15,982 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ac63ddd2-526e-4231-b8ed-f7407ec17b19', 'date': 'Wed, 10 Aug 2022 18:15:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5290440f-9506-4622-9030-23349380ee9c", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:15Z", "updated_at": "2022-08-10T18:15:15Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:16,791 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.808s 2022-08-10 18:15:16,792 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ebf7c742-20a3-4de6-b5f6-8b6345cd2696', 'date': 'Wed, 10 Aug 2022 18:15:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4d7ebc1f-147b-45a0-b5b8-4935b7c28d16", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:16Z", "updated_at": "2022-08-10T18:15:16Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:17,724 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.931s 2022-08-10 18:15:17,724 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "project_id": "f73bdc0a896e4204912e506db34a363b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a2b7ed9c-7211-4732-bb90-4d7e41271e8e', 'date': 'Wed, 10 Aug 2022 18:15:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36f54357-a4f5-4bcb-a5b5-8fe9de26a278", "tenant_id": "f73bdc0a896e4204912e506db34a363b", "security_group_id": "a84cd625-6441-4c76-8217-46de9ca76b83", "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-08-10T18:15:17Z", "updated_at": "2022-08-10T18:15:17Z", "revision_number": 0, "project_id": "f73bdc0a896e4204912e506db34a363b"}}' 2022-08-10 18:15:18,083 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.353s 2022-08-10 18:15:18,084 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2d503bdb-5d08-4c38-884b-5bb75bd99e11', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7b1b76e3882a4d98a3e90f9fac293b25", "name": "tempest-TestServerBasicOps-402895626-project", "password_expires_at": null}, "audit_ids": ["oPGCf_orSXWO5u0mDHagRA"], "expires_at": "2022-08-10T19:15:17.000000Z", "issued_at": "2022-08-10T18:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f73bdc0a896e4204912e506db34a363b", "name": "tempest-TestServerBasicOps-402895626"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/f73bdc0a896e4204912e506db34a363b", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/f73bdc0a896e4204912e506db34a363b", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/f73bdc0a896e4204912e506db34a363b", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_f73bdc0a896e4204912e506db34a363b", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:15:18,084 130386 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': 'e5e69dfe-b868-4656-adf0-56d5f4e2cb6f', 'name': 'tempest-TestServerBasicOps-1448346814-network', 'tenant_id': 'f73bdc0a896e4204912e506db34a363b', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f73bdc0a896e4204912e506db34a363b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 630, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:14:48Z', 'updated_at': '2022-08-10T18:14:48Z', 'revision_number': 1} available for tenant 2022-08-10 18:15:18,769 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 500 POST http://10.222.0.50/compute/v2.1/servers 0.684s 2022-08-10 18:15:18,770 130386 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-1591381063", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-86043127", "security_groups": [{"name": "tempest-secgroup-smoke-1941739447"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "e5e69dfe-b868-4656-adf0-56d5f4e2cb6f"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-54f81b10-2255-43ad-899d-e6781a47faf9', 'x-compute-request-id': 'req-54f81b10-2255-43ad-899d-e6781a47faf9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:15:19,490 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/a84cd625-6441-4c76-8217-46de9ca76b83 0.712s 2022-08-10 18:15:19,491 130386 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-163b6451-7f1b-432c-925c-c840157fd59a', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:15:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/a84cd625-6441-4c76-8217-46de9ca76b83'} Body: b'' 2022-08-10 18:15:19,977 130386 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-86043127 0.485s 2022-08-10 18:15:19,977 130386 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ca605ba-5d45-402f-b9fe-fd5e504f71d1', 'x-compute-request-id': 'req-6ca605ba-5d45-402f-b9fe-fd5e504f71d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-86043127'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft52.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-08-10 18:13:50,029 130381 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.50/compute/v2.1/os-availability-zone/detail 0.516s 2022-08-10 18:13:50,029 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:49 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-b80a7360-156f-42a1-89ec-9739f0f04b80', 'x-compute-request-id': 'req-b80a7360-156f-42a1-89ec-9739f0f04b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-852296-2": {"nova-conductor": {"available": true, "active": true, "updated_at": "2022-08-10T18:13:44.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2022-08-10T18:13:49.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h1-852296-2": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-10T18:13:49.000000"}}, "n-h2-852296-2": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-10T18:13:41.000000"}}}}]}' 2022-08-10 18:13:50,167 130381 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.123s 2022-08-10 18:13:50,167 130381 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:50 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-f9297cdc-57e6-4fe5-a233-67993ff41b2c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fdace424894845b7be17511141f82c98", "name": "tempest-TestServerMultinode-1238342777-project", "password_expires_at": null}, "audit_ids": ["lCZU_ojhSmGHGgujbfdHzw"], "expires_at": "2022-08-10T19:13:50.000000Z", "issued_at": "2022-08-10T18:13:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0fa969e39c14968b1b2c0a313dea327", "name": "tempest-TestServerMultinode-1238342777"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c0fa969e39c14968b1b2c0a313dea327", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/c0fa969e39c14968b1b2c0a313dea327", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/c0fa969e39c14968b1b2c0a313dea327", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_c0fa969e39c14968b1b2c0a313dea327", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:13:50,168 130381 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': 'cd9b48d8-a63b-4ec2-b79c-7dfa760d24b1', 'name': 'tempest-TestServerMultinode-541657823-network', 'tenant_id': 'c0fa969e39c14968b1b2c0a313dea327', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c0fa969e39c14968b1b2c0a313dea327', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 618, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:13:26Z', 'updated_at': '2022-08-10T18:13:26Z', 'revision_number': 1} available for tenant 2022-08-10 18:13:51,463 130381 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 500 POST http://10.222.0.50/compute/v2.1/servers 1.294s 2022-08-10 18:13:51,463 130381 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-25023119", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "availability_zone": "nova:n-h1-852296-2", "networks": [{"uuid": "cd9b48d8-a63b-4ec2-b79c-7dfa760d24b1"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-9bfd2a43-537c-4d4c-8d89-84f65def68b2', 'x-compute-request-id': 'req-9bfd2a43-537c-4d4c-8d89-84f65def68b2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft53.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-08-10 18:26:09,271 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.310s 2022-08-10 18:26:09,271 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1731931470", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJlOjsnJmlzNcUy4YtGMOi5OFM0Wvao8iq8X/sOnnJXcaDWtbbfBKFszUUemoyb88M1cXf72fzZTUHTzDPoiK3MdX6YEhnDx7AOsZEYPYk3bC93IewQ7fVch8PrQhwgv5w=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:08 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-dd8e81c1-29bf-493b-874f-9214c7a2577d', 'x-compute-request-id': 'req-dd8e81c1-29bf-493b-874f-9214c7a2577d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1731931470", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJlOjsnJmlzNcUy4YtGMOi5OFM0Wvao8iq8X/sOnnJXcaDWtbbfBKFszUUemoyb88M1cXf72fzZTUHTzDPoiK3MdX6YEhnDx7AOsZEYPYk3bC93IewQ7fVch8PrQhwgv5w==", "fingerprint": "9f:27:4b:73:f1:dc:c3:bb:e6:3c:64:5a:38:8f:1b:c8", "user_id": "2690544389094ec181a81ca538b4029b"}}' 2022-08-10 18:26:09,728 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.454s 2022-08-10 18:26:09,729 177152 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-954611831", "description": "tempest-secgroup-smoke-954611831 description", "project_id": "ce963faf7f38415794d145159899b46f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-83f15444-0d79-4e17-85db-220e89194567', 'date': 'Wed, 10 Aug 2022 18:26:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "name": "tempest-secgroup-smoke-954611831", "stateful": true, "tenant_id": "ce963faf7f38415794d145159899b46f", "description": "tempest-secgroup-smoke-954611831 description", "shared": false, "security_group_rules": [{"id": "09aefcf1-b5e3-489e-8cea-eba97ab46ce6", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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": 4359, "description": null, "tags": [], "created_at": "2022-08-10T18:26:09Z", "updated_at": "2022-08-10T18:26:09Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}, {"id": "1b1c50e2-401e-49e9-a058-e803fdb05de2", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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": 4358, "description": null, "tags": [], "created_at": "2022-08-10T18:26:09Z", "updated_at": "2022-08-10T18:26:09Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}], "tags": [], "created_at": "2022-08-10T18:26:09Z", "updated_at": "2022-08-10T18:26:09Z", "revision_number": 1, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:10,088 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.359s 2022-08-10 18:26:10,089 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "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-759495d2-8965-4f78-9195-4257dacd8f74', 'date': 'Wed, 10 Aug 2022 18:26:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e463b6f-7c3f-4558-97eb-1463c94bd986", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:09Z", "updated_at": "2022-08-10T18:26:09Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:10,511 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.421s 2022-08-10 18:26:10,511 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "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-99c4b752-4e0a-4083-bce2-8543b62fdb09', 'date': 'Wed, 10 Aug 2022 18:26:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "221de72f-daaf-4e92-b7f5-3ef6157610bf", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:10Z", "updated_at": "2022-08-10T18:26:10Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:10,916 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.401s 2022-08-10 18:26:10,916 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1ea72191-8824-4d78-9551-0cb2823d3570', 'date': 'Wed, 10 Aug 2022 18:26:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dbccf3fc-dc3d-4402-9c25-30718f366bf6", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:10Z", "updated_at": "2022-08-10T18:26:10Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:11,306 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.389s 2022-08-10 18:26:11,306 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ea51af4d-59b8-4e29-924e-0ab95f946cba', 'date': 'Wed, 10 Aug 2022 18:26:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba01bc77-ac4a-4e6a-870f-d5d598652ef8", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:11Z", "updated_at": "2022-08-10T18:26:11Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:11,670 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.364s 2022-08-10 18:26:11,671 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f6c2d212-3e99-4505-ac32-c2e0f34c436b', 'date': 'Wed, 10 Aug 2022 18:26:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e083e47-b78b-4931-ae69-88a574e2adb0", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:11Z", "updated_at": "2022-08-10T18:26:11Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:12,093 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.422s 2022-08-10 18:26:12,094 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bf34d344-0839-4d16-ad14-ddd90f8f840b', 'date': 'Wed, 10 Aug 2022 18:26:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af06a469-2c4a-4b7f-9419-5ba6423ac43c", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "0ee86f46-a3c1-4c1f-b780-3037d2339bf1", "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-08-10T18:26:11Z", "updated_at": "2022-08-10T18:26:11Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:12,135 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.034s 2022-08-10 18:26:12,136 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:12 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-def49068-6c4a-4d7b-9c0f-f137a147ff3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2690544389094ec181a81ca538b4029b", "name": "tempest-TestShelveInstance-2037360915-project", "password_expires_at": null}, "audit_ids": ["0MPT_fwARzmiH1LpHXoDFQ"], "expires_at": "2022-08-10T19:26:12.000000Z", "issued_at": "2022-08-10T18:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce963faf7f38415794d145159899b46f", "name": "tempest-TestShelveInstance-2037360915"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ce963faf7f38415794d145159899b46f", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:26:12,136 177152 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': '9809948a-025a-4141-9803-c9cce10814a1', 'name': 'tempest-TestShelveInstance-1511446266-network', 'tenant_id': 'ce963faf7f38415794d145159899b46f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce963faf7f38415794d145159899b46f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:25:56Z', 'updated_at': '2022-08-10T18:25:56Z', 'revision_number': 1} available for tenant 2022-08-10 18:26:12,466 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 500 POST http://10.222.0.50/compute/v2.1/servers 0.329s 2022-08-10 18:26:12,466 177152 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-1751378657", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1731931470", "security_groups": [{"name": "tempest-secgroup-smoke-954611831"}], "networks": [{"uuid": "9809948a-025a-4141-9803-c9cce10814a1"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26: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-8db41a67-7f1b-4df7-b08f-a96636af05e2', 'x-compute-request-id': 'req-8db41a67-7f1b-4df7-b08f-a96636af05e2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:26:12,751 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/0ee86f46-a3c1-4c1f-b780-3037d2339bf1 0.277s 2022-08-10 18:26:12,751 177152 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-fc9dd65a-98fd-4910-a419-4a8fbd6fb212', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:26:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/0ee86f46-a3c1-4c1f-b780-3037d2339bf1'} Body: b'' 2022-08-10 18:26:12,865 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1731931470 0.113s 2022-08-10 18:26:12,865 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26: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-96bc40de-8662-4918-9609-20c3466a8586', 'x-compute-request-id': 'req-96bc40de-8662-4918-9609-20c3466a8586', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1731931470'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft53.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-08-10 18:26:12,991 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.121s 2022-08-10 18:26:12,991 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-115980879", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNsCV1bVjwwsjUgwi9b5DUnTyyrpUbvBICz5G8r3s/QzbVmAjFJ0Dx05K6KPX5SjUN9K2dxKeU2KUKXBDugMbnn5myHIdnXZQn9Dk28/w/ho3Tc89HR6NadcbF/EaZF0Fw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:12 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-60aebb53-8240-462d-8f34-2ea2b39e1294', 'x-compute-request-id': 'req-60aebb53-8240-462d-8f34-2ea2b39e1294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-115980879", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNsCV1bVjwwsjUgwi9b5DUnTyyrpUbvBICz5G8r3s/QzbVmAjFJ0Dx05K6KPX5SjUN9K2dxKeU2KUKXBDugMbnn5myHIdnXZQn9Dk28/w/ho3Tc89HR6NadcbF/EaZF0Fw==", "fingerprint": "43:a3:f5:58:f3:b3:e5:c0:e3:cc:2e:21:cd:82:94:b2", "user_id": "2690544389094ec181a81ca538b4029b"}}' 2022-08-10 18:26:13,356 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.361s 2022-08-10 18:26:13,356 177152 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-2102484438", "description": "tempest-secgroup-smoke-2102484438 description", "project_id": "ce963faf7f38415794d145159899b46f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-6818719e-522f-4b16-8822-c279a943bb61', 'date': 'Wed, 10 Aug 2022 18:26:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "name": "tempest-secgroup-smoke-2102484438", "stateful": true, "tenant_id": "ce963faf7f38415794d145159899b46f", "description": "tempest-secgroup-smoke-2102484438 description", "shared": false, "security_group_rules": [{"id": "124dec6d-4e11-4222-95d5-6ac534f6f852", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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": 4368, "description": null, "tags": [], "created_at": "2022-08-10T18:26:13Z", "updated_at": "2022-08-10T18:26:13Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}, {"id": "c475b959-2ff5-41a1-b5af-f87cb4cf3573", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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": 4367, "description": null, "tags": [], "created_at": "2022-08-10T18:26:13Z", "updated_at": "2022-08-10T18:26:13Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}], "tags": [], "created_at": "2022-08-10T18:26:13Z", "updated_at": "2022-08-10T18:26:13Z", "revision_number": 1, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:13,711 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.354s 2022-08-10 18:26:13,711 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "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-5cd3e3b1-1c88-4921-9c52-ebee169d4744', 'date': 'Wed, 10 Aug 2022 18:26:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a2a4dae7-5b11-4d18-82fc-5165cb68d267", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:13Z", "updated_at": "2022-08-10T18:26:13Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:14,162 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.450s 2022-08-10 18:26:14,162 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "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-25942c2d-3424-4aec-948d-1823169aaff4', 'date': 'Wed, 10 Aug 2022 18:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a3f9e4e-7d83-496e-9e8b-8e8de1461a56", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:13Z", "updated_at": "2022-08-10T18:26:13Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:14,619 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.456s 2022-08-10 18:26:14,619 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5d8291b2-9109-4c91-b29d-f49d1918d13b', 'date': 'Wed, 10 Aug 2022 18:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20a57e46-a952-4512-af96-99b06f5b1016", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:14Z", "updated_at": "2022-08-10T18:26:14Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:14,967 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.347s 2022-08-10 18:26:14,968 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3c44656f-5303-453b-ab96-7997e3eb01a2', 'date': 'Wed, 10 Aug 2022 18:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c587279a-c364-41e6-8311-a709b282be4e", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:14Z", "updated_at": "2022-08-10T18:26:14Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:15,355 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.387s 2022-08-10 18:26:15,356 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f5c2a61b-a131-4424-be4a-46deb1980a4a', 'date': 'Wed, 10 Aug 2022 18:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "290325ee-ce7f-45c4-ab8d-dd5dce01ef37", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:15Z", "updated_at": "2022-08-10T18:26:15Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:15,716 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.359s 2022-08-10 18:26:15,716 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "project_id": "ce963faf7f38415794d145159899b46f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-79df01db-ab47-466a-9285-69a4e7ebf50f', 'date': 'Wed, 10 Aug 2022 18:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c3f141e-7f3f-49cf-9cc3-92f26d6d0804", "tenant_id": "ce963faf7f38415794d145159899b46f", "security_group_id": "7456a4ec-5f0e-40a2-8546-4bb7ce51ae70", "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-08-10T18:26:15Z", "updated_at": "2022-08-10T18:26:15Z", "revision_number": 0, "project_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:15,754 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.032s 2022-08-10 18:26:15,755 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:15 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-bf03dbdc-cc15-42df-9ae0-ee97115161b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2690544389094ec181a81ca538b4029b", "name": "tempest-TestShelveInstance-2037360915-project", "password_expires_at": null}, "audit_ids": ["xxn7R1EzS-O9U6o3wAQmDQ"], "expires_at": "2022-08-10T19:26:15.000000Z", "issued_at": "2022-08-10T18:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce963faf7f38415794d145159899b46f", "name": "tempest-TestShelveInstance-2037360915"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ce963faf7f38415794d145159899b46f", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:26:15,755 177152 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '9809948a-025a-4141-9803-c9cce10814a1', 'name': 'tempest-TestShelveInstance-1511446266-network', 'tenant_id': 'ce963faf7f38415794d145159899b46f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce963faf7f38415794d145159899b46f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 634, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:25:56Z', 'updated_at': '2022-08-10T18:25:56Z', 'revision_number': 1} available for tenant 2022-08-10 18:26:16,452 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes 0.694s 2022-08-10 18:26:16,452 177152 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-1307106459", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e304ce66-50fb-4999-af2b-eb2d5d44fa94', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e304ce66-50fb-4999-af2b-eb2d5d44fa94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.179024", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:26:16,502 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.040s 2022-08-10 18:26:16,503 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0c9308-d090-428b-97a5-2495ce17defb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0c9308-d090-428b-97a5-2495ce17defb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:17,558 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.043s 2022-08-10 18:26:17,559 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c5201e-a631-48c7-aaec-ee93338aa8f2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c5201e-a631-48c7-aaec-ee93338aa8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:18,611 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:18,612 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4fe002-c78c-4e19-a50c-415af006acd9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4fe002-c78c-4e19-a50c-415af006acd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:19,666 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:19,666 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b2a74ce-1be2-4221-bc58-a0c70ddad2ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b2a74ce-1be2-4221-bc58-a0c70ddad2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:20,719 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:20,719 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c75fed-3667-4423-8411-7e58cb2a4128', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c75fed-3667-4423-8411-7e58cb2a4128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:21,775 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.043s 2022-08-10 18:26:21,775 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e3c9113-d08c-4b38-bd1a-ad381052306d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e3c9113-d08c-4b38-bd1a-ad381052306d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:22,829 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.042s 2022-08-10 18:26:22,830 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd26d338-f8c0-4482-9e2e-9c67612e2bb1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd26d338-f8c0-4482-9e2e-9c67612e2bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:23,884 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.042s 2022-08-10 18:26:23,884 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62834a07-cf15-48cc-838c-a0f38b99c74e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62834a07-cf15-48cc-838c-a0f38b99c74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:24,939 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.043s 2022-08-10 18:26:24,940 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccfb598b-46f1-41ac-bc6b-50801c60f94b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccfb598b-46f1-41ac-bc6b-50801c60f94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:25,994 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.042s 2022-08-10 18:26:25,994 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ed9ee4-e8c1-4869-b4c4-5c1e08bf0a90', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ed9ee4-e8c1-4869-b4c4-5c1e08bf0a90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:27,051 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.044s 2022-08-10 18:26:27,051 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432a1063-f4fe-4923-bfba-2d9a45b5b57b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432a1063-f4fe-4923-bfba-2d9a45b5b57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:28,108 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.045s 2022-08-10 18:26:28,109 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f7446d2-d247-4c26-8945-f4b92bfbc460', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f7446d2-d247-4c26-8945-f4b92bfbc460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:17.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:29,162 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:29,162 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15648a0-ae12-49d6-a440-9c0630200db2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15648a0-ae12-49d6-a440-9c0630200db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:30,216 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.042s 2022-08-10 18:26:30,216 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7829963f-1d60-4c20-951d-bfac8a53b9ae', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7829963f-1d60-4c20-951d-bfac8a53b9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:31,270 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:31,271 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363a004b-372f-4920-8e88-7a10720d80e8', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363a004b-372f-4920-8e88-7a10720d80e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:32,323 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:32,324 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95a0e4b-2f54-4c8c-885c-b9ad842974e6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95a0e4b-2f54-4c8c-885c-b9ad842974e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:33,377 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.041s 2022-08-10 18:26:33,378 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a62b5c-e7f5-4b19-ae8e-ba31b17babe2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a62b5c-e7f5-4b19-ae8e-ba31b17babe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:34,434 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.044s 2022-08-10 18:26:34,435 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4dd98a5-9e32-4aec-ab84-0efa90186d6e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4dd98a5-9e32-4aec-ab84-0efa90186d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:35,490 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.043s 2022-08-10 18:26:35,490 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84030964-cd8b-41ea-9634-4dc31e464152', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84030964-cd8b-41ea-9634-4dc31e464152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:36,547 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.045s 2022-08-10 18:26:36,548 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c133e35-8e10-4978-9064-ac08008e832c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c133e35-8e10-4978-9064-ac08008e832c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:29.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:37,603 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe 0.042s 2022-08-10 18:26:37,603 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abd59a0-b76b-45c3-ba6c-60c228768a43', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abd59a0-b76b-45c3-ba6c-60c228768a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe'} Body: b'{"volume": {"id": "8f935e42-f801-44e1-b3e1-5086a6850afe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:26:16.000000", "updated_at": "2022-08-10T18:26:37.000000", "name": "tempest-tempest.common.compute-volume-1307106459", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ce963faf7f38415794d145159899b46f/volumes/8f935e42-f801-44e1-b3e1-5086a6850afe"}], "user_id": "2690544389094ec181a81ca538b4029b", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ce963faf7f38415794d145159899b46f"}}' 2022-08-10 18:26:37,614 177152 INFO [tempest.common.waiters] volume 8f935e42-f801-44e1-b3e1-5086a6850afe reached available after waiting for 21.614147 seconds 2022-08-10 18:26:37,948 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://10.222.0.50/compute/v2.1/servers 0.330s 2022-08-10 18:26:37,949 177152 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-2061404447", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-115980879", "security_groups": [{"name": "tempest-secgroup-smoke-2102484438"}], "networks": [{"uuid": "9809948a-025a-4141-9803-c9cce10814a1"}], "block_device_mapping_v2": [{"uuid": "8f935e42-f801-44e1-b3e1-5086a6850afe", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26: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-f9c6838b-d49c-42f6-be25-41032aa392a7', 'x-compute-request-id': 'req-f9c6838b-d49c-42f6-be25-41032aa392a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:26:38,196 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/7456a4ec-5f0e-40a2-8546-4bb7ce51ae70 0.246s 2022-08-10 18:26:38,196 177152 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-33cc64b3-2ebd-4734-8621-394ccf8448fc', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:26:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/7456a4ec-5f0e-40a2-8546-4bb7ce51ae70'} Body: b'' 2022-08-10 18:26:38,395 177152 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestShelveInstance-115980879 0.198s 2022-08-10 18:26:38,395 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2a60ed8-fc4f-49cb-9601-77d8231c89e2', 'x-compute-request-id': 'req-e2a60ed8-fc4f-49cb-9601-77d8231c89e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestShelveInstance-115980879'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft54.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-08-10 18:27:02,595 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.342s 2022-08-10 18:27:02,596 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-237787074", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVDJ2xfRzBOBd9ee3sXF3CNxjRLnwEcJJbJsvxaWnXJCauYWVCxJZl8qkI5x7bfqvMXlp7iTNaMTy0zFE7klEChnua8nm5Sau6+Vkd6kq0j8b43i60GphFNyhKjyFlGCw=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:27:02 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-663dc637-6b4c-497e-8ef4-0da249a4d257', 'x-compute-request-id': 'req-663dc637-6b4c-497e-8ef4-0da249a4d257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-237787074", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVDJ2xfRzBOBd9ee3sXF3CNxjRLnwEcJJbJsvxaWnXJCauYWVCxJZl8qkI5x7bfqvMXlp7iTNaMTy0zFE7klEChnua8nm5Sau6+Vkd6kq0j8b43i60GphFNyhKjyFlGCw==", "fingerprint": "73:15:70:81:a3:d1:e2:31:0d:bc:f0:3b:15:bf:39:dd", "user_id": "32636c6df9914bc9ab07a6f939e7b059"}}' 2022-08-10 18:27:02,990 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.391s 2022-08-10 18:27:02,990 177152 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-1850929000", "description": "tempest-secgroup-smoke-1850929000 description", "project_id": "51150c9dba1c4e74a45e3511c60faab0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-71c71430-2ff5-4ff7-995d-3e9bd653032f', 'date': 'Wed, 10 Aug 2022 18:27:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0268f082-ebb2-4201-97c3-55e56f117f92", "name": "tempest-secgroup-smoke-1850929000", "stateful": true, "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "description": "tempest-secgroup-smoke-1850929000 description", "shared": false, "security_group_rules": [{"id": "370dd825-28a3-4a3a-8f29-64050c6e22ec", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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": 4401, "description": null, "tags": [], "created_at": "2022-08-10T18:27:02Z", "updated_at": "2022-08-10T18:27:02Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}, {"id": "c90d1bdc-8796-4f54-bd45-2f8ff9ec4e47", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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": 4400, "description": null, "tags": [], "created_at": "2022-08-10T18:27:02Z", "updated_at": "2022-08-10T18:27:02Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}], "tags": [], "created_at": "2022-08-10T18:27:02Z", "updated_at": "2022-08-10T18:27:02Z", "revision_number": 1, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:03,309 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.318s 2022-08-10 18:27:03,309 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "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-b4fae42e-f531-4e9e-a079-01b23e785d70', 'date': 'Wed, 10 Aug 2022 18:27:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bcde05f3-1bac-40c3-805c-fba0e217484c", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:03Z", "updated_at": "2022-08-10T18:27:03Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:03,691 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.381s 2022-08-10 18:27:03,692 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "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-f5a1ba97-e673-4481-a98e-78f6ab587d35', 'date': 'Wed, 10 Aug 2022 18:27:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68bf1fe7-6ebf-4cd5-941e-b96aebcdeaba", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:03Z", "updated_at": "2022-08-10T18:27:03Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:04,040 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.348s 2022-08-10 18:27:04,041 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25544161-66c9-4e4d-9de7-756c5d23110b', 'date': 'Wed, 10 Aug 2022 18:27:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a2cd0427-fa08-4294-94e1-5fc55bd7cc65", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:03Z", "updated_at": "2022-08-10T18:27:03Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:04,430 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.388s 2022-08-10 18:27:04,430 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ed3fd98e-fa0d-4d44-8fd0-5ac9abae4afc', 'date': 'Wed, 10 Aug 2022 18:27:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "700e7e74-3a71-43c1-92f8-16fdba50d161", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:04Z", "updated_at": "2022-08-10T18:27:04Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:04,915 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.485s 2022-08-10 18:27:04,916 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-480affde-f042-4b2c-929a-6ad575dc9ee2', 'date': 'Wed, 10 Aug 2022 18:27:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e7e9098f-857d-4f01-a2c6-04382c9ecb42", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:04Z", "updated_at": "2022-08-10T18:27:04Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:05,296 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.380s 2022-08-10 18:27:05,297 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "project_id": "51150c9dba1c4e74a45e3511c60faab0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-59fc77a4-7eb6-4576-8b68-7a9373e9fad2', 'date': 'Wed, 10 Aug 2022 18:27:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98324ed0-54a2-46f6-aaf1-d38a68278a8d", "tenant_id": "51150c9dba1c4e74a45e3511c60faab0", "security_group_id": "0268f082-ebb2-4201-97c3-55e56f117f92", "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-08-10T18:27:05Z", "updated_at": "2022-08-10T18:27:05Z", "revision_number": 0, "project_id": "51150c9dba1c4e74a45e3511c60faab0"}}' 2022-08-10 18:27:05,338 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.034s 2022-08-10 18:27:05,338 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:27:05 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-ad662085-f64d-461b-b040-7391cee731a4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "32636c6df9914bc9ab07a6f939e7b059", "name": "tempest-TestSnapshotPattern-1024670208-project", "password_expires_at": null}, "audit_ids": ["pWY6myeVSI-cIY8eMud6CQ"], "expires_at": "2022-08-10T19:27:05.000000Z", "issued_at": "2022-08-10T18:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51150c9dba1c4e74a45e3511c60faab0", "name": "tempest-TestSnapshotPattern-1024670208"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/51150c9dba1c4e74a45e3511c60faab0", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/51150c9dba1c4e74a45e3511c60faab0", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/51150c9dba1c4e74a45e3511c60faab0", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_51150c9dba1c4e74a45e3511c60faab0", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:27:05,339 177152 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': 'bacf35e0-ee99-473e-801f-81026ae815a8', 'name': 'tempest-TestSnapshotPattern-435974292-network', 'tenant_id': '51150c9dba1c4e74a45e3511c60faab0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51150c9dba1c4e74a45e3511c60faab0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 645, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:26:49Z', 'updated_at': '2022-08-10T18:26:49Z', 'revision_number': 1} available for tenant 2022-08-10 18:27:05,832 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 500 POST http://10.222.0.50/compute/v2.1/servers 0.493s 2022-08-10 18:27:05,833 177152 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-1215130162", "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-237787074", "security_groups": [{"name": "tempest-secgroup-smoke-1850929000"}], "networks": [{"uuid": "bacf35e0-ee99-473e-801f-81026ae815a8"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-85b2dd58-3992-4b90-bbe3-17597ffa0a34', 'x-compute-request-id': 'req-85b2dd58-3992-4b90-bbe3-17597ffa0a34', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:27:06,092 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/0268f082-ebb2-4201-97c3-55e56f117f92 0.255s 2022-08-10 18:27:06,092 177152 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-164ba8de-cba4-4969-9839-dea7ff4c7278', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:27:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/0268f082-ebb2-4201-97c3-55e56f117f92'} Body: b'' 2022-08-10 18:27:06,213 177152 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-237787074 0.120s 2022-08-10 18:27:06,213 177152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:27: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-71b15627-8a4f-4d14-b78c-5f0988305afe', 'x-compute-request-id': 'req-71b15627-8a4f-4d14-b78c-5f0988305afe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-237787074'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft55.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-08-10 18:16:41,721 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f 0.315s 2022-08-10 18:16:41,721 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2fb664c1-df2b-4e3b-8285-d41992914862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f'} 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": "de82af5b02764b529d7ffc4d95b6343f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "created_at": "2022-08-10T17:40:04Z", "updated_at": "2022-08-10T17:40:21Z", "tags": [], "self": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f", "file": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:16:42,997 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes 1.274s 2022-08-10 18:16:42,997 130379 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-1315090374", "snapshot_id": null, "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc28b2d-24a9-4049-adfe-7e95bcc382cd', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc28b2d-24a9-4049-adfe-7e95bcc382cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.626522", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:16:43,064 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.057s 2022-08-10 18:16:43,064 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49814d38-63d2-4b59-b876-cbbe54e22243', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49814d38-63d2-4b59-b876-cbbe54e22243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:44,129 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.052s 2022-08-10 18:16:44,129 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded51c33-f6f0-4e15-9361-02e22c938102', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded51c33-f6f0-4e15-9361-02e22c938102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:45,226 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.084s 2022-08-10 18:16:45,226 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0332027-f406-45eb-a3ba-8529d2ed1cfa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0332027-f406-45eb-a3ba-8529d2ed1cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:46,353 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.114s 2022-08-10 18:16:46,353 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2ef3fa-c47f-4cec-a607-84907dea7511', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2ef3fa-c47f-4cec-a607-84907dea7511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:47,442 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.077s 2022-08-10 18:16:47,442 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a663a9-0f27-4da2-9b0a-2b0c8fed5f1b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a663a9-0f27-4da2-9b0a-2b0c8fed5f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:48,540 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.082s 2022-08-10 18:16:48,540 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fa0b89-e23f-4b15-9dd9-c17a6fc5efae', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fa0b89-e23f-4b15-9dd9-c17a6fc5efae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:49,600 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.049s 2022-08-10 18:16:49,601 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb577640-3267-415d-97fd-c578f2adf9e2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb577640-3267-415d-97fd-c578f2adf9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:50,667 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.055s 2022-08-10 18:16:50,668 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42bbe4c6-5b73-45ea-913e-f02085027cfb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42bbe4c6-5b73-45ea-913e-f02085027cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:51,762 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.083s 2022-08-10 18:16:51,762 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce9659a-ee35-4f76-9103-0f356a9e86d9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce9659a-ee35-4f76-9103-0f356a9e86d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:52,818 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:16:52,819 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420be75e-8c9a-47cb-8f08-76836560251a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420be75e-8c9a-47cb-8f08-76836560251a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:53,911 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.081s 2022-08-10 18:16:53,912 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fdd161f-d916-44cc-87c2-cb0530c2db98', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fdd161f-d916-44cc-87c2-cb0530c2db98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:55,086 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.161s 2022-08-10 18:16:55,086 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4033590-1bcf-4a58-8e9a-84888a2d937f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4033590-1bcf-4a58-8e9a-84888a2d937f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:56,158 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.060s 2022-08-10 18:16:56,159 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b494a011-5105-40a3-80ff-5d0faabd1f3b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b494a011-5105-40a3-80ff-5d0faabd1f3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:57,218 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.046s 2022-08-10 18:16:57,218 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c111fb-c79e-4a69-b401-7f41bc30060a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c111fb-c79e-4a69-b401-7f41bc30060a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:58,285 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.049s 2022-08-10 18:16:58,286 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d29dfad-5ecb-42a3-8f59-b7875a9e4b1c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d29dfad-5ecb-42a3-8f59-b7875a9e4b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:16:59,362 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.063s 2022-08-10 18:16:59,362 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8644cf-4b0e-4ed5-b19f-02235bf85156', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8644cf-4b0e-4ed5-b19f-02235bf85156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:00,433 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.059s 2022-08-10 18:17:00,433 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0cd34e-7261-4cb8-b519-c6e9b4666bea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0cd34e-7261-4cb8-b519-c6e9b4666bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:01,489 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:01,490 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f8c3a3-47d9-4777-b21c-2b22d1339dc9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f8c3a3-47d9-4777-b21c-2b22d1339dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:02,550 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.041s 2022-08-10 18:17:02,550 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-069d3f5a-9e54-4f08-8376-a08f461bb85c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-069d3f5a-9e54-4f08-8376-a08f461bb85c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:03,670 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.106s 2022-08-10 18:17:03,670 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8924643-b5b2-4166-9ebc-c339de177370', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8924643-b5b2-4166-9ebc-c339de177370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:04,733 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.049s 2022-08-10 18:17:04,733 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37132888-2f99-4d46-a66a-f434167d45e4', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37132888-2f99-4d46-a66a-f434167d45e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:05,806 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.060s 2022-08-10 18:17:05,807 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b19b9d01-5c54-47cb-bc19-c5fb4366ac5f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b19b9d01-5c54-47cb-bc19-c5fb4366ac5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:06,873 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.055s 2022-08-10 18:17:06,873 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871bf254-0bf6-4c71-9919-03c525535aed', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871bf254-0bf6-4c71-9919-03c525535aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:07,948 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.062s 2022-08-10 18:17:07,948 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ea4527-54ba-484c-bc4e-f7e6c2303fe4', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ea4527-54ba-484c-bc4e-f7e6c2303fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:09,003 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:09,003 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962ae415-029f-4d81-89da-72fb0a9ddf13', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962ae415-029f-4d81-89da-72fb0a9ddf13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:10,059 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:10,060 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a9d4d2-6825-419b-86b1-e6ad2399f80f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a9d4d2-6825-419b-86b1-e6ad2399f80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:11,117 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.045s 2022-08-10 18:17:11,118 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a62b03-7163-4ac7-875d-2af85b6b667c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a62b03-7163-4ac7-875d-2af85b6b667c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:12,177 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.047s 2022-08-10 18:17:12,178 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eabf430-02df-4b18-b0e4-65e8f0e7fcc9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eabf430-02df-4b18-b0e4-65e8f0e7fcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:13,240 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.050s 2022-08-10 18:17:13,241 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c585040-9ce5-49fb-96e3-d4fe33baaf03', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c585040-9ce5-49fb-96e3-d4fe33baaf03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:14,298 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.046s 2022-08-10 18:17:14,298 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da84c32d-87de-4ae4-804e-14617e8e46b9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da84c32d-87de-4ae4-804e-14617e8e46b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:15,361 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.049s 2022-08-10 18:17:15,361 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706d04f8-9ec4-40e9-bf2c-51d6eaad5eb9', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706d04f8-9ec4-40e9-bf2c-51d6eaad5eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:16,422 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.048s 2022-08-10 18:17:16,422 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552c8134-3893-4769-a2c6-a7bbec2177ab', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552c8134-3893-4769-a2c6-a7bbec2177ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:17,486 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.049s 2022-08-10 18:17:17,487 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd55ee87-62a8-49dc-84ef-0b84fced4cef', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd55ee87-62a8-49dc-84ef-0b84fced4cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:18,563 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.063s 2022-08-10 18:17:18,564 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd65ecb-ed8f-4f3b-8a34-74fd31c39c1b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd65ecb-ed8f-4f3b-8a34-74fd31c39c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:19,665 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.088s 2022-08-10 18:17:19,665 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f80a6a7-21c7-4fbe-b93d-a26c25834817', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f80a6a7-21c7-4fbe-b93d-a26c25834817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:20,723 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.046s 2022-08-10 18:17:20,723 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf59af68-3e42-4b7d-a6e2-6c9a48eb31e4', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf59af68-3e42-4b7d-a6e2-6c9a48eb31e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:21,775 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.041s 2022-08-10 18:17:21,776 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8447ba-c840-4e11-8bdb-a3dcc1d9277b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8447ba-c840-4e11-8bdb-a3dcc1d9277b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:22,844 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.055s 2022-08-10 18:17:22,844 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56cde10-3a9f-4dff-a755-1a4da2a917d3', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56cde10-3a9f-4dff-a755-1a4da2a917d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:23,902 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:23,902 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f719e9-a1dd-409c-833c-4466d27d0cf6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f719e9-a1dd-409c-833c-4466d27d0cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:24,956 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.042s 2022-08-10 18:17:24,957 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a9fd14-3085-4bee-9e74-a3cdd001d89d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a9fd14-3085-4bee-9e74-a3cdd001d89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:26,013 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:26,014 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a2c40d4-ce4c-4f25-baef-cc82464dd890', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a2c40d4-ce4c-4f25-baef-cc82464dd890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:27,067 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.041s 2022-08-10 18:17:27,068 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c83e893-cabf-4e34-89cd-1ad3d81b76fc', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c83e893-cabf-4e34-89cd-1ad3d81b76fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:28,119 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.040s 2022-08-10 18:17:28,120 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d18645b-66dc-48d7-bef0-7418d85aea63', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d18645b-66dc-48d7-bef0-7418d85aea63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:29,174 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.042s 2022-08-10 18:17:29,175 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c23a926-ca20-4ce8-bb2d-a05178ec92ad', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c23a926-ca20-4ce8-bb2d-a05178ec92ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:30,231 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:30,231 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3507ea72-c1e7-42dd-be9f-c64e06dfd9a6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3507ea72-c1e7-42dd-be9f-c64e06dfd9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:31,289 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.046s 2022-08-10 18:17:31,289 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd3f19a-3e82-42d9-9187-83c1e54c6cd8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd3f19a-3e82-42d9-9187-83c1e54c6cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:32,341 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.040s 2022-08-10 18:17:32,341 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a60b4f-6a48-4c62-a837-4c56a7da3e06', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a60b4f-6a48-4c62-a837-4c56a7da3e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:33,397 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:33,397 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691bf558-3070-455d-b879-4e13a20df955', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691bf558-3070-455d-b879-4e13a20df955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:34,453 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:34,453 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d028f3ba-353a-4177-826f-970f566fc471', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d028f3ba-353a-4177-826f-970f566fc471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:35,507 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.041s 2022-08-10 18:17:35,507 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d1c336-73b8-4a76-91fb-59399b75088b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d1c336-73b8-4a76-91fb-59399b75088b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:36,565 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.046s 2022-08-10 18:17:36,565 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee681354-a5a4-4411-bded-5e73850c4c8b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee681354-a5a4-4411-bded-5e73850c4c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:37,620 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:37,620 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdacd6f-75de-4bcc-af83-5ce4729ca57c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdacd6f-75de-4bcc-af83-5ce4729ca57c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:38,674 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.041s 2022-08-10 18:17:38,674 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa90bb3-2dde-4fb7-84ea-1ec2d12755db', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa90bb3-2dde-4fb7-84ea-1ec2d12755db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:39,730 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:39,731 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990e48ca-90f8-44c0-aae9-784178406031', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990e48ca-90f8-44c0-aae9-784178406031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:40,787 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:40,788 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef0d437f-30dc-4b7b-8669-fa3ad3e9c328', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef0d437f-30dc-4b7b-8669-fa3ad3e9c328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:41,843 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.043s 2022-08-10 18:17:41,844 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d2e7a5-5d86-4367-aa24-fe59a841a5f6', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d2e7a5-5d86-4367-aa24-fe59a841a5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:42,904 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.047s 2022-08-10 18:17:42,904 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ac6a33-7291-4ed2-aa37-7f6dfdeaa315', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ac6a33-7291-4ed2-aa37-7f6dfdeaa315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:05.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:43,961 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.045s 2022-08-10 18:17:43,962 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d57a49d0-4b49-4712-9d0b-987fec4f0ef5', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d57a49d0-4b49-4712-9d0b-987fec4f0ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:44.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:45,022 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.047s 2022-08-10 18:17:45,022 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea82ed0a-8ba3-40f9-a304-07a6196e7fb5', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea82ed0a-8ba3-40f9-a304-07a6196e7fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:44.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:45,035 130379 INFO [tempest.common.waiters] volume 07c575a7-500a-46a1-aee7-36abc36ee448 reached available after waiting for 62.035678 seconds 2022-08-10 18:17:45,081 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:45,081 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2998b5b0-4750-4d2e-a434-762838389d8c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2998b5b0-4750-4d2e-a434-762838389d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:44.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:45,138 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.044s 2022-08-10 18:17:45,228 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf16c053-5187-4a98-8380-dbb6ef3dcfb4', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf16c053-5187-4a98-8380-dbb6ef3dcfb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:17:44.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:17:46,336 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups 1.096s 2022-08-10 18:17:46,336 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448"}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cabbb982-8c88-40af-bbcc-2882cee9c580', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cabbb982-8c88-40af-bbcc-2882cee9c580', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}]}}' 2022-08-10 18:17:46,362 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:17:46,362 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3434fc82-6fd4-4fa9-b40e-12a38eee53a0', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3434fc82-6fd4-4fa9-b40e-12a38eee53a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:46.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:47,394 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:17:47,394 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2332bf-37ee-4dce-a59d-b7a624c17b0e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2332bf-37ee-4dce-a59d-b7a624c17b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:48,422 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:17:48,422 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1860645-4c3d-490d-b9be-4e0d0aca1322', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1860645-4c3d-490d-b9be-4e0d0aca1322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:49,451 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:17:49,452 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f9fbb3-33da-4724-9078-5dd59332f528', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f9fbb3-33da-4724-9078-5dd59332f528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:50,485 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:17:50,485 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f847f7b6-0e1a-4e02-9892-b3381ae11245', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f847f7b6-0e1a-4e02-9892-b3381ae11245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:51,522 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.030s 2022-08-10 18:17:51,522 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c64ea9-4add-4d55-b254-7cc763f46022', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c64ea9-4add-4d55-b254-7cc763f46022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:52,552 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:17:52,553 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a96dee-bd75-487a-9499-45598121e630', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a96dee-bd75-487a-9499-45598121e630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:53,584 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:17:53,584 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a61607-479f-4aff-8c78-762ad10ba7fa', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a61607-479f-4aff-8c78-762ad10ba7fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:47.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:54,613 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:17:54,613 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9bbb6de-c8b4-4030-8191-dd707c3e93db', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9bbb6de-c8b4-4030-8191-dd707c3e93db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:54.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:55,652 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.031s 2022-08-10 18:17:55,652 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1c4938-39b6-4c59-8ad6-9bf62f13ba75', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1c4938-39b6-4c59-8ad6-9bf62f13ba75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:56,681 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:17:56,681 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0778431-438b-426e-8355-6674197de276', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0778431-438b-426e-8355-6674197de276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:57,718 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.030s 2022-08-10 18:17:57,719 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98d2bbb-e385-4729-b227-1cc82f4cb72e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98d2bbb-e385-4729-b227-1cc82f4cb72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:58,750 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:17:58,751 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb3f0a92-35bd-4ec4-9ebf-fd188a3cf386', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb3f0a92-35bd-4ec4-9ebf-fd188a3cf386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:17:59,788 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.030s 2022-08-10 18:17:59,788 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b244689e-6336-4742-bfb7-1553a20d5adc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b244689e-6336-4742-bfb7-1553a20d5adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:00,828 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.032s 2022-08-10 18:18:00,828 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1644a9c0-692d-43dc-ba9c-5b2286159c27', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1644a9c0-692d-43dc-ba9c-5b2286159c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:01,859 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:18:01,859 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85f1f48e-1754-432b-a39c-e56eda311f3a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85f1f48e-1754-432b-a39c-e56eda311f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:02,890 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:02,890 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7241fea6-40b4-439a-a945-03b9dab81ae3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7241fea6-40b4-439a-a945-03b9dab81ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:03,922 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:03,922 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ede026-42d5-4593-9274-f0f9a24a0d0a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ede026-42d5-4593-9274-f0f9a24a0d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:04,958 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:18:04,959 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb113fd-36e5-452f-a199-681801608444', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb113fd-36e5-452f-a199-681801608444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:05,991 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.025s 2022-08-10 18:18:05,992 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633c6a1a-991c-40a6-bb07-9c78d5cff0c2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633c6a1a-991c-40a6-bb07-9c78d5cff0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:07,027 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:18:07,028 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d15919-aeda-456b-9044-25f43d32b910', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d15919-aeda-456b-9044-25f43d32b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:08,057 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:08,057 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1465b3-b6f2-40e1-a9d1-d6e2cd1efc93', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1465b3-b6f2-40e1-a9d1-d6e2cd1efc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:09,113 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.048s 2022-08-10 18:18:09,113 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f044527a-4b2f-4822-a5db-604f5d2adaa7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f044527a-4b2f-4822-a5db-604f5d2adaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:10,147 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.027s 2022-08-10 18:18:10,148 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd97a96-1213-44d4-93c3-c0ce495adffe', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd97a96-1213-44d4-93c3-c0ce495adffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:11,179 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:18:11,179 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e01845-2620-48f8-80e4-2366eb12eb5d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e01845-2620-48f8-80e4-2366eb12eb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:12,209 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:18:12,209 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531e2906-3864-438f-a52f-4dc6dbca2e0a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531e2906-3864-438f-a52f-4dc6dbca2e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:13,245 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:18:13,246 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c446dea0-f820-4c9d-bf41-058c1635e357', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c446dea0-f820-4c9d-bf41-058c1635e357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:14,276 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:14,276 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6e4841-2977-414a-98f9-f341f915f08e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6e4841-2977-414a-98f9-f341f915f08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:15,320 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.037s 2022-08-10 18:18:15,320 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c97bbd1-66fa-4617-b2e5-13cf044a702a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c97bbd1-66fa-4617-b2e5-13cf044a702a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:16,350 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:16,350 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009311c1-2ae5-46ed-bc46-cf78581cde4f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009311c1-2ae5-46ed-bc46-cf78581cde4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:17,417 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.059s 2022-08-10 18:18:17,417 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ad5d57-4efb-4ee5-84cc-0c3bbeb6d332', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ad5d57-4efb-4ee5-84cc-0c3bbeb6d332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:18,446 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:18,447 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa01275-ccd4-47c0-b23f-17f2f19c14a4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa01275-ccd4-47c0-b23f-17f2f19c14a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:19,483 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:18:19,483 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1263f564-6237-4b78-adbe-937456b6f1aa', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1263f564-6237-4b78-adbe-937456b6f1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:20,517 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.027s 2022-08-10 18:18:20,518 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70abbae9-35dd-4321-8d94-efe68d609bf9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70abbae9-35dd-4321-8d94-efe68d609bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:21,558 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.034s 2022-08-10 18:18:21,558 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ee201f-a05c-46fc-8adf-7145f811bce6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ee201f-a05c-46fc-8adf-7145f811bce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:22,588 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:22,588 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf819812-aa08-4818-94a1-3bdd01e6b732', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf819812-aa08-4818-94a1-3bdd01e6b732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:23,617 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:18:23,617 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464f633b-277a-4bbd-8eac-d5aa675e3522', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464f633b-277a-4bbd-8eac-d5aa675e3522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:24,646 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:24,647 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b437c703-ac84-4512-9cf6-2ff6a5c31355', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b437c703-ac84-4512-9cf6-2ff6a5c31355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:25,675 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:25,675 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70184ff7-9ad0-4600-a7c0-0a527f712de1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70184ff7-9ad0-4600-a7c0-0a527f712de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:26,705 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:26,706 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9948fde5-5cd6-4cf2-848b-412443a7cb64', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9948fde5-5cd6-4cf2-848b-412443a7cb64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:27,733 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:18:27,734 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d79fc9-bb8d-4559-b13c-813778849e34', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d79fc9-bb8d-4559-b13c-813778849e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:28,763 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:28,763 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0e74cd-9f1a-4881-a216-8372a7b66729', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0e74cd-9f1a-4881-a216-8372a7b66729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:29,790 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:18:29,791 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364d8d14-2b55-4e38-8eb7-cf45bec04653', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364d8d14-2b55-4e38-8eb7-cf45bec04653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:30,826 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:18:30,827 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea56aa1d-1b48-49dd-b107-890eca95d92f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea56aa1d-1b48-49dd-b107-890eca95d92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:31,865 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:18:31,865 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d21de2-e4e9-42b3-b80c-f939bc0fd6e1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d21de2-e4e9-42b3-b80c-f939bc0fd6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:32,895 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:32,895 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38167ecb-7db9-4c4e-9f01-fb1382f6e5ae', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38167ecb-7db9-4c4e-9f01-fb1382f6e5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:33,924 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:33,925 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5bfb7b4-310b-499e-b09f-c0bb2806d3e3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5bfb7b4-310b-499e-b09f-c0bb2806d3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:34,963 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.031s 2022-08-10 18:18:34,964 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50dffd82-058e-4eab-b8bf-f7adb2f206f4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50dffd82-058e-4eab-b8bf-f7adb2f206f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:35,994 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:35,994 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d853d917-f981-4778-b7f2-bcc570139117', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d853d917-f981-4778-b7f2-bcc570139117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:37,025 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:37,026 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d8a6dd-4eb8-44e4-a78d-aca86cc8ed9d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d8a6dd-4eb8-44e4-a78d-aca86cc8ed9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:38,075 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.041s 2022-08-10 18:18:38,075 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5334df3-3d04-4775-a071-b2433ff223f4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5334df3-3d04-4775-a071-b2433ff223f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:39,118 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.034s 2022-08-10 18:18:39,118 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e8e6a2c-1185-4fe3-9ac4-44369ced3b0a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e8e6a2c-1185-4fe3-9ac4-44369ced3b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:40,152 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:18:40,153 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b264a031-b235-4420-abaf-707f36a1c046', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b264a031-b235-4420-abaf-707f36a1c046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:41,189 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.030s 2022-08-10 18:18:41,190 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c5b8e1b-db6a-411a-b578-2de4073e49b9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c5b8e1b-db6a-411a-b578-2de4073e49b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:42,232 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.036s 2022-08-10 18:18:42,233 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f175b520-8f8b-4134-866d-ca43ff9da233', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f175b520-8f8b-4134-866d-ca43ff9da233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:43,264 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:18:43,270 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2fd3aef-1bbb-4e85-93dc-cd6633f852e9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2fd3aef-1bbb-4e85-93dc-cd6633f852e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:44,310 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.034s 2022-08-10 18:18:44,310 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a58b895-6af0-4ab5-8b35-9aa7dbe6f43f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a58b895-6af0-4ab5-8b35-9aa7dbe6f43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:45,342 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.025s 2022-08-10 18:18:45,342 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c187bc-7f87-4679-b6e7-186ac8f9a8a5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c187bc-7f87-4679-b6e7-186ac8f9a8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:46,378 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:18:46,378 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b653f06d-8075-4396-8217-07afd0333184', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b653f06d-8075-4396-8217-07afd0333184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:47,407 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:47,407 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20dcc85a-5eca-4ce1-8453-7a7589410014', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20dcc85a-5eca-4ce1-8453-7a7589410014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:48,445 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:18:48,445 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141831db-f346-4eb0-8898-5b91b690f1f1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141831db-f346-4eb0-8898-5b91b690f1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:49,495 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.043s 2022-08-10 18:18:49,495 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86310e42-703d-47df-98f4-111356673072', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86310e42-703d-47df-98f4-111356673072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:50,550 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.048s 2022-08-10 18:18:50,551 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1dd2ef5-cf50-4263-a799-0fb18ca152c4', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1dd2ef5-cf50-4263-a799-0fb18ca152c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:51,581 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:18:51,581 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf89aac-87d6-4fbe-a147-f83acc60f1fb', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf89aac-87d6-4fbe-a147-f83acc60f1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:52,610 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:18:52,610 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b86dfbc-dddc-4100-a3bb-039c469cae57', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b86dfbc-dddc-4100-a3bb-039c469cae57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:53,639 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:53,639 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7ed9ef-eb43-4548-9453-55e4b720f2f0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7ed9ef-eb43-4548-9453-55e4b720f2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:54,673 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.027s 2022-08-10 18:18:54,673 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1266a2-a4ed-4aa9-82d7-f9ae771fe3e0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1266a2-a4ed-4aa9-82d7-f9ae771fe3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:55,705 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.025s 2022-08-10 18:18:55,705 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f63071f-ad42-4e59-ac49-36f78f8dbc37', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f63071f-ad42-4e59-ac49-36f78f8dbc37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:56,738 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:18:56,739 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa121a22-a241-4fd7-9716-0fc464e76958', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa121a22-a241-4fd7-9716-0fc464e76958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:57,767 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:18:57,767 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-048ca6f5-badd-4f48-accf-6b05c77c35ea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-048ca6f5-badd-4f48-accf-6b05c77c35ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:58,798 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:18:58,799 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e108bdb-273a-46c3-858d-2147a54230bf', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e108bdb-273a-46c3-858d-2147a54230bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:18:59,833 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:18:59,834 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da570bc1-2174-43c1-b303-e8891ab8da53', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da570bc1-2174-43c1-b303-e8891ab8da53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:00,864 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:19:00,864 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1637b6f-9c3a-4aaf-8b10-328b59b028f6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1637b6f-9c3a-4aaf-8b10-328b59b028f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:01,900 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:19:01,900 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5c79b4d-6f19-4645-b479-c5cc7696468f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5c79b4d-6f19-4645-b479-c5cc7696468f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:02,930 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:02,931 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5deb985-f5eb-43a6-9b57-22258a7ca3ad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5deb985-f5eb-43a6-9b57-22258a7ca3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:03,987 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.049s 2022-08-10 18:19:03,988 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e4f9bb-023f-41d7-bf7c-acd9d9358a05', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42e4f9bb-023f-41d7-bf7c-acd9d9358a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:05,021 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:19:05,021 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8a140c-c4ae-410c-87e2-a003375be777', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8a140c-c4ae-410c-87e2-a003375be777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:06,055 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:19:06,055 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224c6d2e-e858-455a-a648-4c4bc971f3e1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224c6d2e-e858-455a-a648-4c4bc971f3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:07,088 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:19:07,088 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7daf21e-a52f-4061-b2f6-7447913afd04', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7daf21e-a52f-4061-b2f6-7447913afd04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:08,116 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:08,116 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456e7f0b-602d-4af0-a0dd-4ed94bc8f0a6', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456e7f0b-602d-4af0-a0dd-4ed94bc8f0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:09,144 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:09,144 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4756836b-9b3d-4303-b1ba-784bfec1e69f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4756836b-9b3d-4303-b1ba-784bfec1e69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:10,173 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:10,173 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd11b0d-48d7-439b-83cf-60d0a345511b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd11b0d-48d7-439b-83cf-60d0a345511b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:11,207 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.027s 2022-08-10 18:19:11,207 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6335a1-1212-40b8-b213-d44137a02c11', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6335a1-1212-40b8-b213-d44137a02c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:12,236 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:12,236 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0a963c-bf6d-4463-9de4-735e7d12ee22', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0a963c-bf6d-4463-9de4-735e7d12ee22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:13,264 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:13,264 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a4f2a4-1cac-49f4-8c56-8aecf7f69624', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a4f2a4-1cac-49f4-8c56-8aecf7f69624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:14,296 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:19:14,296 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf96513-aa6c-43c8-be00-7d9f459eb9c2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf96513-aa6c-43c8-be00-7d9f459eb9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:15,331 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:15,331 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e795a1e-3543-4456-b647-9b83274e7a7b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e795a1e-3543-4456-b647-9b83274e7a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:16,360 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:16,361 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d2dbafd-5e67-478d-a32a-301d3a41fae8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d2dbafd-5e67-478d-a32a-301d3a41fae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:17,388 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:17,388 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edfac96-e9bd-4ee4-aa1a-1f36a536f5c0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edfac96-e9bd-4ee4-aa1a-1f36a536f5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:18,416 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:18,416 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1701e0ee-1e2e-45ff-a0ee-bfdeabb4f3cd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1701e0ee-1e2e-45ff-a0ee-bfdeabb4f3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:19,446 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:19,446 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81af56c3-1ca4-4eb4-9034-3ec678474237', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81af56c3-1ca4-4eb4-9034-3ec678474237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:20,475 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:20,476 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f78f16-d005-4a8b-9007-297cbb1e6667', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f78f16-d005-4a8b-9007-297cbb1e6667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:21,506 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:21,507 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76356887-63e3-4d54-91c2-381d7381203f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76356887-63e3-4d54-91c2-381d7381203f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:22,536 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:22,537 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae136cfb-212f-4dda-ba6f-9b625e038903', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae136cfb-212f-4dda-ba6f-9b625e038903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:23,564 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:23,565 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a5edd8-3ceb-4f7d-8113-b9899f0e8003', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a5edd8-3ceb-4f7d-8113-b9899f0e8003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:24,607 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.036s 2022-08-10 18:19:24,608 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc1ea2b-59c5-4a1a-a38a-68e840f62c9b', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc1ea2b-59c5-4a1a-a38a-68e840f62c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:25,637 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:25,637 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3ad75e-9292-4cb7-a5a7-0effcf4233c9', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3ad75e-9292-4cb7-a5a7-0effcf4233c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:26,670 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.025s 2022-08-10 18:19:26,671 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f989046-95b1-47b4-97df-112c69c2b8ef', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f989046-95b1-47b4-97df-112c69c2b8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:27,721 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.043s 2022-08-10 18:19:27,721 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3711a4-0957-4136-95fe-676ae99341c1', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3711a4-0957-4136-95fe-676ae99341c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:28,761 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.033s 2022-08-10 18:19:28,761 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a387791a-9ba2-4974-abf4-9114aa46e712', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a387791a-9ba2-4974-abf4-9114aa46e712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:29,797 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:19:29,798 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0744c4-075a-424c-8b93-52ebec573a79', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0744c4-075a-424c-8b93-52ebec573a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:30,831 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.026s 2022-08-10 18:19:30,831 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75701213-f63e-407c-85e5-ab9ce8d2e060', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75701213-f63e-407c-85e5-ab9ce8d2e060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:23.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:31,858 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:31,859 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7846dfb6-1974-4c65-9e7f-b1738c2dd352', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7846dfb6-1974-4c65-9e7f-b1738c2dd352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:31.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:31,864 130379 INFO [tempest.common.waiters] backup 962b875f-cd6f-4a8a-971f-118a55ae3005 reached available after waiting for 105.864524 seconds 2022-08-10 18:19:31,915 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.050s 2022-08-10 18:19:31,920 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3914b921-f000-4b6e-8424-8bbe8eb2ee9f', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3914b921-f000-4b6e-8424-8bbe8eb2ee9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:19:31.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:19:31,931 130379 INFO [tempest.common.waiters] volume 07c575a7-500a-46a1-aee7-36abc36ee448 reached available after waiting for 0.931099 seconds 2022-08-10 18:19:35,011 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005/restore 3.079s 2022-08-10 18:19:35,011 130379 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, 10 Aug 2022 18:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f517916a-8c1d-4a4c-80d7-851fef8decfb', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f517916a-8c1d-4a4c-80d7-851fef8decfb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005/restore'} Body: b'{"restore": {"backup_id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "volume_id": "014bbf23-8706-4675-a061-7d8faf24a80b", "volume_name": "restore_backup_962b875f-cd6f-4a8a-971f-118a55ae3005"}}' 2022-08-10 18:19:35,037 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:35,038 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3dd9f7f-df22-4ec9-b1a8-581201e8ec78', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3dd9f7f-df22-4ec9-b1a8-581201e8ec78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:36,075 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.030s 2022-08-10 18:19:36,076 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544b45e9-020e-473d-9ad1-1727b3ac995f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544b45e9-020e-473d-9ad1-1727b3ac995f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:37,112 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.027s 2022-08-10 18:19:37,113 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c1afb9-cc4e-4f9e-b6d1-44a5713f1894', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c1afb9-cc4e-4f9e-b6d1-44a5713f1894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:38,149 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.028s 2022-08-10 18:19:38,149 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42820fff-37ad-4d48-ab6f-b644d9360464', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42820fff-37ad-4d48-ab6f-b644d9360464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:39,180 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:39,181 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b5f8e6-c938-497a-a195-3f1666acc7de', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b5f8e6-c938-497a-a195-3f1666acc7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:40,210 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:40,211 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84bf2bb-53dd-43d3-9baa-eac074805010', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84bf2bb-53dd-43d3-9baa-eac074805010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:41,237 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:41,238 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db29d31-5984-4e79-9f9f-81ab5e428ef0', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db29d31-5984-4e79-9f9f-81ab5e428ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:42,265 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:42,266 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1fc4a91-1fcd-4a02-a7e1-c52a2172557f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1fc4a91-1fcd-4a02-a7e1-c52a2172557f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:43,292 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:43,293 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c16be7f-17f7-4468-a09b-a8c52cc7e63f', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c16be7f-17f7-4468-a09b-a8c52cc7e63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:44,321 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:44,321 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb64e1a9-b47e-48d2-aa5f-10e21d65853d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb64e1a9-b47e-48d2-aa5f-10e21d65853d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:45,348 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:45,349 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075d6f05-f126-4473-ae47-d9b39a848ff7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075d6f05-f126-4473-ae47-d9b39a848ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:46,390 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.034s 2022-08-10 18:19:46,390 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f479055-a507-4cf4-a37c-93804a65d49c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f479055-a507-4cf4-a37c-93804a65d49c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:47,418 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:47,419 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cf9266-e39c-4941-9005-474b775c8940', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cf9266-e39c-4941-9005-474b775c8940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:48,446 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:48,447 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30b2b27-e4e3-42ec-80dc-6585f9aa75b7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30b2b27-e4e3-42ec-80dc-6585f9aa75b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:49,474 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:49,475 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b8e424-12ae-4b91-a527-7c25e254b602', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b8e424-12ae-4b91-a527-7c25e254b602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:50,505 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:19:50,506 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda3933c-3674-418a-b824-668701bb4ae4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda3933c-3674-418a-b824-668701bb4ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:51,537 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:19:51,538 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c6f456-5541-4369-8b2b-7bd4b9ebb57c', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c6f456-5541-4369-8b2b-7bd4b9ebb57c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:52,565 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:19:52,565 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44e976f0-60c6-4647-9286-708f44a91b68', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44e976f0-60c6-4647-9286-708f44a91b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:53,595 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:53,596 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-198f4bb8-f702-4c75-a760-074729356cad', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-198f4bb8-f702-4c75-a760-074729356cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:54,624 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:54,625 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b73bca97-4cd0-452f-9d86-f1e38d636c1d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b73bca97-4cd0-452f-9d86-f1e38d636c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:55,653 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:19:55,653 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4bd7f5-9d8f-4a86-9528-1591bc5cf1a8', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4bd7f5-9d8f-4a86-9528-1591bc5cf1a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:56,681 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:56,682 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681bca87-1617-4d4b-a85e-50aab392c424', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681bca87-1617-4d4b-a85e-50aab392c424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:57,710 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:57,711 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf8bad7-6650-48f4-952b-dc9438acb9ce', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf8bad7-6650-48f4-952b-dc9438acb9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:58,741 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.023s 2022-08-10 18:19:58,741 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd8e3ac-9aba-45b6-93e8-7782e65f228b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd8e3ac-9aba-45b6-93e8-7782e65f228b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:19:59,770 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:19:59,770 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b72012-7dfb-4606-a35a-866f160741ec', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b72012-7dfb-4606-a35a-866f160741ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:00,798 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:20:00,799 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c67f730-cc20-48ee-b655-2f6d208073ff', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c67f730-cc20-48ee-b655-2f6d208073ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:01,828 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:20:01,829 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d400c83a-9c95-40e8-ad60-2edbb67c745d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d400c83a-9c95-40e8-ad60-2edbb67c745d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:02,857 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:20:02,857 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22414ca-ed08-4594-8bd8-88bedaf7d085', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22414ca-ed08-4594-8bd8-88bedaf7d085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:03,885 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:20:03,885 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-404c9b14-3532-4d68-a820-c25af6be2c06', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-404c9b14-3532-4d68-a820-c25af6be2c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:04,921 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.029s 2022-08-10 18:20:04,921 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ea2e4d4-f830-476d-9350-e771133d697a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea2e4d4-f830-476d-9350-e771133d697a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:05,951 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:20:05,951 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f061fa2-7a07-407d-8fa8-1e540f0ed623', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f061fa2-7a07-407d-8fa8-1e540f0ed623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:06,978 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:20:06,979 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b2b654-3a9a-4761-9dfb-7f8c55de19e2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b2b654-3a9a-4761-9dfb-7f8c55de19e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:08,006 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:20:08,006 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc9ab57-bada-498e-b211-332386d4e443', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc9ab57-bada-498e-b211-332386d4e443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:09,034 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:20:09,035 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a9d685-5e7a-4d56-9fc0-1fd1bef285f3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a9d685-5e7a-4d56-9fc0-1fd1bef285f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:10,063 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.020s 2022-08-10 18:20:10,063 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ffbc64-c52c-4507-8daf-23bd0425859b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ffbc64-c52c-4507-8daf-23bd0425859b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:11,093 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:20:11,093 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba3dd36e-e0b2-4bf8-b44e-11e98de2695a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba3dd36e-e0b2-4bf8-b44e-11e98de2695a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:12,124 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.024s 2022-08-10 18:20:12,124 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f3587a-586f-4597-b201-89121c2572bc', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f3587a-586f-4597-b201-89121c2572bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:13,153 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.022s 2022-08-10 18:20:13,153 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9bb6aac-3120-4cc7-8144-a5213a546c21', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9bb6aac-3120-4cc7-8144-a5213a546c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:19:35.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:14,182 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.021s 2022-08-10 18:20:14,182 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3657d33-5a03-49f9-b01d-c9973a94baeb', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3657d33-5a03-49f9-b01d-c9973a94baeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'{"backup": {"id": "962b875f-cd6f-4a8a-971f-118a55ae3005", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-10T18:17:46.000000", "updated_at": "2022-08-10T18:20:14.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "07c575a7-500a-46a1-aee7-36abc36ee448", "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-10T18:17:46.000000"}}' 2022-08-10 18:20:14,189 130379 INFO [tempest.common.waiters] backup 962b875f-cd6f-4a8a-971f-118a55ae3005 reached available after waiting for 39.189158 seconds 2022-08-10 18:20:14,230 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b 0.041s 2022-08-10 18:20:14,239 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04bf4f07-6bf2-48b5-b9f2-45ede6dfead2', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04bf4f07-6bf2-48b5-b9f2-45ede6dfead2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b'} Body: b'{"volume": {"id": "014bbf23-8706-4675-a061-7d8faf24a80b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:19:32.000000", "updated_at": "2022-08-10T18:20:14.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "962b875f-cd6f-4a8a-971f-118a55ae3005"}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:14,250 130379 INFO [tempest.common.waiters] volume 014bbf23-8706-4675-a061-7d8faf24a80b reached available after waiting for 0.250909 seconds 2022-08-10 18:20:14,292 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b 0.040s 2022-08-10 18:20:14,301 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704097a6-766e-4cf4-83fe-7af1f250ace8', 'content-length': '1419', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704097a6-766e-4cf4-83fe-7af1f250ace8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b'} Body: b'{"volume": {"id": "014bbf23-8706-4675-a061-7d8faf24a80b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:19:32.000000", "updated_at": "2022-08-10T18:20:14.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "962b875f-cd6f-4a8a-971f-118a55ae3005"}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:14,534 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.220s 2022-08-10 18:20:14,534 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-49495173", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDYYSwxHzm6U8EsswWoOcNtq8bYAtwaGQH/VyNXTnGZpPrcMCFHTN9Giw2oZGzXWhtQesg4d6fO6XY3GO1WANjCRSOeAvrwf7ELCBUtYWIfTkeq7igrNM83y3HG3Qfk8LQ=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:14 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-50a11db4-e500-4236-80c6-0765c03449e9', 'x-compute-request-id': 'req-50a11db4-e500-4236-80c6-0765c03449e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-49495173", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDYYSwxHzm6U8EsswWoOcNtq8bYAtwaGQH/VyNXTnGZpPrcMCFHTN9Giw2oZGzXWhtQesg4d6fO6XY3GO1WANjCRSOeAvrwf7ELCBUtYWIfTkeq7igrNM83y3HG3Qfk8LQ==", "fingerprint": "e4:a2:ca:78:42:fb:8b:86:41:0f:08:ab:6a:02:7c:60", "user_id": "64c022be379c43f5a180002795e213b1"}}' 2022-08-10 18:20:15,065 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.528s 2022-08-10 18:20:15,066 130379 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-471328915", "description": "tempest-secgroup-smoke-471328915 description", "project_id": "ddc9bc710015437795125f9d379c31b1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-1ce54cc5-5c1b-4833-854d-5b1e5217d098', 'date': 'Wed, 10 Aug 2022 18:20:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "name": "tempest-secgroup-smoke-471328915", "stateful": true, "tenant_id": "ddc9bc710015437795125f9d379c31b1", "description": "tempest-secgroup-smoke-471328915 description", "shared": false, "security_group_rules": [{"id": "6b01054a-dd01-4938-ae2b-cdd72fa3a0fa", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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": 4078, "description": null, "tags": [], "created_at": "2022-08-10T18:20:14Z", "updated_at": "2022-08-10T18:20:14Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}, {"id": "d8b25384-b384-4473-85b9-23c998753ebf", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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": 4077, "description": null, "tags": [], "created_at": "2022-08-10T18:20:14Z", "updated_at": "2022-08-10T18:20:14Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}], "tags": [], "created_at": "2022-08-10T18:20:14Z", "updated_at": "2022-08-10T18:20:14Z", "revision_number": 1, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:15,511 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.445s 2022-08-10 18:20:15,512 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "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-9430ad4a-a012-4f3a-b863-fe92421a11f4', 'date': 'Wed, 10 Aug 2022 18:20:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f56580e-fc1c-4a70-95f1-dd749e922486", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:15Z", "updated_at": "2022-08-10T18:20:15Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:15,985 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.473s 2022-08-10 18:20:15,985 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "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-58c2a8f9-957a-4d88-82d3-0bcd75d7d216', 'date': 'Wed, 10 Aug 2022 18:20:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e7817da-9071-49ab-92e1-1f096947e3ed", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:15Z", "updated_at": "2022-08-10T18:20:15Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:16,442 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.456s 2022-08-10 18:20:16,443 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0f323bdb-9c70-4dfd-a484-28a39edc30ae', 'date': 'Wed, 10 Aug 2022 18:20:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b37bb9b8-464b-4eac-9ad5-cadf60edefb6", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:16Z", "updated_at": "2022-08-10T18:20:16Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:16,876 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.433s 2022-08-10 18:20:16,877 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ac755f41-f0ab-470f-88df-ab9f2927d0d0', 'date': 'Wed, 10 Aug 2022 18:20:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ce74bd7-2e04-4cda-8efc-f0f1268c5bed", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:16Z", "updated_at": "2022-08-10T18:20:16Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:17,282 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.405s 2022-08-10 18:20:17,283 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fa926483-edd6-451e-abbf-2bc9e73d4385', 'date': 'Wed, 10 Aug 2022 18:20:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "14a2eeb3-f85d-455e-8b07-ea0ab3219b95", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:17Z", "updated_at": "2022-08-10T18:20:17Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:17,642 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.359s 2022-08-10 18:20:17,642 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "project_id": "ddc9bc710015437795125f9d379c31b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-074e7749-18cf-4237-9b0c-6def48f972bd', 'date': 'Wed, 10 Aug 2022 18:20:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f28dbb8e-4d51-424a-b761-6c6e2324f6e2", "tenant_id": "ddc9bc710015437795125f9d379c31b1", "security_group_id": "5f516dbf-9344-44bf-9e44-94657f0e3f50", "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-08-10T18:20:17Z", "updated_at": "2022-08-10T18:20:17Z", "revision_number": 0, "project_id": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:17,839 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.083s 2022-08-10 18:20:17,840 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:17 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-fe43002f-c810-4dd0-ab4c-4f8ab36634b3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64c022be379c43f5a180002795e213b1", "name": "tempest-TestVolumeBackupRestore-1934945487-project", "password_expires_at": null}, "audit_ids": ["MFKCBrToRH-VlSdv5iBmyA"], "expires_at": "2022-08-10T19:20:17.000000Z", "issued_at": "2022-08-10T18:20:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddc9bc710015437795125f9d379c31b1", "name": "tempest-TestVolumeBackupRestore-1934945487"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/ddc9bc710015437795125f9d379c31b1", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_ddc9bc710015437795125f9d379c31b1", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:20:17,840 130379 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': 'a75ff153-d06d-4830-a8b2-9a0c28927353', 'name': 'tempest-TestVolumeBackupRestore-1255124424-network', 'tenant_id': 'ddc9bc710015437795125f9d379c31b1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ddc9bc710015437795125f9d379c31b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 627, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:16Z', 'updated_at': '2022-08-10T18:16:16Z', 'revision_number': 1} available for tenant 2022-08-10 18:20:18,195 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 POST http://10.222.0.50/compute/v2.1/servers 0.353s 2022-08-10 18:20:18,195 130379 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-131383778", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "014bbf23-8706-4675-a061-7d8faf24a80b", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-49495173", "security_groups": [{"name": "tempest-secgroup-smoke-471328915"}], "networks": [{"uuid": "a75ff153-d06d-4830-a8b2-9a0c28927353"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a5775974-b478-4986-bb96-9908d614663b', 'x-compute-request-id': 'req-a5775974-b478-4986-bb96-9908d614663b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:20:18,450 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/5f516dbf-9344-44bf-9e44-94657f0e3f50 0.238s 2022-08-10 18:20:18,450 130379 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-e6d6cbf0-c1ee-4224-8fc7-d7c0bf565e51', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:20:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/5f516dbf-9344-44bf-9e44-94657f0e3f50'} Body: b'' 2022-08-10 18:20:18,612 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-49495173 0.161s 2022-08-10 18:20:18,612 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20: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-c18716fb-7ed4-46db-a6a4-61194e6d319d', 'x-compute-request-id': 'req-c18716fb-7ed4-46db-a6a4-61194e6d319d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-49495173'} Body: b'' 2022-08-10 18:20:18,873 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b 0.260s 2022-08-10 18:20:18,873 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20: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-2f62b659-4728-4189-a162-ce83b17569cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/014bbf23-8706-4675-a061-7d8faf24a80b'} Body: b'' 2022-08-10 18:20:19,038 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005 0.164s 2022-08-10 18:20:19,038 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-12c69eb5-f9d5-44ed-8259-82be54b2056f', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c69eb5-f9d5-44ed-8259-82be54b2056f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/backups/962b875f-cd6f-4a8a-971f-118a55ae3005'} Body: b'' 2022-08-10 18:20:19,451 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.412s 2022-08-10 18:20:19,451 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20: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-274a953b-1832-433c-89ec-63439f5f9f1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'' 2022-08-10 18:20:19,510 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.058s 2022-08-10 18:20:19,510 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81dec22c-4fd3-425c-8b7d-1bd12e2b3573', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81dec22c-4fd3-425c-8b7d-1bd12e2b3573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:20:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:20,596 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.074s 2022-08-10 18:20:20,597 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5d85c0-06bd-416a-b334-cf37aaea8dbf', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5d85c0-06bd-416a-b334-cf37aaea8dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:20:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:21,676 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.068s 2022-08-10 18:20:21,677 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ff4849-0aa5-4eda-885d-a2361e17382a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ff4849-0aa5-4eda-885d-a2361e17382a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:20:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:22,738 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.050s 2022-08-10 18:20:22,738 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba4a282-38de-4fd5-b4ab-d9746751dfd9', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba4a282-38de-4fd5-b4ab-d9746751dfd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"volume": {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:20:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "ddc9bc710015437795125f9d379c31b1"}}' 2022-08-10 18:20:23,780 130379 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448 0.029s 2022-08-10 18:20:23,781 130379 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:20:23 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-68cdd24b-4c7e-4a64-988f-747d654e9133', 'x-openstack-request-id': 'req-68cdd24b-4c7e-4a64-988f-747d654e9133', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/ddc9bc710015437795125f9d379c31b1/volumes/07c575a7-500a-46a1-aee7-36abc36ee448'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 07c575a7-500a-46a1-aee7-36abc36ee448 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft56.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-08-10 18:16:40,183 130375 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-722202561 on backend None 2022-08-10 18:16:40,565 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types 0.381s 2022-08-10 18:16:40,565 130375 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-722202561", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0b425c-0b54-4ad7-941b-d827ac4e80ef', 'content-length': '211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0b425c-0b54-4ad7-941b-d827ac4e80ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types'} Body: b'{"volume_type": {"id": "5283caf9-45d8-4d7c-9243-0b6ef6d082c1", "name": "tempest-scenario-type-luks-722202561", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-10 18:16:40,570 130375 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 5283caf9-45d8-4d7c-9243-0b6ef6d082c1 2022-08-10 18:16:40,899 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/5283caf9-45d8-4d7c-9243-0b6ef6d082c1/encryption 0.328s 2022-08-10 18:16:40,899 130375 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, 10 Aug 2022 18:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844f324b-8053-4e00-849b-758cff05b521', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844f324b-8053-4e00-849b-758cff05b521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/5283caf9-45d8-4d7c-9243-0b6ef6d082c1/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "5283caf9-45d8-4d7c-9243-0b6ef6d082c1", "encryption_id": "127a6dbb-75ed-48c8-b7b2-7604280d5fcd"}}' 2022-08-10 18:16:42,406 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes 1.504s 2022-08-10 18:16:42,406 130375 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-2056077930", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-722202561", "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242a0cd7-41fa-4d43-982e-7a015d46d902', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242a0cd7-41fa-4d43-982e-7a015d46d902', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:41.937179", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:16:42,514 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.097s 2022-08-10 18:16:42,514 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a28fbd-ecce-43d7-8584-f30299e14c70', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a28fbd-ecce-43d7-8584-f30299e14c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:43,587 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.061s 2022-08-10 18:16:43,588 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9507d2-7f34-4a31-82e0-5ee91b16859b', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9507d2-7f34-4a31-82e0-5ee91b16859b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:44,665 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.066s 2022-08-10 18:16:44,666 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4493eda6-c2a9-4f17-bdae-d109834fe404', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4493eda6-c2a9-4f17-bdae-d109834fe404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:44.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:44,676 130375 INFO [tempest.common.waiters] volume 7036c788-8d10-43ea-a9de-d29b02d6dbbf reached available after waiting for 2.676184 seconds 2022-08-10 18:16:44,729 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.048s 2022-08-10 18:16:44,729 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9be7e94-0c05-477a-9dfe-4d574d8dd8f8', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9be7e94-0c05-477a-9dfe-4d574d8dd8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:44.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:44,860 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf/action 0.118s 2022-08-10 18:16:44,860 130375 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, 10 Aug 2022 18:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-5ad7164c-f7bb-4f23-b976-e0dba040c1a5', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad7164c-f7bb-4f23-b976-e0dba040c1a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf/action'} Body: b'' 2022-08-10 18:16:44,927 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.060s 2022-08-10 18:16:44,927 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:44 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-19b7e7d2-1006-4163-bcdb-6440d77048e4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abb93fabf84444c0974a197c6564a1fe", "name": "tempest-TestVolumeBootPattern-643594796-project", "password_expires_at": null}, "audit_ids": ["FoIwZMVbSNGmm2KDUNUsWQ"], "expires_at": "2022-08-10T19:16:44.000000Z", "issued_at": "2022-08-10T18:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d3725574964172b743b748cb00c039", "name": "tempest-TestVolumeBootPattern-643594796"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_22d3725574964172b743b748cb00c039", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:16:44,928 130375 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': '495f27ec-1384-4fe6-8f96-b830e27d049a', 'name': 'tempest-TestVolumeBootPattern-1902551746-network', 'tenant_id': '22d3725574964172b743b748cb00c039', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '22d3725574964172b743b748cb00c039', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 648, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:15Z', 'updated_at': '2022-08-10T18:16:15Z', 'revision_number': 1} available for tenant 2022-08-10 18:16:45,354 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 500 POST http://10.222.0.50/compute/v2.1/servers 0.425s 2022-08-10 18:16:45,355 130375 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-1649542909", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "495f27ec-1384-4fe6-8f96-b830e27d049a"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16: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-219700bf-e99f-4dbc-afb4-4297f1c68221', 'x-compute-request-id': 'req-219700bf-e99f-4dbc-afb4-4297f1c68221', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:16:45,710 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.346s 2022-08-10 18:16:45,711 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:45 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-7cad20b2-c703-4598-b60b-2cee871abd13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'' 2022-08-10 18:16:45,839 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.127s 2022-08-10 18:16:45,839 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19395d26-551a-440a-bb18-346d0b9e21d8', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19395d26-551a-440a-bb18-346d0b9e21d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:45.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:46,907 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.057s 2022-08-10 18:16:46,908 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21dbdf7-0766-4d97-a673-db3e88f754eb', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21dbdf7-0766-4d97-a673-db3e88f754eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:45.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:48,047 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.128s 2022-08-10 18:16:48,048 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f5f661-b305-4b21-a92e-0ba2f14a885a', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f5f661-b305-4b21-a92e-0ba2f14a885a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"volume": {"id": "7036c788-8d10-43ea-a9de-d29b02d6dbbf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:42.000000", "updated_at": "2022-08-10T18:16:45.000000", "name": "tempest-TestVolumeBootPattern-volume-2056077930", "description": null, "volume_type": "tempest-scenario-type-luks-722202561", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:49,113 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf 0.053s 2022-08-10 18:16:49,114 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 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-f08825cd-bf33-44c0-a322-94397d7b5e9b', 'x-openstack-request-id': 'req-f08825cd-bf33-44c0-a322-94397d7b5e9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/7036c788-8d10-43ea-a9de-d29b02d6dbbf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7036c788-8d10-43ea-a9de-d29b02d6dbbf could not be found."}}' 2022-08-10 18:16:49,270 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/detail?all_tenants=1 0.155s 2022-08-10 18:16:49,270 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb0a840-30c1-49c8-bb6d-53e097f729d1', 'content-length': '10466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb0a840-30c1-49c8-bb6d-53e097f729d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "44da4d1d-588a-4a40-9250-4f8c85ff4cdf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:46.000000", "updated_at": "2022-08-10T18:16:48.000000", "name": null, "description": "tempest-@#$%^* description-439907382", "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/44da4d1d-588a-4a40-9250-4f8c85ff4cdf"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/44da4d1d-588a-4a40-9250-4f8c85ff4cdf"}], "user_id": "0e6dad8c14444d08a7e7ced7a2dedd56", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "2e729e44e7f0406ea2293829b6e72ad8", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "e986daf0-1f7f-4c06-ba2c-90c91406c55f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:22.000000", "updated_at": "2022-08-10T18:16:45.000000", "name": "tempest-VolumesGetTest-new-Volume-703918381", "description": "This is the new description of volume", "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": "d17a775a-3709-4582-8b35-ca5fb885624e", "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/e986daf0-1f7f-4c06-ba2c-90c91406c55f"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/e986daf0-1f7f-4c06-ba2c-90c91406c55f"}], "user_id": "0e6dad8c14444d08a7e7ced7a2dedd56", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "2e729e44e7f0406ea2293829b6e72ad8", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "d17a775a-3709-4582-8b35-ca5fb885624e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:18.000000", "updated_at": "2022-08-10T18:16:21.000000", "name": "tempest-VolumesGetTest-Volume-1823713811", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/d17a775a-3709-4582-8b35-ca5fb885624e"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/d17a775a-3709-4582-8b35-ca5fb885624e"}], "user_id": "0e6dad8c14444d08a7e7ced7a2dedd56", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, 2022-08-10 18:16:49,500 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/5283caf9-45d8-4d7c-9243-0b6ef6d082c1 0.212s 2022-08-10 18:16:49,501 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 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-f48a5972-c799-477f-ba29-0442021f728b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/5283caf9-45d8-4d7c-9243-0b6ef6d082c1'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft56.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-08-10 18:16:49,503 130375 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-401964905 on backend None 2022-08-10 18:16:49,771 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types 0.157s 2022-08-10 18:16:49,773 130375 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-401964905", "extra_specs": {}}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1368ecbf-3b22-4ca4-866e-22819ab107cc', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1368ecbf-3b22-4ca4-866e-22819ab107cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types'} Body: b'{"volume_type": {"id": "90687e56-6bbc-4f7f-8e78-8b2eea4da4ae", "name": "tempest-scenario-type-luks2-401964905", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-10 18:16:49,776 130375 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 90687e56-6bbc-4f7f-8e78-8b2eea4da4ae 2022-08-10 18:16:49,979 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/90687e56-6bbc-4f7f-8e78-8b2eea4da4ae/encryption 0.202s 2022-08-10 18:16:49,979 130375 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, 10 Aug 2022 18:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec3cfcc-5f81-4300-bf11-cd57e10988aa', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec3cfcc-5f81-4300-bf11-cd57e10988aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/90687e56-6bbc-4f7f-8e78-8b2eea4da4ae/encryption'} Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "90687e56-6bbc-4f7f-8e78-8b2eea4da4ae", "encryption_id": "473ec082-cb8a-413f-9e3a-08f441ec395b"}}' 2022-08-10 18:16:51,055 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes 1.073s 2022-08-10 18:16:51,061 130375 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-2075008156", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-401964905", "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9186e7da-5626-4709-9023-9c839b95198d', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9186e7da-5626-4709-9023-9c839b95198d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:50.525178", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:16:51,127 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.056s 2022-08-10 18:16:51,128 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad76d0a-87eb-4329-86f2-b2589d205acb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad76d0a-87eb-4329-86f2-b2589d205acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:52,246 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.105s 2022-08-10 18:16:52,246 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e66007-5f05-4b86-a8b3-6f7286eb0b1e', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e66007-5f05-4b86-a8b3-6f7286eb0b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:51.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:53,342 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.083s 2022-08-10 18:16:53,343 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4abc8a-7781-40ba-b751-2b97fa01ceae', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4abc8a-7781-40ba-b751-2b97fa01ceae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:51.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:54,421 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.065s 2022-08-10 18:16:54,421 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c64a9e7-d356-48e4-b9d2-53bc32959b55', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c64a9e7-d356-48e4-b9d2-53bc32959b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:53.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:54,432 130375 INFO [tempest.common.waiters] volume 8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 reached available after waiting for 3.432858 seconds 2022-08-10 18:16:54,490 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.054s 2022-08-10 18:16:54,491 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6441eb71-5aa7-482c-a132-eb5211409437', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6441eb71-5aa7-482c-a132-eb5211409437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:53.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:54,666 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2/action 0.164s 2022-08-10 18:16:54,666 130375 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, 10 Aug 2022 18:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-bd3cf83b-d122-41b9-8a33-8c8003bcf7b2', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3cf83b-d122-41b9-8a33-8c8003bcf7b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2/action'} Body: b'' 2022-08-10 18:16:54,742 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.070s 2022-08-10 18:16:54,742 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:54 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-7fa094d3-1aa3-4335-8745-4b383ecab1bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abb93fabf84444c0974a197c6564a1fe", "name": "tempest-TestVolumeBootPattern-643594796-project", "password_expires_at": null}, "audit_ids": ["omd5A1PAQlGn_r1bTqRPkA"], "expires_at": "2022-08-10T19:16:54.000000Z", "issued_at": "2022-08-10T18:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d3725574964172b743b748cb00c039", "name": "tempest-TestVolumeBootPattern-643594796"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_22d3725574964172b743b748cb00c039", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:16:54,743 130375 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '495f27ec-1384-4fe6-8f96-b830e27d049a', 'name': 'tempest-TestVolumeBootPattern-1902551746-network', 'tenant_id': '22d3725574964172b743b748cb00c039', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '22d3725574964172b743b748cb00c039', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 648, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:15Z', 'updated_at': '2022-08-10T18:16:15Z', 'revision_number': 1} available for tenant 2022-08-10 18:16:55,307 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 POST http://10.222.0.50/compute/v2.1/servers 0.563s 2022-08-10 18:16:55,307 130375 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-467466994", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "495f27ec-1384-4fe6-8f96-b830e27d049a"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16: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-aeeda117-c7b8-49b6-b0e6-77633c15a1d9', 'x-compute-request-id': 'req-aeeda117-c7b8-49b6-b0e6-77633c15a1d9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:16:55,509 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.201s 2022-08-10 18:16:55,510 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:55 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-95f4a753-ddee-49b9-9f4e-5add503f77f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'' 2022-08-10 18:16:55,558 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.048s 2022-08-10 18:16:55,559 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb42df58-54f5-452a-bd19-a9b9f1f18294', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb42df58-54f5-452a-bd19-a9b9f1f18294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:55.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:56,615 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.042s 2022-08-10 18:16:56,615 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ad5841-7c10-4559-92a4-86418914f382', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ad5841-7c10-4559-92a4-86418914f382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:55.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:57,710 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.082s 2022-08-10 18:16:57,710 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087ae93d-046e-476e-9110-8b2c8041d664', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087ae93d-046e-476e-9110-8b2c8041d664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:55.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:58,773 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.048s 2022-08-10 18:16:58,773 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c458e221-f5ee-4be6-aab2-1d77eea56d79', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c458e221-f5ee-4be6-aab2-1d77eea56d79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"volume": {"id": "8324ac7b-05c9-4eb3-aacc-84b66ad19bd2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:51.000000", "updated_at": "2022-08-10T18:16:55.000000", "name": "tempest-TestVolumeBootPattern-volume-2075008156", "description": null, "volume_type": "tempest-scenario-type-luks2-401964905", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:16:59,817 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 0.033s 2022-08-10 18:16:59,818 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:59 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-1fe5d55f-854d-4c38-82e6-1005d606877b', 'x-openstack-request-id': 'req-1fe5d55f-854d-4c38-82e6-1005d606877b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/8324ac7b-05c9-4eb3-aacc-84b66ad19bd2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8324ac7b-05c9-4eb3-aacc-84b66ad19bd2 could not be found."}}' 2022-08-10 18:16:59,892 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/detail?all_tenants=1 0.073s 2022-08-10 18:16:59,892 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7717b2bc-ec8a-4d83-b911-85d72d71063e', 'content-length': '10449', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7717b2bc-ec8a-4d83-b911-85d72d71063e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "d9c824d5-c4bc-4ad5-b045-8bb17fddfa11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:58.000000", "updated_at": "2022-08-10T18:16:59.000000", "name": "tempest-VolumesGetTest-Volume-1421459248", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/d9c824d5-c4bc-4ad5-b045-8bb17fddfa11"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/d9c824d5-c4bc-4ad5-b045-8bb17fddfa11"}], "user_id": "0e6dad8c14444d08a7e7ced7a2dedd56", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "2e729e44e7f0406ea2293829b6e72ad8", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "86113e6c-672c-47c6-81c7-b83110daf56c", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:55.000000", "updated_at": "2022-08-10T18:16:57.000000", "name": "restore_backup_f182667b-0598-4018-be11-160ebf3727da", "description": "auto-created_from_restore_from_backup", "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/86113e6c-672c-47c6-81c7-b83110daf56c"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/86113e6c-672c-47c6-81c7-b83110daf56c"}], "user_id": "5292bc31784241c3abc2e2a1828ec3ca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "e98cd08ee22b4f0186fe5c62d611353d", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "07c575a7-500a-46a1-aee7-36abc36ee448", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:43.000000", "updated_at": "2022-08-10T18:16:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-1315090374", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/07c575a7-500a-46a1-aee7-36abc36ee448"}], "user_id": "64c022be379c43f5a180002795e213b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-852296-2@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "ddc9bc710015437795125f9d379c31b1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "d17a775a-3709-4582-8b35-ca5fb885624e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:16:18.000000", "updated_at": "2022-08-10T18:16:21.000000", "name": "tempest-VolumesGetTest-Volume-1823713811", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/volumes/d17a775a-3709-4582-8b35-ca5fb885624e"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/6b4a3a3bb380472cb377442b5fb5162a/volumes/d17a775a-3709-4582-8b35-ca5fb885624e"}], "user_id": "0e6dad8c14444d08a7e7ced7a2dedd56", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": f 2022-08-10 18:17:00,091 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/90687e56-6bbc-4f7f-8e78-8b2eea4da4ae 0.167s 2022-08-10 18:17:00,091 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:16:59 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-1761aba8-6577-4bed-8673-76829967ed13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/6b4a3a3bb380472cb377442b5fb5162a/types/90687e56-6bbc-4f7f-8e78-8b2eea4da4ae'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft56.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-08-10 18:17:01,712 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f 1.618s 2022-08-10 18:17:01,713 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9802460c-75c9-46fc-83c4-e46c5a72cebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f'} 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": "de82af5b02764b529d7ffc4d95b6343f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "created_at": "2022-08-10T17:40:04Z", "updated_at": "2022-08-10T17:40:21Z", "tags": [], "self": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f", "file": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:17:03,460 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes 1.747s 2022-08-10 18:17:03,461 130375 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-842755437", "snapshot_id": null, "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9568254-6516-4d90-bc64-915c749c511b', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9568254-6516-4d90-bc64-915c749c511b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.074158", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:17:03,517 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.047s 2022-08-10 18:17:03,518 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d7b08b-87a2-4f04-8662-ba863cadec5b', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d7b08b-87a2-4f04-8662-ba863cadec5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:04,578 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.049s 2022-08-10 18:17:04,579 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a0fce6c-4368-4670-8e16-4000fb11415a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0fce6c-4368-4670-8e16-4000fb11415a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:05,652 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.063s 2022-08-10 18:17:05,653 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4e0d86-0c42-44df-b6eb-4bfed448efcb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4e0d86-0c42-44df-b6eb-4bfed448efcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:06,707 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.043s 2022-08-10 18:17:06,707 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d85a4e0-e7e1-4039-bb5f-ff20ab9549c4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d85a4e0-e7e1-4039-bb5f-ff20ab9549c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:07,769 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.049s 2022-08-10 18:17:07,769 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ba12c1-6c2e-47d7-a942-7e716c5b92fa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ba12c1-6c2e-47d7-a942-7e716c5b92fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:08,834 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.052s 2022-08-10 18:17:08,834 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09a7c1e-1ae1-4fc1-9911-1397e209a062', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09a7c1e-1ae1-4fc1-9911-1397e209a062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:09,908 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.062s 2022-08-10 18:17:09,909 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5c9e80e-763c-4245-a20c-ae4c60d63dce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5c9e80e-763c-4245-a20c-ae4c60d63dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:10,969 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.049s 2022-08-10 18:17:10,969 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fdd60bf-f864-476a-95d5-abea65734fdf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fdd60bf-f864-476a-95d5-abea65734fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:12,028 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.046s 2022-08-10 18:17:12,028 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c7e71f-e175-41e0-a636-e6dc2240cafc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c7e71f-e175-41e0-a636-e6dc2240cafc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:13,087 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.046s 2022-08-10 18:17:13,087 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb60679-09b0-4016-8057-7e33776aeae1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb60679-09b0-4016-8057-7e33776aeae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:14,147 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.048s 2022-08-10 18:17:14,147 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d149b42-0bbd-4942-893b-d4af6eca8d47', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d149b42-0bbd-4942-893b-d4af6eca8d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:15,211 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.052s 2022-08-10 18:17:15,212 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0accbf-9b6c-4ab1-8f4d-ab5c23ed477a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0accbf-9b6c-4ab1-8f4d-ab5c23ed477a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:16,274 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.050s 2022-08-10 18:17:16,274 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988478e2-b862-4dd3-b266-7a382528b564', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988478e2-b862-4dd3-b266-7a382528b564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:17,338 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.051s 2022-08-10 18:17:17,338 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f971f3ea-e659-4f3a-bacc-01527e539bb9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f971f3ea-e659-4f3a-bacc-01527e539bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:18,427 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.077s 2022-08-10 18:17:18,428 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9464ff5-4125-4706-8843-47990ba59313', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9464ff5-4125-4706-8843-47990ba59313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:19,494 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.055s 2022-08-10 18:17:19,495 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8451c4-9a80-4326-bc48-de4e04c1b3e5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8451c4-9a80-4326-bc48-de4e04c1b3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:20,554 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.048s 2022-08-10 18:17:20,555 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36522bc2-bdd6-4708-b836-be030a60eb19', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36522bc2-bdd6-4708-b836-be030a60eb19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:21,610 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.043s 2022-08-10 18:17:21,610 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4462d020-25c1-4f31-975d-fca3e9672423', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4462d020-25c1-4f31-975d-fca3e9672423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:22,666 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.045s 2022-08-10 18:17:22,667 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1685856-30f5-444f-b7e6-5c8ae3f2e1e2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1685856-30f5-444f-b7e6-5c8ae3f2e1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:23,724 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.044s 2022-08-10 18:17:23,725 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886ec26c-6d2b-485b-9f2a-fed6775375ac', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886ec26c-6d2b-485b-9f2a-fed6775375ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:24,780 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.044s 2022-08-10 18:17:24,780 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae19ef4-a8d1-4339-abd9-2848bfbb54c2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae19ef4-a8d1-4339-abd9-2848bfbb54c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:04.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:25,837 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.041s 2022-08-10 18:17:25,838 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12ac71bf-663f-4c89-85a9-77f68b6e0246', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12ac71bf-663f-4c89-85a9-77f68b6e0246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:26,896 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.046s 2022-08-10 18:17:26,896 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ce3356-3a39-4301-a90b-72a4c65a8433', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ce3356-3a39-4301-a90b-72a4c65a8433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:27,950 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.042s 2022-08-10 18:17:27,951 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feade181-fe00-4816-87e7-ff76658549ad', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feade181-fe00-4816-87e7-ff76658549ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:29,010 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.048s 2022-08-10 18:17:29,011 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1500848-3849-4bfc-b089-7870c5e16a6f', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1500848-3849-4bfc-b089-7870c5e16a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:30,065 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.042s 2022-08-10 18:17:30,065 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d35180-4e01-499b-be9e-8eb7690464ad', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d35180-4e01-499b-be9e-8eb7690464ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:31,128 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.049s 2022-08-10 18:17:31,128 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450f5c9e-dc6b-4698-8026-179bf6f0adb5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450f5c9e-dc6b-4698-8026-179bf6f0adb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:32,195 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.053s 2022-08-10 18:17:32,195 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb15785-0f5b-4672-b478-8a5a181b9276', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb15785-0f5b-4672-b478-8a5a181b9276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:33,252 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.045s 2022-08-10 18:17:33,252 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f6c093-cf70-4f86-b8ed-9ae292bc6b39', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f6c093-cf70-4f86-b8ed-9ae292bc6b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:34,306 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.043s 2022-08-10 18:17:34,307 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50bc31f9-9c3e-4650-9f4b-44a0b8d40d17', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bc31f9-9c3e-4650-9f4b-44a0b8d40d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:35,361 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.042s 2022-08-10 18:17:35,361 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1b0861-4c03-451d-bb32-0118cb59223d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1b0861-4c03-451d-bb32-0118cb59223d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:36,419 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.045s 2022-08-10 18:17:36,419 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0ac97c-ebc2-49f2-97f3-da9e1f7a72cb', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0ac97c-ebc2-49f2-97f3-da9e1f7a72cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:37,474 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.044s 2022-08-10 18:17:37,475 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ed3b236-c4c0-4bbe-9ab2-edde2b0864b5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ed3b236-c4c0-4bbe-9ab2-edde2b0864b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:38,534 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.045s 2022-08-10 18:17:38,534 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f110e41b-c4f2-4e2c-bac5-d53f2d16f3ad', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f110e41b-c4f2-4e2c-bac5-d53f2d16f3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:39,599 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.053s 2022-08-10 18:17:39,600 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce65ea8f-157f-4f63-8d24-7f769e43bd07', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce65ea8f-157f-4f63-8d24-7f769e43bd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:40,654 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.042s 2022-08-10 18:17:40,654 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f741bd29-c803-4e97-959e-dba266e01117', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f741bd29-c803-4e97-959e-dba266e01117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:41,710 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.043s 2022-08-10 18:17:41,711 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e393b9ff-42a8-441f-91b6-95b6484e6a87', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e393b9ff-42a8-441f-91b6-95b6484e6a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:42,765 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.043s 2022-08-10 18:17:42,765 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46b41597-ca46-46bd-82e5-66c6b50a6f15', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46b41597-ca46-46bd-82e5-66c6b50a6f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:43,821 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.045s 2022-08-10 18:17:43,821 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efda442e-0b93-4f39-9878-c48efd4d4c26', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efda442e-0b93-4f39-9878-c48efd4d4c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:44,874 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.041s 2022-08-10 18:17:44,875 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9f0166-1e09-4133-83dc-bbcc9db25bc8', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9f0166-1e09-4133-83dc-bbcc9db25bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:45,945 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.058s 2022-08-10 18:17:45,945 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f479607-3a6d-4eb9-91a9-12a6457c630f', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f479607-3a6d-4eb9-91a9-12a6457c630f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:47,005 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.047s 2022-08-10 18:17:47,006 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db59779-8d61-417b-8e89-09b45d0047ab', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db59779-8d61-417b-8e89-09b45d0047ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:48,074 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.056s 2022-08-10 18:17:48,074 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660b7e2f-2852-4280-a2bd-1c7fbcbb50a4', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660b7e2f-2852-4280-a2bd-1c7fbcbb50a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:49,137 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.048s 2022-08-10 18:17:49,138 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020d82b0-09a5-4354-a916-96a7d6a7e0b9', 'content-length': '1370', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020d82b0-09a5-4354-a916-96a7d6a7e0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:50,192 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.041s 2022-08-10 18:17:50,193 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd332b5c-7575-45af-8e61-c31843696b8a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd332b5c-7575-45af-8e61-c31843696b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:50,203 130375 INFO [tempest.common.waiters] volume cfee8656-ded0-4695-9ecd-21a6fd39f2e7 reached available after waiting for 47.203163 seconds 2022-08-10 18:17:50,257 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.054s 2022-08-10 18:17:50,257 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aef4757-9ddd-4817-8fc7-964c24b40b1b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aef4757-9ddd-4817-8fc7-964c24b40b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:50,981 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots 0.713s 2022-08-10 18:17:50,982 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "metadata": null}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383841dc-6a79-4c1e-b050-e4fdcab751df', 'content-length': '305', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383841dc-6a79-4c1e-b050-e4fdcab751df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:50.641995", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-10 18:17:51,022 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.036s 2022-08-10 18:17:51,022 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cd7e54-ec0f-445f-bab6-cf76fc19389e', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cd7e54-ec0f-445f-bab6-cf76fc19389e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:17:52,059 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.031s 2022-08-10 18:17:52,059 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b445cc44-8f77-496b-93c7-3f929a29951e', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b445cc44-8f77-496b-93c7-3f929a29951e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:17:53,089 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.026s 2022-08-10 18:17:53,090 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515e6ca3-c679-400b-a400-f082721cebc0', 'content-length': '437', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515e6ca3-c679-400b-a400-f082721cebc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-10 18:17:54,117 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.023s 2022-08-10 18:17:54,118 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccfb80a4-461d-42a6-8bbc-0fd3c1964c26', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccfb80a4-461d-42a6-8bbc-0fd3c1964c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": "2022-08-10T18:17:53.000000", "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-10 18:17:54,121 130375 INFO [tempest.common.waiters] snapshot cb7c972d-d522-47b0-bad6-0347918995bc reached available after waiting for 3.121865 seconds 2022-08-10 18:17:54,146 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.024s 2022-08-10 18:17:54,146 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ead06c6-6d36-4940-abe0-fcaf6efc5b87', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ead06c6-6d36-4940-abe0-fcaf6efc5b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": "2022-08-10T18:17:53.000000", "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-10 18:17:54,187 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.032s 2022-08-10 18:17:54,187 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 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-8e816965-8530-4766-854c-c2ca122bf0cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abb93fabf84444c0974a197c6564a1fe", "name": "tempest-TestVolumeBootPattern-643594796-project", "password_expires_at": null}, "audit_ids": ["QgNwA6g3TT6tWK6CtRBo_g"], "expires_at": "2022-08-10T19:17:54.000000Z", "issued_at": "2022-08-10T18:17:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d3725574964172b743b748cb00c039", "name": "tempest-TestVolumeBootPattern-643594796"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_22d3725574964172b743b748cb00c039", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:17:54,188 130375 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '495f27ec-1384-4fe6-8f96-b830e27d049a', 'name': 'tempest-TestVolumeBootPattern-1902551746-network', 'tenant_id': '22d3725574964172b743b748cb00c039', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '22d3725574964172b743b748cb00c039', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 648, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:15Z', 'updated_at': '2022-08-10T18:16:15Z', 'revision_number': 1} available for tenant 2022-08-10 18:17:54,510 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 500 POST http://10.222.0.50/compute/v2.1/servers 0.321s 2022-08-10 18:17:54,510 130375 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-730630751", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "cb7c972d-d522-47b0-bad6-0347918995bc", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "495f27ec-1384-4fe6-8f96-b830e27d049a"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17: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-9bbf6534-8e15-4afc-8f1b-11e0af352c49', 'x-compute-request-id': 'req-9bbf6534-8e15-4afc-8f1b-11e0af352c49', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:17:54,662 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.150s 2022-08-10 18:17:54,662 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 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-adbbab8d-2901-4df3-85d7-d337ce235b76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'' 2022-08-10 18:17:54,688 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.025s 2022-08-10 18:17:54,689 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc827ad-db66-406a-a1aa-f5b5d841caef', 'content-length': '463', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc827ad-db66-406a-a1aa-f5b5d841caef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-10 18:17:55,720 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.024s 2022-08-10 18:17:55,720 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385eb060-6398-47f4-b053-4ec16a5895ae', 'content-length': '463', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385eb060-6398-47f4-b053-4ec16a5895ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"snapshot": {"id": "cb7c972d-d522-47b0-bad6-0347918995bc", "created_at": "2022-08-10T18:17:51.000000", "updated_at": "2022-08-10T18:17:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-6536742", "description": null, "volume_id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "22d3725574964172b743b748cb00c039", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-10 18:17:56,751 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc 0.025s 2022-08-10 18:17:56,752 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:56 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-3e0afee3-5480-402e-b9f8-b9179fe315c7', 'x-openstack-request-id': 'req-3e0afee3-5480-402e-b9f8-b9179fe315c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/snapshots/cb7c972d-d522-47b0-bad6-0347918995bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot cb7c972d-d522-47b0-bad6-0347918995bc could not be found."}}' 2022-08-10 18:17:57,005 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.252s 2022-08-10 18:17:57,005 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:56 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-76a536fe-26ac-4c0e-971d-4db628a57e48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'' 2022-08-10 18:17:57,064 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.058s 2022-08-10 18:17:57,064 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e3751c1-90eb-42de-8dc3-45762e6d5020', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e3751c1-90eb-42de-8dc3-45762e6d5020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:58,140 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.065s 2022-08-10 18:17:58,141 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b113b00-6f0f-46fd-be63-be29254aa7ab', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b113b00-6f0f-46fd-be63-be29254aa7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:17:59,244 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.091s 2022-08-10 18:17:59,245 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d160d2a1-19c1-4cb2-8f57-ecd8f16d21ba', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d160d2a1-19c1-4cb2-8f57-ecd8f16d21ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"volume": {"id": "cfee8656-ded0-4695-9ecd-21a6fd39f2e7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:17:03.000000", "updated_at": "2022-08-10T18:17:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-842755437", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:00,286 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7 0.027s 2022-08-10 18:18:00,287 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:00 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-1573b928-bde2-4e8b-8f8f-d7567a93b36d', 'x-openstack-request-id': 'req-1573b928-bde2-4e8b-8f8f-d7567a93b36d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/cfee8656-ded0-4695-9ecd-21a6fd39f2e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cfee8656-ded0-4695-9ecd-21a6fd39f2e7 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft56.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-08-10 18:18:00,338 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f 0.038s 2022-08-10 18:18:00,339 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c2240596-40d1-4c4b-8bf2-add353ccce3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f'} 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": "de82af5b02764b529d7ffc4d95b6343f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "created_at": "2022-08-10T17:40:04Z", "updated_at": "2022-08-10T17:40:21Z", "tags": [], "self": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f", "file": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:18:01,199 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes 0.859s 2022-08-10 18:18:01,200 130375 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-809462161", "snapshot_id": null, "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079ea1f7-78ec-428b-8758-2af9b3e4e701', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079ea1f7-78ec-428b-8758-2af9b3e4e701', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:00.846547", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:18:01,264 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.053s 2022-08-10 18:18:01,264 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf532f4-87ae-4c8f-92ce-c1430db0a5bf', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf532f4-87ae-4c8f-92ce-c1430db0a5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:02,323 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.047s 2022-08-10 18:18:02,323 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8babda32-f502-4fae-91c9-c8b48943e12a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8babda32-f502-4fae-91c9-c8b48943e12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:03,433 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.096s 2022-08-10 18:18:03,433 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355c95a7-3e8e-48f6-9d08-fb2b1619ad66', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355c95a7-3e8e-48f6-9d08-fb2b1619ad66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:04,503 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.059s 2022-08-10 18:18:04,504 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3752be-5725-4127-8f9c-72b4eb5b5338', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3752be-5725-4127-8f9c-72b4eb5b5338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:05,610 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.095s 2022-08-10 18:18:05,611 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1db6d83c-c1b1-4a1f-a1de-9d8a81e03a69', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1db6d83c-c1b1-4a1f-a1de-9d8a81e03a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:06,674 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.050s 2022-08-10 18:18:06,677 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a733e0-6480-48c8-a170-be6ca6e943a4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a733e0-6480-48c8-a170-be6ca6e943a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:07,745 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.056s 2022-08-10 18:18:07,745 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc4ab45-66f5-4692-b857-d71014ac999e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc4ab45-66f5-4692-b857-d71014ac999e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:08,815 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.055s 2022-08-10 18:18:08,815 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b73526a-0c60-46a7-994f-681a126cb838', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b73526a-0c60-46a7-994f-681a126cb838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:09,883 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.055s 2022-08-10 18:18:09,884 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302fbac8-af37-4d56-9f4d-e237d8ce4978', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302fbac8-af37-4d56-9f4d-e237d8ce4978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:10,952 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.049s 2022-08-10 18:18:10,952 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82dae56-b7c4-48a1-a262-ded4e3d1fdf2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82dae56-b7c4-48a1-a262-ded4e3d1fdf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:12,014 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.049s 2022-08-10 18:18:12,014 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbdf07f-85bd-44c5-99bf-da4bf1576ac1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbdf07f-85bd-44c5-99bf-da4bf1576ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:13,079 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.052s 2022-08-10 18:18:13,079 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7109774e-930d-48e8-a4ae-d0cb13fd7604', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7109774e-930d-48e8-a4ae-d0cb13fd7604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:14,166 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.074s 2022-08-10 18:18:14,170 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f3e14b7-d341-4a64-b037-84b2036ec599', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f3e14b7-d341-4a64-b037-84b2036ec599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:15,246 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.061s 2022-08-10 18:18:15,246 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3fd5b5-0af5-4f2c-87e9-9289308ad013', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3fd5b5-0af5-4f2c-87e9-9289308ad013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:16,315 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.054s 2022-08-10 18:18:16,315 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a827ad33-b3fe-48e8-92b8-2f04177e29b0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a827ad33-b3fe-48e8-92b8-2f04177e29b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:17,381 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.054s 2022-08-10 18:18:17,381 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed99d93-5713-48ad-a75e-d348d2dad830', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed99d93-5713-48ad-a75e-d348d2dad830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:18,458 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.066s 2022-08-10 18:18:18,458 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12a102b-ee84-4e45-a771-70359e46137d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12a102b-ee84-4e45-a771-70359e46137d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:19,547 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.076s 2022-08-10 18:18:19,548 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc452801-ca91-4849-b8dd-fc2f40082a60', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc452801-ca91-4849-b8dd-fc2f40082a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:20,605 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.045s 2022-08-10 18:18:20,605 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7dca47-ff7f-4b4d-b8f4-7e524a6d5c7a', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7dca47-ff7f-4b4d-b8f4-7e524a6d5c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:21,680 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.064s 2022-08-10 18:18:21,680 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86dc3529-39c7-47dd-ba62-60e4ec75f150', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86dc3529-39c7-47dd-ba62-60e4ec75f150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:22,753 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.060s 2022-08-10 18:18:22,754 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abf1d3f-ac17-42b8-bb35-f4178ce82fd4', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abf1d3f-ac17-42b8-bb35-f4178ce82fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:23,812 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.047s 2022-08-10 18:18:23,813 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b04127-f44c-45ef-8dae-bcbbd227a853', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b04127-f44c-45ef-8dae-bcbbd227a853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:24,869 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.043s 2022-08-10 18:18:24,869 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5818b9a0-5901-4bb4-8ccc-34a0e95205b0', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5818b9a0-5901-4bb4-8ccc-34a0e95205b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:25,924 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.044s 2022-08-10 18:18:25,925 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63c1e37-f2ff-4c7a-ad9a-6867ef966094', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63c1e37-f2ff-4c7a-ad9a-6867ef966094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:26,978 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.042s 2022-08-10 18:18:26,979 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5de9ff9-bf47-4fff-86a5-19d297c8e915', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5de9ff9-bf47-4fff-86a5-19d297c8e915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:28,051 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.060s 2022-08-10 18:18:28,051 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f557d57-501f-457b-9799-559e565ee3f0', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f557d57-501f-457b-9799-559e565ee3f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:29,108 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.046s 2022-08-10 18:18:29,109 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0127461-ea35-46a4-b6f0-7935cf127aeb', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0127461-ea35-46a4-b6f0-7935cf127aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:30,180 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.059s 2022-08-10 18:18:30,180 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501a9a13-a665-4be8-aa5c-e08ded7fd51d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501a9a13-a665-4be8-aa5c-e08ded7fd51d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:31,234 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.041s 2022-08-10 18:18:31,234 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba1020e8-64bc-45e5-80e4-f6b360e1c94d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba1020e8-64bc-45e5-80e4-f6b360e1c94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:32,288 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.042s 2022-08-10 18:18:32,289 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c76d947-4501-4118-ab24-1f39a9f300d5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c76d947-4501-4118-ab24-1f39a9f300d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:33,350 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.049s 2022-08-10 18:18:33,350 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d48331-2af5-45bd-831c-6bce1f0ae130', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d48331-2af5-45bd-831c-6bce1f0ae130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:34,407 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.045s 2022-08-10 18:18:34,408 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5133af9d-5e4b-45a7-9d52-0550345a1650', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5133af9d-5e4b-45a7-9d52-0550345a1650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:35,462 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.042s 2022-08-10 18:18:35,462 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e865266-9c12-4087-be99-d38e5c40d062', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e865266-9c12-4087-be99-d38e5c40d062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:36,535 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.059s 2022-08-10 18:18:36,536 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09be01a2-ff4c-468e-bbbd-c172dc74a50f', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09be01a2-ff4c-468e-bbbd-c172dc74a50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:37,618 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.070s 2022-08-10 18:18:37,619 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53aaf8b1-a48f-4883-85ee-3c899b331bef', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53aaf8b1-a48f-4883-85ee-3c899b331bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:38,681 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.050s 2022-08-10 18:18:38,682 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf034ca-f7ea-4e94-b2c1-71898cbd8875', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf034ca-f7ea-4e94-b2c1-71898cbd8875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:38,696 130375 INFO [tempest.common.waiters] volume fa374a62-9a96-42c8-8e5b-6189aa7c4f85 reached available after waiting for 37.696664 seconds 2022-08-10 18:18:38,746 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.049s 2022-08-10 18:18:38,747 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6e9f6d-60bd-4ed0-9991-b3aae6b7cea6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6e9f6d-60bd-4ed0-9991-b3aae6b7cea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:38.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:38,847 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.083s 2022-08-10 18:18:38,847 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:38 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-9a143e31-1de0-4404-8c92-a7007df6c0eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abb93fabf84444c0974a197c6564a1fe", "name": "tempest-TestVolumeBootPattern-643594796-project", "password_expires_at": null}, "audit_ids": ["DIK4dIDtQQyLFwNPjVijWQ"], "expires_at": "2022-08-10T19:18:38.000000Z", "issued_at": "2022-08-10T18:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d3725574964172b743b748cb00c039", "name": "tempest-TestVolumeBootPattern-643594796"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_22d3725574964172b743b748cb00c039", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:18:38,848 130375 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '495f27ec-1384-4fe6-8f96-b830e27d049a', 'name': 'tempest-TestVolumeBootPattern-1902551746-network', 'tenant_id': '22d3725574964172b743b748cb00c039', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '22d3725574964172b743b748cb00c039', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 648, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:15Z', 'updated_at': '2022-08-10T18:16:15Z', 'revision_number': 1} available for tenant 2022-08-10 18:18:39,220 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 500 POST http://10.222.0.50/compute/v2.1/servers 0.371s 2022-08-10 18:18:39,221 130375 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-1858503799", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "495f27ec-1384-4fe6-8f96-b830e27d049a"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18: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-af153bd7-0d26-40e0-b038-4011427a8864', 'x-compute-request-id': 'req-af153bd7-0d26-40e0-b038-4011427a8864', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:18:39,620 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.398s 2022-08-10 18:18:39,621 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18: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-bc5b6e63-0dee-4e8d-80a6-f584a136a5ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'' 2022-08-10 18:18:39,696 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.074s 2022-08-10 18:18:39,696 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8237788b-30db-47f6-9cd0-f89005c8f937', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8237788b-30db-47f6-9cd0-f89005c8f937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:40,791 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.082s 2022-08-10 18:18:40,791 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c6d9c-c093-4a67-9432-3cbf245d57a7', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c6d9c-c093-4a67-9432-3cbf245d57a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:41,891 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.087s 2022-08-10 18:18:41,891 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d6df73-2eef-454d-93f2-971ae7bebf43', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d6df73-2eef-454d-93f2-971ae7bebf43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"volume": {"id": "fa374a62-9a96-42c8-8e5b-6189aa7c4f85", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:01.000000", "updated_at": "2022-08-10T18:18:39.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-809462161", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:42,933 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85 0.030s 2022-08-10 18:18:42,933 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3cf089c-59ee-417d-9b99-93949bf4a629', 'x-openstack-request-id': 'req-a3cf089c-59ee-417d-9b99-93949bf4a629', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/fa374a62-9a96-42c8-8e5b-6189aa7c4f85'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa374a62-9a96-42c8-8e5b-6189aa7c4f85 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
ft56.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-08-10 18:18:42,948 130375 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-08-10 18:18:43,216 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.50/compute/v2.1/os-keypairs 0.264s 2022-08-10 18:18:43,217 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-2074524763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFGpd9OP+qULTR3zgkhCyBgDgFEm1u1a5q7Pr9iGJyiWwb/kgU4oPOMI3czl6QrpryLXBaSOsxWGmpjjSzjL/YQ6776/p8JZkSvgIWuVDLqYMzMnACJMEfhHKoMwCiMvaA=="}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:42 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-a6881009-daed-4997-b895-9c966c64280f', 'x-compute-request-id': 'req-a6881009-daed-4997-b895-9c966c64280f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-2074524763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFGpd9OP+qULTR3zgkhCyBgDgFEm1u1a5q7Pr9iGJyiWwb/kgU4oPOMI3czl6QrpryLXBaSOsxWGmpjjSzjL/YQ6776/p8JZkSvgIWuVDLqYMzMnACJMEfhHKoMwCiMvaA==", "fingerprint": "22:f1:e1:dd:4e:02:a8:ac:4b:d8:7f:a1:63:9a:6a:f0", "user_id": "abb93fabf84444c0974a197c6564a1fe"}}' 2022-08-10 18:18:43,944 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-groups 0.724s 2022-08-10 18:18:43,944 130375 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-1197860067", "description": "tempest-secgroup-smoke-1197860067 description", "project_id": "22d3725574964172b743b748cb00c039"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-e8bacf10-e89e-4d01-94cf-c5041d87d367', 'date': 'Wed, 10 Aug 2022 18:18:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "332a431c-c425-4751-aeaf-988be82d6eb4", "name": "tempest-secgroup-smoke-1197860067", "stateful": true, "tenant_id": "22d3725574964172b743b748cb00c039", "description": "tempest-secgroup-smoke-1197860067 description", "shared": false, "security_group_rules": [{"id": "443718ec-cb8a-406a-827d-84554a9676e0", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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": 4053, "description": null, "tags": [], "created_at": "2022-08-10T18:18:43Z", "updated_at": "2022-08-10T18:18:43Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}, {"id": "b31742f4-d09e-493c-8d4a-c38f1947dea9", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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": 4052, "description": null, "tags": [], "created_at": "2022-08-10T18:18:43Z", "updated_at": "2022-08-10T18:18:43Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}], "tags": [], "created_at": "2022-08-10T18:18:43Z", "updated_at": "2022-08-10T18:18:43Z", "revision_number": 1, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:44,448 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.503s 2022-08-10 18:18:44,448 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "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-678c9682-bff7-45c6-81f6-a78b403da949', 'date': 'Wed, 10 Aug 2022 18:18:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "69f1e5be-81b1-4fa7-9653-87d8ff8dcba4", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:44Z", "updated_at": "2022-08-10T18:18:44Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:45,024 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.574s 2022-08-10 18:18:45,024 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "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-0778fbe3-6098-4021-ac60-e1022ef23e36', 'date': 'Wed, 10 Aug 2022 18:18:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "257420f1-cd5e-430f-bd1e-8df714ce8ac7", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:44Z", "updated_at": "2022-08-10T18:18:44Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:45,509 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.484s 2022-08-10 18:18:45,509 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab5c2940-c24e-4697-8b66-a82b843854df', 'date': 'Wed, 10 Aug 2022 18:18:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cbd4bb5e-2610-4c05-9319-325536f51fb7", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:45Z", "updated_at": "2022-08-10T18:18:45Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:45,967 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.457s 2022-08-10 18:18:45,967 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b7fc2c2d-9372-48ef-8889-1226c2133a8e', 'date': 'Wed, 10 Aug 2022 18:18:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "567dbeb3-e92a-4c70-b8e6-ce0202ff459b", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:45Z", "updated_at": "2022-08-10T18:18:45Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:46,468 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.500s 2022-08-10 18:18:46,470 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3b4be0cf-dbc8-431e-8402-0eae3c57ee12', 'date': 'Wed, 10 Aug 2022 18:18:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b0e79c8-7129-417b-995a-3fa8d35ec6d8", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:46Z", "updated_at": "2022-08-10T18:18:46Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:47,019 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50:9696/networking/v2.0/security-group-rules 0.549s 2022-08-10 18:18:47,020 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "project_id": "22d3725574964172b743b748cb00c039", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-582d9399-497a-4bfd-9016-d8a45c3fdf0f', 'date': 'Wed, 10 Aug 2022 18:18:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dd36f95c-d2b2-40ac-b89f-222cae4f8590", "tenant_id": "22d3725574964172b743b748cb00c039", "security_group_id": "332a431c-c425-4751-aeaf-988be82d6eb4", "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-08-10T18:18:46Z", "updated_at": "2022-08-10T18:18:46Z", "revision_number": 0, "project_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:47,020 130375 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-08-10 18:18:47,050 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f 0.029s 2022-08-10 18:18:47,050 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c42928e9-e591-4df4-ac1b-a8f7fd1f7418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/image/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f'} 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": "de82af5b02764b529d7ffc4d95b6343f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "created_at": "2022-08-10T17:40:04Z", "updated_at": "2022-08-10T17:40:21Z", "tags": [], "self": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f", "file": "/v2/images/a735ff26-463a-4ffe-a981-ab9d9baa494f/file", "schema": "/v2/schemas/image"}' 2022-08-10 18:18:47,926 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes 0.875s 2022-08-10 18:18:47,926 130375 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-916452929", "snapshot_id": null, "imageRef": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5121865-17de-4d38-8964-d89e7a6826a3', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5121865-17de-4d38-8964-d89e7a6826a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:47.509148", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-10 18:18:47,983 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.046s 2022-08-10 18:18:47,983 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297682a3-a106-4d92-86b6-b961e0125edd', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297682a3-a106-4d92-86b6-b961e0125edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:49,068 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.073s 2022-08-10 18:18:49,068 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be1259c-9225-4215-9d46-cf4b4749261e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be1259c-9225-4215-9d46-cf4b4749261e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:50,134 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.054s 2022-08-10 18:18:50,135 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cffbf486-32b1-411c-b0bb-446bb062acf8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cffbf486-32b1-411c-b0bb-446bb062acf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:51,236 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.089s 2022-08-10 18:18:51,237 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f981078-a88a-4b39-940f-a5863488d811', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f981078-a88a-4b39-940f-a5863488d811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:52,304 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.056s 2022-08-10 18:18:52,304 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78de27b8-04e8-46a6-aacc-6664a3d7f5b3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78de27b8-04e8-46a6-aacc-6664a3d7f5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:53,365 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.049s 2022-08-10 18:18:53,366 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a6af56-dba4-4d05-91cd-876519d7004b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a6af56-dba4-4d05-91cd-876519d7004b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:54,441 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.063s 2022-08-10 18:18:54,441 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed0ed6cb-09db-4018-b990-24da12018bf8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed0ed6cb-09db-4018-b990-24da12018bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:55,525 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.072s 2022-08-10 18:18:55,525 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67c98ea-3bbb-4ba3-b26f-b9ebc7121f1b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67c98ea-3bbb-4ba3-b26f-b9ebc7121f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:56,592 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.049s 2022-08-10 18:18:56,592 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b9b259-5111-4ce9-a67b-37672e487f45', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b9b259-5111-4ce9-a67b-37672e487f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:57,654 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.049s 2022-08-10 18:18:57,654 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1895aef-0fb2-463a-96ef-731082cb6d05', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1895aef-0fb2-463a-96ef-731082cb6d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:58,718 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.051s 2022-08-10 18:18:58,719 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981c08b7-8102-480b-b746-2bd26368189c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981c08b7-8102-480b-b746-2bd26368189c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:18:59,788 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.057s 2022-08-10 18:18:59,789 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:18:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8e4ac4b-acdc-4206-ab4e-942056e5d477', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8e4ac4b-acdc-4206-ab4e-942056e5d477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:00,861 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.059s 2022-08-10 18:19:00,862 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153d2639-df2f-4cbe-8a88-08b0fe3f929f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153d2639-df2f-4cbe-8a88-08b0fe3f929f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:01,916 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.044s 2022-08-10 18:19:01,917 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f4aa13-b466-475d-90f2-0a0d455a7db0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f4aa13-b466-475d-90f2-0a0d455a7db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:02,972 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.044s 2022-08-10 18:19:02,973 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f2600e-81c6-433c-b279-9ee5afab8047', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f2600e-81c6-433c-b279-9ee5afab8047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:04,034 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.048s 2022-08-10 18:19:04,035 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a179aa4-9840-4238-8945-521a749c8841', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a179aa4-9840-4238-8945-521a749c8841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:05,100 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.053s 2022-08-10 18:19:05,101 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a6b99d-90cb-454a-ab7d-9e39ea6c0cb1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a6b99d-90cb-454a-ab7d-9e39ea6c0cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:18:48.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:06,199 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.085s 2022-08-10 18:19:06,199 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1cb79f4-cd94-493d-b813-04ec934a7635', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cb79f4-cd94-493d-b813-04ec934a7635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:07,298 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.086s 2022-08-10 18:19:07,298 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1bbae33-a0a9-4861-9a14-f7e1788197f6', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1bbae33-a0a9-4861-9a14-f7e1788197f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:08,359 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.048s 2022-08-10 18:19:08,359 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2988d0f5-01f3-45aa-bb43-5f2237ae1b5d', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2988d0f5-01f3-45aa-bb43-5f2237ae1b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:09,431 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.060s 2022-08-10 18:19:09,432 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f75e07-818e-433e-8de9-9fd60fceedd5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f75e07-818e-433e-8de9-9fd60fceedd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:10,495 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.051s 2022-08-10 18:19:10,496 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7693307-bf79-4b89-96a7-05da69cd4dda', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7693307-bf79-4b89-96a7-05da69cd4dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:11,550 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.042s 2022-08-10 18:19:11,550 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f868042f-f89e-4bba-81b5-a10924e908c4', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f868042f-f89e-4bba-81b5-a10924e908c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:12,613 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.051s 2022-08-10 18:19:12,613 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaef2e9f-2cf1-4f44-ac94-19eacb5395d8', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaef2e9f-2cf1-4f44-ac94-19eacb5395d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:13,678 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.051s 2022-08-10 18:19:13,678 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94f1d0d-e113-46c2-bf56-f6bf5659eaf9', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94f1d0d-e113-46c2-bf56-f6bf5659eaf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:14,735 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.044s 2022-08-10 18:19:14,736 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb03b7e-e76d-4964-9e16-367f22f158fc', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb03b7e-e76d-4964-9e16-367f22f158fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:15,804 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.056s 2022-08-10 18:19:15,805 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a1e6fc-2974-4c2c-ac8a-dd5efaf4b543', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a1e6fc-2974-4c2c-ac8a-dd5efaf4b543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:16,859 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.042s 2022-08-10 18:19:16,860 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5811908d-f00d-4e49-8923-903f7345319e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5811908d-f00d-4e49-8923-903f7345319e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:17,931 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.059s 2022-08-10 18:19:17,931 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf95ec4-422b-441e-b3c0-ef98b24448b5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf95ec4-422b-441e-b3c0-ef98b24448b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:18,992 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.049s 2022-08-10 18:19:18,993 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4ef4ae-0a2e-4639-8e7a-66a9f0306a28', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4ef4ae-0a2e-4639-8e7a-66a9f0306a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:20,046 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.042s 2022-08-10 18:19:20,047 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e5087f0-e346-4f50-a4df-ef57aa816936', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e5087f0-e346-4f50-a4df-ef57aa816936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:20,058 130375 INFO [tempest.common.waiters] volume 19ad496f-c785-45eb-824d-3153bb873570 reached available after waiting for 33.058106 seconds 2022-08-10 18:19:20,101 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.043s 2022-08-10 18:19:20,102 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2bd7d17-a596-40a1-ab9f-cd1bec9c1ed7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2bd7d17-a596-40a1-ab9f-cd1bec9c1ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:20.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:20,203 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.50/identity/v3/auth/tokens 0.085s 2022-08-10 18:19:20,203 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 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-f9be633c-2e5b-42c2-914a-e86c50583dfe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.50/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abb93fabf84444c0974a197c6564a1fe", "name": "tempest-TestVolumeBootPattern-643594796-project", "password_expires_at": null}, "audit_ids": ["wdN5HPQmRtGSmrEtp7QmYQ"], "expires_at": "2022-08-10T19:19:20.000000Z", "issued_at": "2022-08-10T18:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d3725574964172b743b748cb00c039", "name": "tempest-TestVolumeBootPattern-643594796"}, "is_domain": false, "roles": [{"id": "432f2fb631d84f5885ac3962ca57be23", "name": "reader"}, {"id": "13fbdba3bb484812aa89a772647cc312", "name": "member"}], "catalog": [{"endpoints": [{"id": "fdd4293b2c084a65b9c9b63d9ce987f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "029a8a3e3185435e934e12668210fe15", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "89766848e9f845c89ec4f810c2fe9ded", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2.1", "region": "RegionOne"}], "id": "077c4de4afdc45ff934bda96ea8b8637", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "965e33065ca346c0bd4fe9b73d0467f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:9696/networking", "region": "RegionOne"}], "id": "2bb6c65390c844908448a65f7bced44b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3e991cd5e2b54b19a721b9f0c1a49d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/image", "region": "RegionOne"}], "id": "2cab099f3d774cd298aa9e3fcd926f3b", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b793dd342d1c42579e265007da687e8d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/compute/v2/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "418d237710b548b8aaec040cb88c7caf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f4a21e8a7b69429f96f631362f80866a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/placement", "region": "RegionOne"}], "id": "784470883b69460fb6a3fba6967d58ff", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "90448185b3a7455d88d7fd2f92320dcc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/identity", "region": "RegionOne"}], "id": "a84f124b1da346eeb732ea49503c9206", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "697de869df7c4652ae67535f8abbef86", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039", "region": "RegionOne"}], "id": "af7d1049471b4de680ab6e96aca03d92", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "1b3afa5a78c54189b3e280c5102260c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.50:8080/v1/AUTH_22d3725574964172b743b748cb00c039", "region": "RegionOne"}, {"id": "1fac8d52be1d429b8d30b60aa6b5bf87", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.50:8080", "region": "RegionOne"}], "id": "b0da8e6a29d548aeb496d2c094a4d759", "type": "object-store", "name": "swift"}]}}' 2022-08-10 18:19:20,204 130375 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '495f27ec-1384-4fe6-8f96-b830e27d049a', 'name': 'tempest-TestVolumeBootPattern-1902551746-network', 'tenant_id': '22d3725574964172b743b748cb00c039', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '22d3725574964172b743b748cb00c039', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 648, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-10T18:16:15Z', 'updated_at': '2022-08-10T18:16:15Z', 'revision_number': 1} available for tenant 2022-08-10 18:19:20,547 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.50/compute/v2.1/servers 0.342s 2022-08-10 18:19:20,547 130375 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-533497481", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-2074524763", "security_groups": [{"name": "tempest-secgroup-smoke-1197860067"}], "block_device_mapping_v2": [{"uuid": "19ad496f-c785-45eb-824d-3153bb873570", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "495f27ec-1384-4fe6-8f96-b830e27d049a"}]}} Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19: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-257a726c-4e84-4335-aec7-b7ce425299ff', 'x-compute-request-id': 'req-257a726c-4e84-4335-aec7-b7ce425299ff', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.50/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-08-10 18:19:20,760 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.211s 2022-08-10 18:19:20,760 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 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-7150ab2a-a918-4b5a-a69a-c357af81a19b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'' 2022-08-10 18:19:20,809 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.049s 2022-08-10 18:19:20,810 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f370c1ca-d330-40ab-b4a2-c3365839ef30', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f370c1ca-d330-40ab-b4a2-c3365839ef30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:21.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:21,874 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.052s 2022-08-10 18:19:21,874 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9137579c-84ea-455d-9598-4ca3709dd224', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9137579c-84ea-455d-9598-4ca3709dd224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:21.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:22,947 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.061s 2022-08-10 18:19:22,947 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba971ac4-e1bb-49d1-b299-2a285c9c7fd6', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba971ac4-e1bb-49d1-b299-2a285c9c7fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"volume": {"id": "19ad496f-c785-45eb-824d-3153bb873570", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-10T18:18:48.000000", "updated_at": "2022-08-10T18:19:21.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-916452929", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}, {"rel": "bookmark", "href": "http://10.222.0.50/volume/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570"}], "user_id": "abb93fabf84444c0974a197c6564a1fe", "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": "a735ff26-463a-4ffe-a981-ab9d9baa494f", "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": "22d3725574964172b743b748cb00c039"}}' 2022-08-10 18:19:24,001 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570 0.041s 2022-08-10 18:19:24,001 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:23 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-4c532bec-58d4-41a6-a5a1-55ccb4beec34', 'x-openstack-request-id': 'req-4c532bec-58d4-41a6-a5a1-55ccb4beec34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.50/volume/v3/22d3725574964172b743b748cb00c039/volumes/19ad496f-c785-45eb-824d-3153bb873570'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19ad496f-c785-45eb-824d-3153bb873570 could not be found."}}' 2022-08-10 18:19:24,247 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.50:9696/networking/v2.0/security-groups/332a431c-c425-4751-aeaf-988be82d6eb4 0.245s 2022-08-10 18:19:24,248 130375 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-16bd1103-c73c-415a-9571-1389aefebff6', 'content-length': '0', 'date': 'Wed, 10 Aug 2022 18:19:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.50:9696/networking/v2.0/security-groups/332a431c-c425-4751-aeaf-988be82d6eb4'} Body: b'' 2022-08-10 18:19:24,353 130375 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2074524763 0.104s 2022-08-10 18:19:24,354 130375 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 10 Aug 2022 18:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44781ab3-3451-4593-aacb-90ddea148c6b', 'x-compute-request-id': 'req-44781ab3-3451-4593-aacb-90ddea148c6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.50/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-2074524763'} 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 292, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 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
pt57.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
pt58.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
pt59.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
pt60.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
pt61.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
pt62.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
pt63.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
pt64.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesUnderV243Test) |
skip
pt65.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
AttachInterfacesV270Test) |
skip
pt65.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt65.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt66.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
pt67.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
pt68.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
pt69.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
pt70.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
pt71.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt72.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
pt73.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
pt74.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
pt75.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
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt81.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
pt82.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
pt83.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
pt84.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
pt85.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt86.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt87.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt88.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
pt89.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
pt90.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
ListImagesTest) |
skip
pt91.1: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
UpdateImageMetaTest) |
skip
pt91.2: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
CreateRegisterImagesTest) |
skip
pt91.3: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt92.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
pt93.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
pt94.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
pt95.1: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
ImportImagesTest) |
skip
pt95.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
pt96.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
pt97.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
pt98.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
pt99.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt100.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt101.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt101.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt102.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
pt103.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
pt103.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
pt103.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
pt103.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
pt103.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
pt103.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
pt103.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
pt103.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
pt103.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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
pt106.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
pt107.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt110.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
pt110.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt112.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
pt113.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
pt113.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
pt113.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
pt114.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
pt114.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
pt114.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
pt114.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
pt114.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
pt114.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
pt114.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
pt115.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
pt116.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt118.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
pt119.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
pt119.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
pt119.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
pt119.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
pt119.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
pt120.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
pt120.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
pt121.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
pt122.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
pt123.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
pt123.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
pt123.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
pt123.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
pt123.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
pt123.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
pt123.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
pt124.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
pt124.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
pt124.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
pt124.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
pt125.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
pt125.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
pt126.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
pt126.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
pt127.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
pt128.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
pt129.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
pt129.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
pt130.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
pt131.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
pt132.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
pt132.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
pt132.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
pt132.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
pt133.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
pt134.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
pt135.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
pt135.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
pt135.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
pt135.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
pt136.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
pt136.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
pt137.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
pt138.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
pt139.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt140.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt142.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
pt142.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
pt142.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
pt143.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
pt143.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
pt143.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
pt143.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
pt144.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
pt144.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
pt144.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
pt144.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
pt144.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
pt144.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
pt144.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
pt145.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
pt145.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
pt145.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
pt146.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
pt146.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
pt146.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt147.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
pt148.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
pt149.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
pt149.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
pt150.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
pt150.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
pt151.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
pt151.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
pt151.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
pt152.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt153.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
pt154.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
pt154.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
pt154.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
pt154.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
pt154.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
pt154.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
pt155.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
pt155.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
pt155.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
pt155.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
pt155.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
pt155.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
pt156.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
pt156.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt157.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
pt158.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
pt159.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
pt159.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
pt159.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
pt160.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
pt160.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
pt160.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
pt160.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
pt161.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
pt161.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
pt161.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
pt161.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
pt161.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
pt161.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
pt161.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
pt161.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt163.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
pt164.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
pt165.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
pt165.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
pt165.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
pt165.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
pt165.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt167.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
pt168.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
pt169.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
pt169.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
pt169.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
pt169.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
pt169.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
pt170.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
pt171.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
pt172.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
pt172.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
pt173.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
pt174.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
pt175.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
pt175.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
pt176.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
pt176.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
pt176.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
pt177.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
pt178.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
pt178.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
pt179.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
pt180.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt182.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
pt182.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
pt182.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
pt182.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
pt182.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
pt182.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
pt182.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
pt182.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
pt183.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
pt184.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
pt184.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
pt185.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
pt186.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
pt186.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
pt186.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
pt186.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
pt187.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
pt187.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
pt187.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
pt187.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
pt187.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
pt187.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
pt187.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
pt188.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
pt188.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
pt188.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
pt188.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
pt188.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
pt189.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
pt189.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
pt190.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
pt190.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
pt190.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
pt191.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
pt191.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
pt191.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
pt191.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
pt192.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
pt192.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
pt192.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
pt192.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
pt193.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
pt193.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
pt193.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
pt193.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
pt193.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
pt193.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
pt194.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
pt194.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
pt194.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
pt195.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
pt195.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt197.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
pt197.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
pt197.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
pt197.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
pt198.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
pt198.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
pt199.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt201.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
pt201.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
pt201.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
pt201.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
pt201.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
pt201.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
pt202.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
pt203.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
pt203.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
pt203.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
pt203.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt205.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
pt205.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
pt205.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
pt206.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
pt206.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
pt206.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
pt207.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
pt207.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
pt207.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
pt207.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
pt207.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
pt207.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
pt208.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
pt208.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
pt208.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
pt208.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
pt208.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
pt209.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
pt209.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
pt210.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
pt210.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
pt210.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
pt211.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
pt211.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
pt211.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
pt211.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
pt211.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
pt212.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
pt212.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
pt212.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
pt212.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
pt212.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
pt213.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
pt214.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
pt215.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
pt215.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
pt215.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
pt215.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
pt216.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
pt217.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
pt217.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
pt217.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
pt218.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
pt218.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
pt218.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
pt219.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
pt219.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
pt220.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
pt220.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
pt220.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
pt221.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
pt222.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
pt222.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
pt223.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
pt224.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
pt225.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
pt225.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
pt225.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
pt225.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
pt226.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt227.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
pt228.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
pt228.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
pt228.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
pt228.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
pt228.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
pt228.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
pt229.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
pt229.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt230.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt232.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
pt233.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
pt233.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
pt234.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
pt235.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
pt235.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
pt235.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
pt236.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
pt236.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
pt236.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
pt236.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
pt236.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
pt237.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
pt238.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
pt238.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
pt239.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
pt239.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
pt239.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
pt239.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
pt239.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
pt239.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
pt240.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
pt240.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
pt240.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
pt240.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
pt240.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
pt240.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
pt241.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
pt242.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
pt242.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
pt242.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
pt242.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
pt243.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
pt243.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
pt243.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
pt243.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
pt244.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
pt244.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt246.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
pt246.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
pt246.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
pt246.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
pt246.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
pt246.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
pt246.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
pt246.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
pt246.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
pt247.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
pt247.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
pt247.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
pt248.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
pt249.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
pt250.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
pt251.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
pt251.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
pt251.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
pt251.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
pt252.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
pt252.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
pt252.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
pt252.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt254.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
pt255.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
pt255.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
pt256.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
pt256.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt258.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
pt258.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
pt258.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
pt259.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
pt259.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
pt259.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
pt260.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
pt260.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
pt260.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt261.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
pt262.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
pt262.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
pt262.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
pt262.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
pt262.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt268.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
pt268.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
pt268.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
pt268.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
pt268.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
pt268.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
pt268.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
pt269.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
pt270.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
pt270.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
pt270.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
pt270.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
pt270.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
pt270.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
pt270.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
pt271.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
pt271.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
pt271.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
pt271.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
pt271.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
pt271.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
pt271.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
pt272.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
pt272.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
pt272.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
pt272.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
pt272.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
pt272.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
pt272.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
pt272.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
pt272.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
pt273.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
pt273.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
pt273.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
pt273.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
pt273.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
pt273.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
pt273.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
pt273.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
pt273.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt274.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt275.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
pt276.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
pt277.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
pt278.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
pt278.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
pt279.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
pt280.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
pt280.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
pt281.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
pt281.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
pt282.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
pt282.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
pt283.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
pt283.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
pt283.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
pt284.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
pt285.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
pt286.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
pt286.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
pt287.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
pt287.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
pt288.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
pt289.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt291.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
pt292.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
pt292.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
pt292.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
pt292.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
pt292.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
pt292.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
pt293.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
pt293.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
pt294.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
pt294.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
pt295.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
pt296.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
pt296.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
pt297.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
pt297.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
pt298.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
pt298.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
pt298.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
pt298.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
pt298.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
pt298.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
pt298.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
pt299.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
pt299.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
pt299.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
pt300.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
pt301.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
pt301.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
pt301.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
pt301.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
pt301.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
pt302.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
pt302.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
pt302.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
pt302.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
pt302.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
pt303.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
pt303.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
pt304.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
pt304.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
pt305.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
pt305.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
pt305.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
pt305.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
pt305.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
pt306.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
pt306.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
pt306.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt307.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt308.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
pt309.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
pt309.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
pt310.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
pt311.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
pt312.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
pt313.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
pt314.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
pt314.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
pt315.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
pt315.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
pt316.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
pt317.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
pt317.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
pt318.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
pt318.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
pt319.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
pt319.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
pt320.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
pt320.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt321.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
pt321.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
pt321.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
pt322.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
pt323.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
pt323.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
pt324.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
pt325.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
pt325.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
pt326.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
pt326.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
pt326.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
pt327.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt328.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt329.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt331.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
pt332.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
pt333.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
pt333.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
pt334.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
pt334.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
pt334.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
pt334.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
Total | 1163 | 969 | 121 | 0 | 73 |