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 | |
ServersTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 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.2: 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'> |
||||||
ServersTestBootFromVolume) |
fail
ft4.3: 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'> |
||||||
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 | |
ServerRescueTestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 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.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerBootFromVolumeStableRescueTest) |
skip
pt14.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerRescueTestJSONUnderV235) |
fail
ft14.4: 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'> |
||||||
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-22 17:12:02,454 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.96/compute/v2.1/flavors/452 0.544s 2022-08-22 17:12:02,454 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:01 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-77c4703f-a16c-4c9b-9f64-556151c6105f', 'x-compute-request-id': 'req-77c4703f-a16c-4c9b-9f64-556151c6105f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}}' 2022-08-22 17:12:03,317 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.96/compute/v2.1/flavors 0.858s 2022-08-22 17:12:03,317 123987 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-794797256", "id": 1443085873, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:02 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-8dcc2a36-094a-46cc-b8e8-3741ea2866af', 'x-compute-request-id': 'req-8dcc2a36-094a-46cc-b8e8-3741ea2866af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1443085873", "name": "tempest-flavor_with_ephemeral_1-794797256", "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.96/compute/v2.1/flavors/1443085873"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/1443085873"}]}}' 2022-08-22 17:12:03,637 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs 0.315s 2022-08-22 17:12:03,637 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-098be457-1afa-48d6-83e6-8e9e85d8ef8d', 'x-compute-request-id': 'req-098be457-1afa-48d6-83e6-8e9e85d8ef8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-22 17:12:04,295 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.96/compute/v2.1/flavors 0.656s 2022-08-22 17:12:04,295 123987 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-2003354698", "id": 1890595475, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '425', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d1a340-91f7-47c1-90f7-b10ef59f8a07', 'x-compute-request-id': 'req-c6d1a340-91f7-47c1-90f7-b10ef59f8a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1890595475", "name": "tempest-flavor_with_ephemeral_0-2003354698", "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.96/compute/v2.1/flavors/1890595475"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/1890595475"}]}}' 2022-08-22 17:12:04,705 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs 0.406s 2022-08-22 17:12:04,705 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:04 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-9ac128a4-8d38-46e5-b061-7a91107f8a98', 'x-compute-request-id': 'req-9ac128a4-8d38-46e5-b061-7a91107f8a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-22 17:12:04,707 123987 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:12:04,707 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:12:05,238 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.527s 2022-08-22 17:12:05,238 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-222436087", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCwkaLhU1iqDFPeik1GjgjXObHSzr2IpmFovweoDXmFCrsnxNabC7FOmCjt+BYopMfzQCbu+p1Rk2finFxCsAhQ3DnpBQ6xBG594zhFuPAAFYBSzXym2H9chbEr9MDwzQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:04 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-716a6aec-d230-497f-98fb-28fb5a2ba501', 'x-compute-request-id': 'req-716a6aec-d230-497f-98fb-28fb5a2ba501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-222436087", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCwkaLhU1iqDFPeik1GjgjXObHSzr2IpmFovweoDXmFCrsnxNabC7FOmCjt+BYopMfzQCbu+p1Rk2finFxCsAhQ3DnpBQ6xBG594zhFuPAAFYBSzXym2H9chbEr9MDwzQ==", "fingerprint": "0c:4c:2c:a3:57:1a:32:0b:dd:24:3e:d3:77:bf:a0:a8", "user_id": "285aa300c7e54ef1a7479206c1e595db"}}' 2022-08-22 17:12:05,253 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-222436087 created 2022-08-22 17:12:05,912 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.658s 2022-08-22 17:12:05,912 123987 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--1173243760", "description": "tempest-description--1706006901"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2417bcbb-1b66-4ca0-9ee8-f27312423f17', 'date': 'Mon, 22 Aug 2022 17:12:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "name": "tempest-securitygroup--1173243760", "stateful": true, "tenant_id": "afb8266443ae4fa8b123155010efe483", "description": "tempest-description--1706006901", "shared": false, "security_group_rules": [{"id": "2ae00580-2809-4d04-b075-002be8219fa5", "tenant_id": "afb8266443ae4fa8b123155010efe483", "security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "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": 245, "description": null, "tags": [], "created_at": "2022-08-22T17:12:05Z", "updated_at": "2022-08-22T17:12:05Z", "revision_number": 0, "project_id": "afb8266443ae4fa8b123155010efe483"}, {"id": "8078196d-bee6-415e-a08a-8f50b7b91e73", "tenant_id": "afb8266443ae4fa8b123155010efe483", "security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "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": 246, "description": null, "tags": [], "created_at": "2022-08-22T17:12:05Z", "updated_at": "2022-08-22T17:12:05Z", "revision_number": 0, "project_id": "afb8266443ae4fa8b123155010efe483"}], "tags": [], "created_at": "2022-08-22T17:12:05Z", "updated_at": "2022-08-22T17:12:05Z", "revision_number": 1, "project_id": "afb8266443ae4fa8b123155010efe483"}}' 2022-08-22 17:12:06,493 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.580s 2022-08-22 17:12:06,493 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "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-da64fc94-2792-42e3-94d8-ce99db9c170b', 'date': 'Mon, 22 Aug 2022 17:12:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8d63bdca-bf71-4917-a9b7-fb79032dd51e", "tenant_id": "afb8266443ae4fa8b123155010efe483", "security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "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-22T17:12:06Z", "updated_at": "2022-08-22T17:12:06Z", "revision_number": 0, "project_id": "afb8266443ae4fa8b123155010efe483"}}' 2022-08-22 17:12:07,179 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.684s 2022-08-22 17:12:07,179 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1f3836f5-68cd-41b2-ad73-6bd0b36c690f', 'date': 'Mon, 22 Aug 2022 17:12:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ae7c496-b6f3-463b-b775-905aa885b5d0", "tenant_id": "afb8266443ae4fa8b123155010efe483", "security_group_id": "51780bf6-c4cf-4c18-b335-007fe71cdcb6", "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-22T17:12:06Z", "updated_at": "2022-08-22T17:12:06Z", "revision_number": 0, "project_id": "afb8266443ae4fa8b123155010efe483"}}' 2022-08-22 17:12:07,180 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1173243760 created 2022-08-22 17:12:10,237 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.056s 2022-08-22 17:12:10,243 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-e47a1af8-5d44-455b-a5b5-177a55aee4a3', 'date': 'Mon, 22 Aug 2022 17:12:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ce3f327-cd85-4cf2-9bf6-0dac1abc4daa", "tenant_id": "afb8266443ae4fa8b123155010efe483", "floating_ip_address": "172.25.9.27", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "afb8266443ae4fa8b123155010efe483", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:12:09Z", "updated_at": "2022-08-22T17:12:09Z", "revision_number": 0}}' 2022-08-22 17:12:10,243 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ce3f327-cd85-4cf2-9bf6-0dac1abc4daa', 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'floating_ip_address': '172.25.9.27', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afb8266443ae4fa8b123155010efe483', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:12:09Z', 'updated_at': '2022-08-22T17:12:09Z', 'revision_number': 0, 'ip': '172.25.9.27'} created 2022-08-22 17:12:10,581 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.325s 2022-08-22 17:12:10,582 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:10 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-ee112db2-a778-4d54-b4d3-290965c7da86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "285aa300c7e54ef1a7479206c1e595db", "name": "tempest-ServersWithSpecificFlavorTestJSON-1098471236-project", "password_expires_at": null}, "audit_ids": ["4wrzOALCQlWng2PaxTqwXA"], "expires_at": "2022-08-22T18:12:10.000000Z", "issued_at": "2022-08-22T17:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afb8266443ae4fa8b123155010efe483", "name": "tempest-ServersWithSpecificFlavorTestJSON-1098471236"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/afb8266443ae4fa8b123155010efe483", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_afb8266443ae4fa8b123155010efe483", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/afb8266443ae4fa8b123155010efe483", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/afb8266443ae4fa8b123155010efe483", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:10,582 123987 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': '986fd4ac-c262-4d00-bb5d-7b5f62d81b5e', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-1105157746-network', 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afb8266443ae4fa8b123155010efe483', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 226, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:11:37Z', 'updated_at': '2022-08-22T17:11:38Z', 'revision_number': 1} available for tenant 2022-08-22 17:12:10,583 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-222436087', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJCwkaLhU1iqDFPeik1GjgjXObHSzr2IpmFovweoDXmFCrsnxNabC7FOmCjt+BYopMfzQCbu+p1Rk2finFxCsAhQ3DnpBQ6xBG594zhFuPAAFYBSzXym2H9chbEr9MDwzQ==', 'fingerprint': '0c:4c:2c:a3:57:1a:32:0b:dd:24:3e:d3:77:bf:a0:a8', 'user_id': '285aa300c7e54ef1a7479206c1e595db', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDArukErcCb6k9ynLip2ElXnt+OLpKXLZdwQVUvBosOV1t0rtBilypcQ\nwz+7P7kyeP+gBwYFK4EEACKhZANiAASQsJGi4VNYqgxT3opNRo4I1zmx0s69iKZh\naL8HqA15hQq7J8TWmwuxTpgo7fgWKKTH80Am7vqdUZNn4pxcQrAIUNw56QUOsQRu\nfeM4RbjwABWAUs18pth/XIWxK/TA8M0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '51780bf6-c4cf-4c18-b335-007fe71cdcb6', 'name': 'tempest-securitygroup--1173243760', 'stateful': True, 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'description': 'tempest-description--1706006901', 'shared': False, 'security_group_rules': [{'id': '2ae00580-2809-4d04-b075-002be8219fa5', 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'security_group_id': '51780bf6-c4cf-4c18-b335-007fe71cdcb6', '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': 245, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:12:05Z', 'updated_at': '2022-08-22T17:12:05Z', 'revision_number': 0, 'project_id': 'afb8266443ae4fa8b123155010efe483'}, {'id': '8078196d-bee6-415e-a08a-8f50b7b91e73', 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'security_group_id': '51780bf6-c4cf-4c18-b335-007fe71cdcb6', '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': 246, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:12:05Z', 'updated_at': '2022-08-22T17:12:05Z', 'revision_number': 0, 'project_id': 'afb8266443ae4fa8b123155010efe483'}], 'tags': [], 'created_at': '2022-08-22T17:12:05Z', 'updated_at': '2022-08-22T17:12:05Z', 'revision_number': 1, 'project_id': 'afb8266443ae4fa8b123155010efe483'}, 'floating_ip': {'id': '4ce3f327-cd85-4cf2-9bf6-0dac1abc4daa', 'tenant_id': 'afb8266443ae4fa8b123155010efe483', 'floating_ip_address': '172.25.9.27', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'afb8266443ae4fa8b123155010efe483', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:12:09Z', 'updated_at': '2022-08-22T17:12:09Z', 'revision_number': 0, 'ip': '172.25.9.27'}} 2022-08-22 17:12:11,601 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 500 POST http://10.222.0.96/compute/v2.1/servers 1.017s 2022-08-22 17:12:11,601 123987 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-923411815", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "1890595475", "adminPass": "password", "networks": [{"uuid": "986fd4ac-c262-4d00-bb5d-7b5f62d81b5e"}], "security_groups": [{"name": "tempest-securitygroup--1173243760"}], "key_name": "tempest-keypair-222436087", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12: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-89e22b1a-71e2-45fd-8fc7-ab1b8c2f6d11', 'x-compute-request-id': 'req-89e22b1a-71e2-45fd-8fc7-ab1b8c2f6d11', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:12:11,710 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-222436087 0.106s 2022-08-22 17:12:11,711 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:11 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-1548e5bb-5fbc-4670-acb8-ce7344c1119b', 'x-compute-request-id': 'req-1548e5bb-5fbc-4670-acb8-ce7344c1119b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-222436087'} Body: b'' 2022-08-22 17:12:11,987 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/51780bf6-c4cf-4c18-b335-007fe71cdcb6 0.275s 2022-08-22 17:12:11,987 123987 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-354df2dc-19ba-4856-bd22-9c2c01ae95a8', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:12:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/51780bf6-c4cf-4c18-b335-007fe71cdcb6'} Body: b'' 2022-08-22 17:12:12,058 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/51780bf6-c4cf-4c18-b335-007fe71cdcb6 0.071s 2022-08-22 17:12:12,059 123987 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-8d1346c3-0b23-4094-9461-a688f8da50bf', 'date': 'Mon, 22 Aug 2022 17:12:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/51780bf6-c4cf-4c18-b335-007fe71cdcb6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 51780bf6-c4cf-4c18-b335-007fe71cdcb6 does not exist", "detail": ""}}' 2022-08-22 17:12:12,977 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/4ce3f327-cd85-4cf2-9bf6-0dac1abc4daa 0.917s 2022-08-22 17:12:12,977 123987 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-24e0d880-68f0-4be4-8b43-bdf34af92dec', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:12:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/4ce3f327-cd85-4cf2-9bf6-0dac1abc4daa'} Body: b'' 2022-08-22 17:12:13,064 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/flavors/1890595475 0.086s 2022-08-22 17:12:13,064 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12: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-8ba00b2b-a50f-43b2-813f-b599045adc20', 'x-compute-request-id': 'req-8ba00b2b-a50f-43b2-813f-b599045adc20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/1890595475'} Body: b'' 2022-08-22 17:12:13,120 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.96/compute/v2.1/flavors/detail 0.048s 2022-08-22 17:12:13,121 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:13 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-0ce0e215-06b1-4cbe-9ad0-1ac0490708fd', 'x-compute-request-id': 'req-0ce0e215-06b1-4cbe-9ad0-1ac0490708fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/1"}]}, {"id": "1443085873", "name": "tempest-flavor_with_ephemeral_1-794797256", "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.96/compute/v2.1/flavors/1443085873"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/1443085873"}]}, {"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.96/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV 2022-08-22 17:12:13,309 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/flavors/1443085873 0.178s 2022-08-22 17:12:13,309 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12: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-1efc0e92-9808-479b-b2f8-dffe10f7ebc6', 'x-compute-request-id': 'req-1efc0e92-9808-479b-b2f8-dffe10f7ebc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/1443085873'} Body: b'' 2022-08-22 17:12:13,344 123987 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.96/compute/v2.1/flavors/detail 0.033s 2022-08-22 17:12:13,350 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:13 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-47f1e67b-adb1-428a-8496-d5bd9bfc32ed', 'x-compute-request-id': 'req-47f1e67b-adb1-428a-8496-d5bd9bfc32ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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-22 17:12:36,763 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.312s 2022-08-22 17:12:36,764 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:36 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-949f00db-fb4f-46d7-af9d-5ba292d9f983', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5ad39ac5ea841d68b94dca20d12d00c", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097-project", "password_expires_at": null}, "audit_ids": ["-eun5Aa6Qle6pjscBlDWhA"], "expires_at": "2022-08-22T18:12:36.000000Z", "issued_at": "2022-08-22T17:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fbd6f26451e49e581f5dcb7689a1a3d", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:36,764 123989 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration) Found network {'id': '4961ed3b-1757-4867-b3c5-234aece94f27', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1232267591-network', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:12:13Z', 'updated_at': '2022-08-22T17:12:13Z', 'revision_number': 1} available for tenant 2022-08-22 17:12:38,159 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 1.393s 2022-08-22 17:12:38,159 123989 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-554126133", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "4961ed3b-1757-4867-b3c5-234aece94f27"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:36 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-0f7924b5-bb09-44e6-bac0-aa9e54416525', 'x-compute-request-id': 'req-0f7924b5-bb09-44e6-bac0-aa9e54416525', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:12:38,999 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.830s 2022-08-22 17:12:39,000 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:38 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-c8aef1a0-91ac-4b3f-ac5b-c80a2536498d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5ad39ac5ea841d68b94dca20d12d00c", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097-project", "password_expires_at": null}, "audit_ids": ["69mCjhq_Q1qs8hetcQ4L2g"], "expires_at": "2022-08-22T18:12:38.000000Z", "issued_at": "2022-08-22T17:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fbd6f26451e49e581f5dcb7689a1a3d", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:39,000 123989 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused) Found network {'id': '4961ed3b-1757-4867-b3c5-234aece94f27', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1232267591-network', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:12:13Z', 'updated_at': '2022-08-22T17:12:13Z', 'revision_number': 1} available for tenant 2022-08-22 17:12:40,180 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_paused): 500 POST http://10.222.0.96/compute/v2.1/servers 1.179s 2022-08-22 17:12:40,184 123989 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-1051541776", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "4961ed3b-1757-4867-b3c5-234aece94f27"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:39 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-4423ed33-a9d5-4b64-a778-2c1de9203887', 'x-compute-request-id': 'req-4423ed33-a9d5-4b64-a778-2c1de9203887', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:12:40,187 123989 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:12:40,421 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.231s 2022-08-22 17:12:40,434 123989 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-87051449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8aUDbqio9fPzp+HX5QmYO33AkkW858op52RLiBlqVKMXKpOXWrXwG0yujxwXvDK7osb5BC4gHmd17noGtfBDmXntCSNvuxb9gZmAB76tN0EuueaU9NMmnuqNMXXfm6hw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:40 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-bfdc6829-8447-4bf4-a8eb-d8f7971e8634', 'x-compute-request-id': 'req-bfdc6829-8447-4bf4-a8eb-d8f7971e8634', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-87051449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8aUDbqio9fPzp+HX5QmYO33AkkW858op52RLiBlqVKMXKpOXWrXwG0yujxwXvDK7osb5BC4gHmd17noGtfBDmXntCSNvuxb9gZmAB76tN0EuueaU9NMmnuqNMXXfm6hw==", "fingerprint": "a3:b2:d1:d5:05:41:0d:12:24:fb:fa:7c:8b:81:bf:2c", "user_id": "c5ad39ac5ea841d68b94dca20d12d00c"}}' 2022-08-22 17:12:40,437 123989 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-87051449 created 2022-08-22 17:12:41,228 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.790s 2022-08-22 17:12:41,228 123989 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--657410505", "description": "tempest-description--2102337917"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-304d925d-7394-445f-9ff9-2c69c4f42ea1', 'date': 'Mon, 22 Aug 2022 17:12:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "name": "tempest-securitygroup--657410505", "stateful": true, "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "description": "tempest-description--2102337917", "shared": false, "security_group_rules": [{"id": "e1d6578d-33ea-4df3-a87c-042278b307f6", "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "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": 373, "description": null, "tags": [], "created_at": "2022-08-22T17:12:40Z", "updated_at": "2022-08-22T17:12:40Z", "revision_number": 0, "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}, {"id": "eae10d2b-2e83-4ebb-875a-bae4c766774b", "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "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": 374, "description": null, "tags": [], "created_at": "2022-08-22T17:12:40Z", "updated_at": "2022-08-22T17:12:40Z", "revision_number": 0, "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}], "tags": [], "created_at": "2022-08-22T17:12:40Z", "updated_at": "2022-08-22T17:12:40Z", "revision_number": 1, "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:41,791 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.562s 2022-08-22 17:12:41,792 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "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-f91369f5-9ec8-4b01-b05b-0f8b00b6a42c', 'date': 'Mon, 22 Aug 2022 17:12:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "997a8e85-07bc-4a49-8afd-5e689b0beb0d", "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "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-22T17:12:41Z", "updated_at": "2022-08-22T17:12:41Z", "revision_number": 0, "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:42,987 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.195s 2022-08-22 17:12:42,988 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a82f92bd-70df-4e2a-861e-748d76cb59a4', 'date': 'Mon, 22 Aug 2022 17:12:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b36da8a4-2598-49ac-88f2-1716a2ff1d17", "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "security_group_id": "8ec7e153-2f49-4197-b3d4-fe2b043cf2b9", "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-22T17:12:42Z", "updated_at": "2022-08-22T17:12:42Z", "revision_number": 0, "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:42,989 123989 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--657410505 created 2022-08-22 17:12:46,847 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.857s 2022-08-22 17:12:46,848 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-5dfe2274-7c12-4751-9c73-0764450fd7b1', 'date': 'Mon, 22 Aug 2022 17:12:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a5f88459-7700-4c0a-b524-b301f5e360cc", "tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "floating_ip_address": "172.25.9.107", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4fbd6f26451e49e581f5dcb7689a1a3d", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:12:45Z", "updated_at": "2022-08-22T17:12:45Z", "revision_number": 0}}' 2022-08-22 17:12:46,848 123989 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a5f88459-7700-4c0a-b524-b301f5e360cc', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'floating_ip_address': '172.25.9.107', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:12:45Z', 'updated_at': '2022-08-22T17:12:45Z', 'revision_number': 0, 'ip': '172.25.9.107'} created 2022-08-22 17:12:47,203 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.349s 2022-08-22 17:12:47,204 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:46 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-cb0842c3-e519-4425-b67f-fe874c65fb57', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5ad39ac5ea841d68b94dca20d12d00c", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097-project", "password_expires_at": null}, "audit_ids": ["IFBiIGtNRWSTYq4KlerdXw"], "expires_at": "2022-08-22T18:12:46.000000Z", "issued_at": "2022-08-22T17:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fbd6f26451e49e581f5dcb7689a1a3d", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:47,204 123989 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': '4961ed3b-1757-4867-b3c5-234aece94f27', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1232267591-network', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:12:13Z', 'updated_at': '2022-08-22T17:12:13Z', 'revision_number': 1} available for tenant 2022-08-22 17:12:47,205 123989 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-87051449', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8aUDbqio9fPzp+HX5QmYO33AkkW858op52RLiBlqVKMXKpOXWrXwG0yujxwXvDK7osb5BC4gHmd17noGtfBDmXntCSNvuxb9gZmAB76tN0EuueaU9NMmnuqNMXXfm6hw==', 'fingerprint': 'a3:b2:d1:d5:05:41:0d:12:24:fb:fa:7c:8b:81:bf:2c', 'user_id': 'c5ad39ac5ea841d68b94dca20d12d00c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB4ypN7H9XohI13aW5ttFMN1jZKwZOs9hqW2NyJ/C+3qizo0iNv/oNF\nzclMYxvYbvqgBwYFK4EEACKhZANiAARvGlA26oqPXz86fh1+UJmDt9wJJFvOfKKe\ndkS4gZalSjFyqTl1q18BtMro8cF7wyu6LG+QQuIB5nde56BrXwQ5l57Qkjb7sW/Y\nGZgAe+rTdBLrnmlPTTJp7qjTF135uoc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8ec7e153-2f49-4197-b3d4-fe2b043cf2b9', 'name': 'tempest-securitygroup--657410505', 'stateful': True, 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'description': 'tempest-description--2102337917', 'shared': False, 'security_group_rules': [{'id': 'e1d6578d-33ea-4df3-a87c-042278b307f6', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'security_group_id': '8ec7e153-2f49-4197-b3d4-fe2b043cf2b9', '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': 373, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:12:40Z', 'updated_at': '2022-08-22T17:12:40Z', 'revision_number': 0, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d'}, {'id': 'eae10d2b-2e83-4ebb-875a-bae4c766774b', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'security_group_id': '8ec7e153-2f49-4197-b3d4-fe2b043cf2b9', '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': 374, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:12:40Z', 'updated_at': '2022-08-22T17:12:40Z', 'revision_number': 0, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d'}], 'tags': [], 'created_at': '2022-08-22T17:12:40Z', 'updated_at': '2022-08-22T17:12:40Z', 'revision_number': 1, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d'}, 'floating_ip': {'id': 'a5f88459-7700-4c0a-b524-b301f5e360cc', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'floating_ip_address': '172.25.9.107', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:12:45Z', 'updated_at': '2022-08-22T17:12:45Z', 'revision_number': 0, 'ip': '172.25.9.107'}} 2022-08-22 17:12:48,295 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.089s 2022-08-22 17:12:48,295 123989 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-133196043", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "4961ed3b-1757-4867-b3c5-234aece94f27"}], "security_groups": [{"name": "tempest-securitygroup--657410505"}], "key_name": "tempest-keypair-87051449", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:47 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-a14702d0-2f23-4822-9d98-d225abb667b7', 'x-compute-request-id': 'req-a14702d0-2f23-4822-9d98-d225abb667b7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:12:48,737 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.433s 2022-08-22 17:12:48,737 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:48 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-64837028-84bf-45f1-88f9-87d4d7cdeaed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c5ad39ac5ea841d68b94dca20d12d00c", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097-project", "password_expires_at": null}, "audit_ids": ["XTpVsZi3SPyJesjMBkdbrg"], "expires_at": "2022-08-22T18:12:48.000000Z", "issued_at": "2022-08-22T17:12:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4fbd6f26451e49e581f5dcb7689a1a3d", "name": "tempest-LiveAutoBlockMigrationV225Test-1622325097"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4fbd6f26451e49e581f5dcb7689a1a3d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:48,738 123989 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration) Found network {'id': '4961ed3b-1757-4867-b3c5-234aece94f27', 'name': 'tempest-LiveAutoBlockMigrationV225Test-1232267591-network', 'tenant_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4fbd6f26451e49e581f5dcb7689a1a3d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:12:13Z', 'updated_at': '2022-08-22T17:12:13Z', 'revision_number': 1} available for tenant 2022-08-22 17:12:50,766 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 202 POST http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes 2.027s 2022-08-22 17:12:50,767 123989 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-435500732", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ec5482-6744-44ef-ac64-63cf4e2d1b3f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ec5482-6744-44ef-ac64-63cf4e2d1b3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.132884", "updated_at": null, "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:12:50,854 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.073s 2022-08-22 17:12:50,854 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0366bf6-f6fa-4e86-921d-ca0ebe1c4339', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0366bf6-f6fa-4e86-921d-ca0ebe1c4339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:51,980 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.112s 2022-08-22 17:12:51,980 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63193b19-d94e-4c0f-acd7-660848db2c11', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63193b19-d94e-4c0f-acd7-660848db2c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:53,065 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.071s 2022-08-22 17:12:53,065 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe16325-bc99-455b-9bb6-9f7cdb0c8189', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe16325-bc99-455b-9bb6-9f7cdb0c8189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:54,122 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.045s 2022-08-22 17:12:54,217 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47479eaa-585b-400c-8f4d-18be4398b8bc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47479eaa-585b-400c-8f4d-18be4398b8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:55,289 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.060s 2022-08-22 17:12:55,290 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6994f2c6-2bfb-4783-b197-e9b875270f46', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6994f2c6-2bfb-4783-b197-e9b875270f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:56,346 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.045s 2022-08-22 17:12:56,347 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11dddbdb-806e-4ca6-a23a-dd595dd57129', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11dddbdb-806e-4ca6-a23a-dd595dd57129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:57,459 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.101s 2022-08-22 17:12:57,460 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617f0277-818e-4adc-8211-5d787fea6c16', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617f0277-818e-4adc-8211-5d787fea6c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:58,537 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.062s 2022-08-22 17:12:58,537 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994932fe-2e41-4dae-9229-2f555e08353e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994932fe-2e41-4dae-9229-2f555e08353e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:12:59,643 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.094s 2022-08-22 17:12:59,644 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2495574c-655c-4045-aa82-8ce6dfdb72de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2495574c-655c-4045-aa82-8ce6dfdb72de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:00,753 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.099s 2022-08-22 17:13:00,754 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cccfbb32-124e-4c30-b33d-4342af3de1c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cccfbb32-124e-4c30-b33d-4342af3de1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:01,883 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.118s 2022-08-22 17:13:01,883 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceaff9ae-5e82-4330-b892-8d19cbf4a1ff', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceaff9ae-5e82-4330-b892-8d19cbf4a1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:02,978 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.084s 2022-08-22 17:13:02,978 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8e4b7d-af34-4c5d-aa17-371dde247fd9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8e4b7d-af34-4c5d-aa17-371dde247fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:04,098 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.106s 2022-08-22 17:13:04,098 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de68d5a2-1584-456e-8ae5-57333a1effaf', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de68d5a2-1584-456e-8ae5-57333a1effaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:05,155 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.046s 2022-08-22 17:13:05,156 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5adf3748-1160-4886-8930-3a408e425c61', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5adf3748-1160-4886-8930-3a408e425c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:06,289 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.120s 2022-08-22 17:13:06,289 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c87cf6c-2d0d-4dfe-b8b9-c23c59ddff82', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c87cf6c-2d0d-4dfe-b8b9-c23c59ddff82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:07,400 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.099s 2022-08-22 17:13:07,401 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b3aa4d-93c4-4e71-a28e-87b7cb3e665d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b3aa4d-93c4-4e71-a28e-87b7cb3e665d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:08,612 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.199s 2022-08-22 17:13:08,612 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-258b40e9-79c5-4754-adab-3ba4d2abd245', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-258b40e9-79c5-4754-adab-3ba4d2abd245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:09,735 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.108s 2022-08-22 17:13:09,735 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab6d24a-d352-41c9-97b7-83ea8ec83d42', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab6d24a-d352-41c9-97b7-83ea8ec83d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:10,791 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.045s 2022-08-22 17:13:10,792 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efdb0164-67c8-4453-91ad-765bfaa1cb2f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efdb0164-67c8-4453-91ad-765bfaa1cb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:11,888 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.085s 2022-08-22 17:13:11,889 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1bbafe-87f6-4e66-9010-02881e779cc3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1bbafe-87f6-4e66-9010-02881e779cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:13,011 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.110s 2022-08-22 17:13:13,011 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685cb54d-cad7-4b1a-8cc2-9c264a9cfec7', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685cb54d-cad7-4b1a-8cc2-9c264a9cfec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:14,170 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.147s 2022-08-22 17:13:14,171 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f674e38f-370f-4262-9a5c-4603aa8285a5', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f674e38f-370f-4262-9a5c-4603aa8285a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:12:51.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:15,290 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.105s 2022-08-22 17:13:15,290 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53837af5-c10c-41c1-8e7a-2b4b52ac04dd', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53837af5-c10c-41c1-8e7a-2b4b52ac04dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:16,511 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.207s 2022-08-22 17:13:16,511 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e43783-6522-40db-b6a9-e0b649f3d66a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e43783-6522-40db-b6a9-e0b649f3d66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:17,600 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.076s 2022-08-22 17:13:17,600 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e333b617-0461-4161-9dea-a4e0f1bb6aeb', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e333b617-0461-4161-9dea-a4e0f1bb6aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:18,722 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.110s 2022-08-22 17:13:18,723 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c389fc9-ddfc-4fde-9d8d-d9ea831891b8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c389fc9-ddfc-4fde-9d8d-d9ea831891b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:19,813 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.078s 2022-08-22 17:13:19,813 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8c1f2f-5ae7-4b11-a2a8-d637fe014c9f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8c1f2f-5ae7-4b11-a2a8-d637fe014c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:20,950 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.124s 2022-08-22 17:13:20,950 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cf19e5-fb62-470a-a36f-263e620d9afe', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cf19e5-fb62-470a-a36f-263e620d9afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:22,041 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.079s 2022-08-22 17:13:22,041 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c60568-a86f-46a3-8dcc-7fa6b5d6e924', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c60568-a86f-46a3-8dcc-7fa6b5d6e924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:23,104 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.051s 2022-08-22 17:13:23,104 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a8bbe4-da07-4870-8955-b5d92a447b2b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a8bbe4-da07-4870-8955-b5d92a447b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:24,200 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.083s 2022-08-22 17:13:24,201 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89139f3a-63c2-4384-9575-8a2ca92aa1de', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89139f3a-63c2-4384-9575-8a2ca92aa1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:25,269 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.054s 2022-08-22 17:13:25,269 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb70f590-b5c3-439a-b872-a5246af246e1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb70f590-b5c3-439a-b872-a5246af246e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:26,380 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.098s 2022-08-22 17:13:26,381 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876203cb-d25b-4f59-b1e9-23bf44c21c55', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876203cb-d25b-4f59-b1e9-23bf44c21c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:27,474 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.079s 2022-08-22 17:13:27,475 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c67abc-45ba-48b5-bf7b-8839d56f68f4', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c67abc-45ba-48b5-bf7b-8839d56f68f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:28,619 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.129s 2022-08-22 17:13:28,619 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a65971-eb56-46c6-9353-bd980bc2b944', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a65971-eb56-46c6-9353-bd980bc2b944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:29,691 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.059s 2022-08-22 17:13:29,692 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644209e0-4b93-4199-a828-2576c4ee44d3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644209e0-4b93-4199-a828-2576c4ee44d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:30,839 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.132s 2022-08-22 17:13:30,839 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a236b8d-ae62-4604-a250-b369c84ec417', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a236b8d-ae62-4604-a250-b369c84ec417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:31,923 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.070s 2022-08-22 17:13:31,924 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c506664-4ae8-46a1-9a41-0e70f92af9a6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c506664-4ae8-46a1-9a41-0e70f92af9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:33,059 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.121s 2022-08-22 17:13:33,059 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4d21aed-14ce-4a5a-b34a-51cabbf76f3f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d21aed-14ce-4a5a-b34a-51cabbf76f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:15.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:34,126 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18 0.054s 2022-08-22 17:13:34,126 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee9ccf9-8bd7-42f5-b0c2-e130b8fee41f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fee9ccf9-8bd7-42f5-b0c2-e130b8fee41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18'} Body: b'{"volume": {"id": "e20e14ef-5367-4c94-b839-18b9fb021a18", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:12:50.000000", "updated_at": "2022-08-22T17:13:34.000000", "name": "tempest-tempest.common.compute-volume-435500732", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/4fbd6f26451e49e581f5dcb7689a1a3d/volumes/e20e14ef-5367-4c94-b839-18b9fb021a18"}], "user_id": "c5ad39ac5ea841d68b94dca20d12d00c", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "4fbd6f26451e49e581f5dcb7689a1a3d"}}' 2022-08-22 17:13:34,137 123989 INFO [tempest.common.waiters] volume e20e14ef-5367-4c94-b839-18b9fb021a18 reached available after waiting for 44.137457 seconds 2022-08-22 17:13:34,685 123989 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_volume_backed_live_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 0.546s 2022-08-22 17:13:34,686 123989 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-488635398", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "4961ed3b-1757-4867-b3c5-234aece94f27"}], "block_device_mapping_v2": [{"uuid": "e20e14ef-5367-4c94-b839-18b9fb021a18", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:34 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-2497c60b-d27f-45d5-b6c9-2a862ce1eeac', 'x-compute-request-id': 'req-2497c60b-d27f-45d5-b6c9-2a862ce1eeac', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:11:36,386 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.401s 2022-08-22 17:11:36,387 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ec34fd3e-bcda-44da-a3f8-64245f81d81a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "53ebbab2867a4b4c9dd3744fedd1c779", "name": "tempest-LiveMigrationTest-1154936269-project", "password_expires_at": null}, "audit_ids": ["qOiZ8FjUQJSiZ-BbixoSiQ"], "expires_at": "2022-08-22T18:11:36.000000Z", "issued_at": "2022-08-22T17:11:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8322e3f6eb26483d8dcad0662e1ec3ff", "name": "tempest-LiveMigrationTest-1154936269"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:11:36,388 123982 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration) Found network {'id': 'fdc9ccda-2ee0-4687-8e99-c6ce209572f9', 'name': 'tempest-LiveMigrationTest-1217090491-network', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:11:09Z', 'updated_at': '2022-08-22T17:11:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:11:37,708 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 1.319s 2022-08-22 17:11:37,709 123982 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-1590580785", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "fdc9ccda-2ee0-4687-8e99-c6ce209572f9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11: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-15bc7dcd-44d1-429d-b69e-a0e4934a99b9', 'x-compute-request-id': 'req-15bc7dcd-44d1-429d-b69e-a0e4934a99b9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:11:37,959 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.240s 2022-08-22 17:11:37,959 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-192608a8-1399-4593-b842-4f2194ff90c2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "53ebbab2867a4b4c9dd3744fedd1c779", "name": "tempest-LiveMigrationTest-1154936269-project", "password_expires_at": null}, "audit_ids": ["CEdbrnPvRIWG68nv1GWP-A"], "expires_at": "2022-08-22T18:11:37.000000Z", "issued_at": "2022-08-22T17:11:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8322e3f6eb26483d8dcad0662e1ec3ff", "name": "tempest-LiveMigrationTest-1154936269"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:11:37,960 123982 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_paused) Found network {'id': 'fdc9ccda-2ee0-4687-8e99-c6ce209572f9', 'name': 'tempest-LiveMigrationTest-1217090491-network', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:11:09Z', 'updated_at': '2022-08-22T17:11:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:11:38,826 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_paused): 500 POST http://10.222.0.96/compute/v2.1/servers 0.866s 2022-08-22 17:11:38,827 123982 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-946157964", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "fdc9ccda-2ee0-4687-8e99-c6ce209572f9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11: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-da2c8683-37bd-4d56-873e-4046da7d3ea3', 'x-compute-request-id': 'req-da2c8683-37bd-4d56-873e-4046da7d3ea3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:11:38,829 123982 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:11:39,028 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.196s 2022-08-22 17:11:39,029 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-609065396", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGhAbZtM6QsaMLyQrGQSOnNYxQC30ReaPqxVUf+2qa9rNOUEl5RXEalRLxho6Iwwu/Ki3N2foDikX1ck2ssbfGVUsYjaHiYPTSwiVw+hAnX7KnBQ07XH/60z3q7LWyKcA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dce6fd90-983e-4d2b-92fe-7eb68b7aac0e', 'x-compute-request-id': 'req-dce6fd90-983e-4d2b-92fe-7eb68b7aac0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-609065396", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGhAbZtM6QsaMLyQrGQSOnNYxQC30ReaPqxVUf+2qa9rNOUEl5RXEalRLxho6Iwwu/Ki3N2foDikX1ck2ssbfGVUsYjaHiYPTSwiVw+hAnX7KnBQ07XH/60z3q7LWyKcA==", "fingerprint": "b7:a0:20:28:3e:16:78:65:a4:51:39:b1:64:ff:03:d5", "user_id": "53ebbab2867a4b4c9dd3744fedd1c779"}}' 2022-08-22 17:11:39,032 123982 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-609065396 created 2022-08-22 17:11:39,572 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.539s 2022-08-22 17:11:39,579 123982 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--741632028", "description": "tempest-description--1093590537"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7635eb6a-db3b-41f4-a9ea-f83fe867d842', 'date': 'Mon, 22 Aug 2022 17:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "name": "tempest-securitygroup--741632028", "stateful": true, "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "description": "tempest-description--1093590537", "shared": false, "security_group_rules": [{"id": "1dbe753e-7d95-4359-9846-03b159aadf57", "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "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": 152, "description": null, "tags": [], "created_at": "2022-08-22T17:11:39Z", "updated_at": "2022-08-22T17:11:39Z", "revision_number": 0, "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}, {"id": "87a9b572-e6ad-4898-93a6-9fe11b9255b0", "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "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": 151, "description": null, "tags": [], "created_at": "2022-08-22T17:11:39Z", "updated_at": "2022-08-22T17:11:39Z", "revision_number": 0, "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}], "tags": [], "created_at": "2022-08-22T17:11:39Z", "updated_at": "2022-08-22T17:11:39Z", "revision_number": 1, "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:40,079 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.500s 2022-08-22 17:11:40,080 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "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-920696a5-87cc-4e71-8e24-2ed9382539d2', 'date': 'Mon, 22 Aug 2022 17:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed75d259-2d62-4593-8572-8a4fb125c507", "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "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-22T17:11:39Z", "updated_at": "2022-08-22T17:11:39Z", "revision_number": 0, "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:40,537 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.456s 2022-08-22 17:11:40,540 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c27024a6-9097-4674-8156-0746be165b11', 'date': 'Mon, 22 Aug 2022 17:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1cf911a0-2c00-4aaa-9408-e2440feec27f", "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "security_group_id": "b820a296-9b21-4949-a8c4-9d49e627ea4f", "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-22T17:11:40Z", "updated_at": "2022-08-22T17:11:40Z", "revision_number": 0, "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:40,540 123982 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--741632028 created 2022-08-22 17:11:42,575 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 2.034s 2022-08-22 17:11:42,576 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-8e474610-0091-43c6-9188-d18865c605d4', 'date': 'Mon, 22 Aug 2022 17:11:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "33f2ccb3-5f14-484f-8971-0e61dfc3e73d", "tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "floating_ip_address": "172.25.9.202", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8322e3f6eb26483d8dcad0662e1ec3ff", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:11:41Z", "updated_at": "2022-08-22T17:11:41Z", "revision_number": 0}}' 2022-08-22 17:11:42,582 123982 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '33f2ccb3-5f14-484f-8971-0e61dfc3e73d', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'floating_ip_address': '172.25.9.202', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:11:41Z', 'updated_at': '2022-08-22T17:11:41Z', 'revision_number': 0, 'ip': '172.25.9.202'} created 2022-08-22 17:11:42,712 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.124s 2022-08-22 17:11:42,712 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:42 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-8f4653c9-0e12-4c7e-8aaa-14b31c024772', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "53ebbab2867a4b4c9dd3744fedd1c779", "name": "tempest-LiveMigrationTest-1154936269-project", "password_expires_at": null}, "audit_ids": ["JfPBDk57TW6rHnua425A_w"], "expires_at": "2022-08-22T18:11:42.000000Z", "issued_at": "2022-08-22T17:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8322e3f6eb26483d8dcad0662e1ec3ff", "name": "tempest-LiveMigrationTest-1154936269"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:11:42,713 123982 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': 'fdc9ccda-2ee0-4687-8e99-c6ce209572f9', 'name': 'tempest-LiveMigrationTest-1217090491-network', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:11:09Z', 'updated_at': '2022-08-22T17:11:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:11:42,714 123982 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-609065396', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGhAbZtM6QsaMLyQrGQSOnNYxQC30ReaPqxVUf+2qa9rNOUEl5RXEalRLxho6Iwwu/Ki3N2foDikX1ck2ssbfGVUsYjaHiYPTSwiVw+hAnX7KnBQ07XH/60z3q7LWyKcA==', 'fingerprint': 'b7:a0:20:28:3e:16:78:65:a4:51:39:b1:64:ff:03:d5', 'user_id': '53ebbab2867a4b4c9dd3744fedd1c779', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxeA+SJOcsIFYGoIcvH16t5LISb1CptVWJ8o+QgXdF73nWJepxnMaa\nrflWIdmC11qgBwYFK4EEACKhZANiAARBoQG2bTOkLGjC8kKxkEjpzWMUAt9EXmj6\nsVVH/tqmvazTlBJeUVxGpUS8YaOiMMLvyotzdn6A4pF9XJNrLG3xlVLGI2h4mD00\nsIlcPoQJ1+ypwUNO1x/+tM96uy1sinA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b820a296-9b21-4949-a8c4-9d49e627ea4f', 'name': 'tempest-securitygroup--741632028', 'stateful': True, 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'description': 'tempest-description--1093590537', 'shared': False, 'security_group_rules': [{'id': '1dbe753e-7d95-4359-9846-03b159aadf57', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'security_group_id': 'b820a296-9b21-4949-a8c4-9d49e627ea4f', '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': 152, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:11:39Z', 'updated_at': '2022-08-22T17:11:39Z', 'revision_number': 0, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff'}, {'id': '87a9b572-e6ad-4898-93a6-9fe11b9255b0', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'security_group_id': 'b820a296-9b21-4949-a8c4-9d49e627ea4f', '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': 151, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:11:39Z', 'updated_at': '2022-08-22T17:11:39Z', 'revision_number': 0, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff'}], 'tags': [], 'created_at': '2022-08-22T17:11:39Z', 'updated_at': '2022-08-22T17:11:39Z', 'revision_number': 1, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff'}, 'floating_ip': {'id': '33f2ccb3-5f14-484f-8971-0e61dfc3e73d', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'floating_ip_address': '172.25.9.202', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:11:41Z', 'updated_at': '2022-08-22T17:11:41Z', 'revision_number': 0, 'ip': '172.25.9.202'}} 2022-08-22 17:11:43,831 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.115s 2022-08-22 17:11:43,831 123982 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-714167932", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "fdc9ccda-2ee0-4687-8e99-c6ce209572f9"}], "security_groups": [{"name": "tempest-securitygroup--741632028"}], "key_name": "tempest-keypair-609065396", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11: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-8d554e4e-3a63-40ad-b477-98c8d6f7b50a', 'x-compute-request-id': 'req-8d554e4e-3a63-40ad-b477-98c8d6f7b50a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:11:44,677 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.836s 2022-08-22 17:11:44,677 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:43 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-aedd6fcd-45d8-4440-b82d-cc1a1ddb447c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "53ebbab2867a4b4c9dd3744fedd1c779", "name": "tempest-LiveMigrationTest-1154936269-project", "password_expires_at": null}, "audit_ids": ["He_vP5uvQhiJGrp0mt67Rg"], "expires_at": "2022-08-22T18:11:44.000000Z", "issued_at": "2022-08-22T17:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8322e3f6eb26483d8dcad0662e1ec3ff", "name": "tempest-LiveMigrationTest-1154936269"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8322e3f6eb26483d8dcad0662e1ec3ff", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:11:44,678 123982 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_volume_backed_live_migration) Found network {'id': 'fdc9ccda-2ee0-4687-8e99-c6ce209572f9', 'name': 'tempest-LiveMigrationTest-1217090491-network', 'tenant_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8322e3f6eb26483d8dcad0662e1ec3ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:11:09Z', 'updated_at': '2022-08-22T17:11:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:11:46,367 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 202 POST http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes 1.688s 2022-08-22 17:11:46,367 123982 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-1914139114", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-428c913a-b70d-442e-bd08-bbd253018bde', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-428c913a-b70d-442e-bd08-bbd253018bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:45.596680", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:11:46,553 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.174s 2022-08-22 17:11:46,554 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1117e476-a6d0-4add-b006-3119332a59eb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1117e476-a6d0-4add-b006-3119332a59eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:47,680 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.115s 2022-08-22 17:11:47,680 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f29c0e-1991-48d7-946c-f36a66069e40', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f29c0e-1991-48d7-946c-f36a66069e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:48,766 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.075s 2022-08-22 17:11:48,766 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c5aaaa-aacb-4a1f-adb3-940715f988c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c5aaaa-aacb-4a1f-adb3-940715f988c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:49,860 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.081s 2022-08-22 17:11:49,860 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddb579c4-fe3d-4f37-a205-b1bf6dcdae67', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddb579c4-fe3d-4f37-a205-b1bf6dcdae67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:50,927 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.055s 2022-08-22 17:11:50,927 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5cfb55-e4e0-4764-8903-bcb6252baec3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5cfb55-e4e0-4764-8903-bcb6252baec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:52,002 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.062s 2022-08-22 17:11:52,002 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94db1132-f664-4f74-8567-1d8b2de39392', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94db1132-f664-4f74-8567-1d8b2de39392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:53,101 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.087s 2022-08-22 17:11:53,102 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7a9e58-9825-4f17-869a-d105f5ba763e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7a9e58-9825-4f17-869a-d105f5ba763e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:54,220 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.107s 2022-08-22 17:11:54,221 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7137e607-1776-430c-991f-4b47c96972be', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7137e607-1776-430c-991f-4b47c96972be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:55,313 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.079s 2022-08-22 17:11:55,313 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d21d0b8-3235-4d33-bb40-6dba2a1c8a77', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d21d0b8-3235-4d33-bb40-6dba2a1c8a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:56,451 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.125s 2022-08-22 17:11:56,451 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93308b4a-4555-4cd7-a690-56731b6f2eb2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93308b4a-4555-4cd7-a690-56731b6f2eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:57,590 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.117s 2022-08-22 17:11:57,591 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2974a8ea-e7e5-4a5d-b86b-8abd7ee71de5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2974a8ea-e7e5-4a5d-b86b-8abd7ee71de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:58,694 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.091s 2022-08-22 17:11:58,694 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b17e84e-357e-4cee-88c0-82baf965d2e5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b17e84e-357e-4cee-88c0-82baf965d2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:11:59,896 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.187s 2022-08-22 17:11:59,897 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-680bc13b-5c50-4000-ae72-2fe311916b5a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-680bc13b-5c50-4000-ae72-2fe311916b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:01,015 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.107s 2022-08-22 17:12:01,015 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4802ea5-74f3-4529-9c06-620c12586697', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4802ea5-74f3-4529-9c06-620c12586697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:02,097 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.069s 2022-08-22 17:12:02,097 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a24c3f5a-4767-42cd-9976-ae39639bd42f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a24c3f5a-4767-42cd-9976-ae39639bd42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:03,236 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.116s 2022-08-22 17:12:03,236 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a32a31-313b-4899-800c-bd0c12730d35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a32a31-313b-4899-800c-bd0c12730d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:04,323 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.072s 2022-08-22 17:12:04,323 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de58b0c9-f4b9-4ee7-9627-227330e1b7f4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de58b0c9-f4b9-4ee7-9627-227330e1b7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:05,449 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.115s 2022-08-22 17:12:05,450 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f51860-7fda-4d51-9564-a2bfcd7fdded', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f51860-7fda-4d51-9564-a2bfcd7fdded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:06,526 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.061s 2022-08-22 17:12:06,527 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cb3fa7-5e5b-425c-8821-380a9c6950d3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb3fa7-5e5b-425c-8821-380a9c6950d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:07,624 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.085s 2022-08-22 17:12:07,625 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8eded30-8a60-4ab6-acd2-dfca8a09ed9d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8eded30-8a60-4ab6-acd2-dfca8a09ed9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:08,697 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.060s 2022-08-22 17:12:08,697 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d44f4d8-f78f-4b97-893c-25727c5b5bd7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d44f4d8-f78f-4b97-893c-25727c5b5bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:09,802 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.092s 2022-08-22 17:12:09,803 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ee2d21-5a8a-4d13-9154-8f6a4c300802', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ee2d21-5a8a-4d13-9154-8f6a4c300802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:10,943 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.125s 2022-08-22 17:12:10,943 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1773ff18-2a00-4f5d-a451-587fa8f204e3', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1773ff18-2a00-4f5d-a451-587fa8f204e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:12,007 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.051s 2022-08-22 17:12:12,007 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a762aa7-62f2-448e-8ae5-2b4e6185ebcb', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a762aa7-62f2-448e-8ae5-2b4e6185ebcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:13,115 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.093s 2022-08-22 17:12:13,115 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd59f91c-3a86-4407-9a42-eed30e1692da', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd59f91c-3a86-4407-9a42-eed30e1692da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:11:47.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:14,191 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.064s 2022-08-22 17:12:14,191 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ebe296-81ad-4f38-9975-233a00d1ce8d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ebe296-81ad-4f38-9975-233a00d1ce8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:15,331 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.128s 2022-08-22 17:12:15,332 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c95d35-14af-4500-8034-8a6d4aeccb4a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c95d35-14af-4500-8034-8a6d4aeccb4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:16,791 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.447s 2022-08-22 17:12:16,792 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de45ee28-d17d-4fef-97bc-c59604113f2c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de45ee28-d17d-4fef-97bc-c59604113f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:17,853 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.049s 2022-08-22 17:12:17,854 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045903dc-feed-4516-ab08-221413c3da93', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045903dc-feed-4516-ab08-221413c3da93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:18,948 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.082s 2022-08-22 17:12:18,948 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b3afc8-dc1e-45eb-a24d-c2dde9147601', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b3afc8-dc1e-45eb-a24d-c2dde9147601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:20,052 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.091s 2022-08-22 17:12:20,052 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7f3a66-aeae-483b-89ca-ff7a36c56b75', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7f3a66-aeae-483b-89ca-ff7a36c56b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:21,168 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.101s 2022-08-22 17:12:21,169 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b5304b-7f3a-45fe-b16d-48be24506e32', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b5304b-7f3a-45fe-b16d-48be24506e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:22,290 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.109s 2022-08-22 17:12:22,290 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dde230c-d6d9-4a83-8e92-1cc3394f7cfa', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dde230c-d6d9-4a83-8e92-1cc3394f7cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:23,392 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.090s 2022-08-22 17:12:23,392 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffea02db-f276-4392-9c0f-87922940c1af', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffea02db-f276-4392-9c0f-87922940c1af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:24,512 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.107s 2022-08-22 17:12:24,513 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ed3f2f-ad81-451f-b20e-16dd42358724', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ed3f2f-ad81-451f-b20e-16dd42358724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:25,601 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.074s 2022-08-22 17:12:25,601 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adf8beb-b6ce-424e-b2e9-175d8a110310', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adf8beb-b6ce-424e-b2e9-175d8a110310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:26,708 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.096s 2022-08-22 17:12:26,709 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14dfaebb-06ff-4fc6-bf43-3b74d19d7e6c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14dfaebb-06ff-4fc6-bf43-3b74d19d7e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:27,795 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.073s 2022-08-22 17:12:27,796 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b46216-801c-4a55-a433-7d714e7c8bd4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b46216-801c-4a55-a433-7d714e7c8bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:28,882 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.075s 2022-08-22 17:12:28,883 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0535bd34-dd9b-410b-9fb3-65f22f6ca034', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0535bd34-dd9b-410b-9fb3-65f22f6ca034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:29,939 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.040s 2022-08-22 17:12:29,939 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71602cc-e8c6-442b-b4c5-856c5fb77b7b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71602cc-e8c6-442b-b4c5-856c5fb77b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:31,023 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.072s 2022-08-22 17:12:31,023 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4951f843-1524-4389-918c-555be8292dfa', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4951f843-1524-4389-918c-555be8292dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:13.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:32,139 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.104s 2022-08-22 17:12:32,139 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2572804-7b5d-45a3-891c-3568a99a3350', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2572804-7b5d-45a3-891c-3568a99a3350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:32.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:33,241 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 200 GET http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1 0.089s 2022-08-22 17:12:33,241 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12fc10a0-447b-4918-987d-1a65322837e7', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12fc10a0-447b-4918-987d-1a65322837e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1'} Body: b'{"volume": {"id": "ecbe826d-d936-4713-88a7-ee56240661b1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:11:46.000000", "updated_at": "2022-08-22T17:12:32.000000", "name": "tempest-tempest.common.compute-volume-1914139114", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/8322e3f6eb26483d8dcad0662e1ec3ff/volumes/ecbe826d-d936-4713-88a7-ee56240661b1"}], "user_id": "53ebbab2867a4b4c9dd3744fedd1c779", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "8322e3f6eb26483d8dcad0662e1ec3ff"}}' 2022-08-22 17:12:33,252 123982 INFO [tempest.common.waiters] volume ecbe826d-d936-4713-88a7-ee56240661b1 reached available after waiting for 47.252061 seconds 2022-08-22 17:12:33,924 123982 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_volume_backed_live_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 0.670s 2022-08-22 17:12:33,925 123982 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-778830584", "imageRef": "", "flavorRef": "452", "networks": [{"uuid": "fdc9ccda-2ee0-4687-8e99-c6ce209572f9"}], "block_device_mapping_v2": [{"uuid": "ecbe826d-d936-4713-88a7-ee56240661b1", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12: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-95c8135a-e3dd-4168-9feb-5ae785aa52f6', 'x-compute-request-id': 'req-95c8135a-e3dd-4168-9feb-5ae785aa52f6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:12:34,537 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.511s 2022-08-22 17:12:34,537 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:34 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-589c65d2-fca1-48ea-be3d-2f78464f0c86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "35652618557443a4a1dbfb3e0028f0c7", "name": "tempest-LiveMigrationNegativeTest-1104444746-project", "password_expires_at": null}, "audit_ids": ["MHnf9qgXQRClMxnP2c6fSQ"], "expires_at": "2022-08-22T18:12:34.000000Z", "issued_at": "2022-08-22T17:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10f3e01147404b6a86ef50f3d441841a", "name": "tempest-LiveMigrationNegativeTest-1104444746"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:34,538 123994 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_invalid_host_for_migration) Found network None available for tenant 2022-08-22 17:12:35,848 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 202 POST http://10.222.0.96/compute/v2.1/servers 1.309s 2022-08-22 17:12:35,849 123994 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-31676626", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b133dd8-1067-455f-b09a-4664b5abafb5', 'x-compute-request-id': 'req-1b133dd8-1067-455f-b09a-4664b5abafb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vTESmzRpDER7"}}' 2022-08-22 17:12:36,203 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.350s 2022-08-22 17:12:36,203 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:35 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-93b31d3b-ced2-4686-919d-5723007fec8e', 'x-compute-request-id': 'req-93b31d3b-ced2-4686-919d-5723007fec8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:36Z", "updated": "2022-08-22T17:12:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "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-22 17:12:37,326 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.110s 2022-08-22 17:12:37,326 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:37 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-8e58ece9-087a-49eb-9ade-3f683b68d44c', 'x-compute-request-id': 'req-8e58ece9-087a-49eb-9ade-3f683b68d44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:36Z", "updated": "2022-08-22T17:12:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "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-22 17:12:38,573 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.233s 2022-08-22 17:12:38,573 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:38 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-bb6ecfae-5560-45bd-a2f0-033cf1f2eaa8', 'x-compute-request-id': 'req-bb6ecfae-5560-45bd-a2f0-033cf1f2eaa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:12:38,586 123994 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-08-22 17:12:40,100 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.513s 2022-08-22 17:12:40,100 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b77e93f-a34f-437a-b1dc-d3f2e18d7cf4', 'x-compute-request-id': 'req-9b77e93f-a34f-437a-b1dc-d3f2e18d7cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:12:40,111 123994 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 4 second wait 2022-08-22 17:12:41,339 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.226s 2022-08-22 17:12:41,339 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:41 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-cda27e4e-094d-4e76-b646-10edb6bbdde2', 'x-compute-request-id': 'req-cda27e4e-094d-4e76-b646-10edb6bbdde2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:12:41,351 123994 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2022-08-22 17:12:42,932 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.580s 2022-08-22 17:12:42,932 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea0a3bf-ae6c-42fb-8d45-95e098a8a745', 'x-compute-request-id': 'req-fea0a3bf-ae6c-42fb-8d45-95e098a8a745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:44,945 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 1.000s 2022-08-22 17:12:44,945 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ad660b1-2d8b-4970-b830-c5bd2092502f', 'x-compute-request-id': 'req-6ad660b1-2d8b-4970-b830-c5bd2092502f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:46,491 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.534s 2022-08-22 17:12:46,491 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d245854d-6e9f-4ed9-86df-f3a6ef21b134', 'x-compute-request-id': 'req-d245854d-6e9f-4ed9-86df-f3a6ef21b134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:47,866 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.362s 2022-08-22 17:12:47,867 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fde9a589-af3f-444c-a655-0154effc3dad', 'x-compute-request-id': 'req-fde9a589-af3f-444c-a655-0154effc3dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:49,694 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.815s 2022-08-22 17:12:49,694 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24c80f7b-2777-4bbe-ba74-d4106d4c5ec8', 'x-compute-request-id': 'req-24c80f7b-2777-4bbe-ba74-d4106d4c5ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:51,179 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.472s 2022-08-22 17:12:51,180 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca25f129-d45f-4d2a-a38f-8cbe479321be', 'x-compute-request-id': 'req-ca25f129-d45f-4d2a-a38f-8cbe479321be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:52,587 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.394s 2022-08-22 17:12:52,588 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06f0cefd-43d1-4e44-b48b-a947e31efa70', 'x-compute-request-id': 'req-06f0cefd-43d1-4e44-b48b-a947e31efa70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:53,805 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.205s 2022-08-22 17:12:53,806 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa527768-2f22-4780-b21a-d1e647933dce', 'x-compute-request-id': 'req-aa527768-2f22-4780-b21a-d1e647933dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:55,058 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.241s 2022-08-22 17:12:55,059 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af692c0b-b0ad-4c06-988f-3e4b04009e33', 'x-compute-request-id': 'req-af692c0b-b0ad-4c06-988f-3e4b04009e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:56,288 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.216s 2022-08-22 17:12:56,288 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed568a2-8f55-4b8c-b1ae-963b3fc9ac0a', 'x-compute-request-id': 'req-7ed568a2-8f55-4b8c-b1ae-963b3fc9ac0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:57,676 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.376s 2022-08-22 17:12:57,685 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f148f018-20d3-4197-a455-e9752d337ab7', 'x-compute-request-id': 'req-f148f018-20d3-4197-a455-e9752d337ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:12:58,963 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d 0.264s 2022-08-22 17:12:58,963 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef73a87c-99aa-493a-bfb6-a63f9e353118', 'x-compute-request-id': 'req-ef73a87c-99aa-493a-bfb6-a63f9e353118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d'} Body: b'{"server": {"id": "95ed8662-ad0c-43f6-9800-8db34e26243d", "name": "tempest-LiveMigrationNegativeTest-server-31676626", "status": "ACTIVE", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "2a271a0d751f6d759a2fdbc7aaeff7b328b05c6cb450ca4f836cc53d", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:12:35Z", "updated": "2022-08-22T17:12:58Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.238", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:ea:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/95ed8662-ad0c-43f6-9800-8db34e26243d"}], "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-22T17:12:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-22 17:12:58,976 123994 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait 2022-08-22 17:12:59,794 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_invalid_host_for_migration): 500 POST http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d/action 0.815s 2022-08-22 17:12:59,794 123994 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-2047973732", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12: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-51719e84-ab27-4d76-be3d-7f705ab71e3d', 'x-compute-request-id': 'req-51719e84-ab27-4d76-be3d-7f705ab71e3d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/95ed8662-ad0c-43f6-9800-8db34e26243d/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-22 17:12:59,993 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.168s 2022-08-22 17:12:59,994 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:59 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-099c5c3b-bc72-4173-976c-920c70b75876', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "35652618557443a4a1dbfb3e0028f0c7", "name": "tempest-LiveMigrationNegativeTest-1104444746-project", "password_expires_at": null}, "audit_ids": ["N0dCgsJ_SqqO9eCgQxwHEw"], "expires_at": "2022-08-22T18:12:59.000000Z", "issued_at": "2022-08-22T17:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10f3e01147404b6a86ef50f3d441841a", "name": "tempest-LiveMigrationNegativeTest-1104444746"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/10f3e01147404b6a86ef50f3d441841a", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:12:59,994 123994 INFO [tempest.lib.common.fixed_network] (LiveMigrationNegativeTest:test_live_block_migration_suspended) Found network None available for tenant 2022-08-22 17:13:01,137 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.96/compute/v2.1/servers 1.142s 2022-08-22 17:13:01,137 123994 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-1327573308", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963f1f7f-30c0-42da-a9fb-bb992b73584d', 'x-compute-request-id': 'req-963f1f7f-30c0-42da-a9fb-bb992b73584d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nf7LVaKkVqCz"}}' 2022-08-22 17:13:02,026 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.885s 2022-08-22 17:13:02,026 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2827c1e6-ec7c-4cb6-9bd5-98023e905e6b', 'x-compute-request-id': 'req-2827c1e6-ec7c-4cb6-9bd5-98023e905e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:01Z", "updated": "2022-08-22T17:13:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "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-22 17:13:03,210 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.172s 2022-08-22 17:13:03,210 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb451c3-46d1-47cb-91ce-c7482c44855e', 'x-compute-request-id': 'req-cdb451c3-46d1-47cb-91ce-c7482c44855e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:04,618 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.390s 2022-08-22 17:13:04,618 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:04 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-d2467eb5-aeda-49fe-829f-e7d0448425d3', 'x-compute-request-id': 'req-d2467eb5-aeda-49fe-829f-e7d0448425d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:04,630 123994 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2022-08-22 17:13:05,814 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.183s 2022-08-22 17:13:05,815 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f139e498-931c-4f3c-a910-c81fd4198697', 'x-compute-request-id': 'req-f139e498-931c-4f3c-a910-c81fd4198697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:05,826 123994 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-08-22 17:13:07,008 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.180s 2022-08-22 17:13:07,008 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b5106d-ea57-4967-ab62-51a24f12de3c', 'x-compute-request-id': 'req-b8b5106d-ea57-4967-ab62-51a24f12de3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:08,966 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.936s 2022-08-22 17:13:08,966 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b639c5b9-7169-4cb0-908e-7a033bf85806', 'x-compute-request-id': 'req-b639c5b9-7169-4cb0-908e-7a033bf85806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:10,423 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.444s 2022-08-22 17:13:10,424 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c74769-71f9-41c4-bca0-c99f6dbaa6d6', 'x-compute-request-id': 'req-94c74769-71f9-41c4-bca0-c99f6dbaa6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:11,849 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.409s 2022-08-22 17:13:11,849 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8673e50b-e72a-427c-8850-eb00470453b5', 'x-compute-request-id': 'req-8673e50b-e72a-427c-8850-eb00470453b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:13,305 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.444s 2022-08-22 17:13:13,306 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1c4ac8a-284f-42e6-9437-fd5a91327ed2', 'x-compute-request-id': 'req-c1c4ac8a-284f-42e6-9437-fd5a91327ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:15,031 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.710s 2022-08-22 17:13:15,031 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28e7bd9-ba1f-4c3c-968f-350c0ac13946', 'x-compute-request-id': 'req-e28e7bd9-ba1f-4c3c-968f-350c0ac13946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:16,762 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.718s 2022-08-22 17:13:16,763 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-723a14cf-5cfb-4a8c-ac67-60cfb45c6d58', 'x-compute-request-id': 'req-723a14cf-5cfb-4a8c-ac67-60cfb45c6d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:18,531 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.750s 2022-08-22 17:13:18,531 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d9618b3-333a-458b-a6a3-3dd99ac6f238', 'x-compute-request-id': 'req-1d9618b3-333a-458b-a6a3-3dd99ac6f238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:19,769 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.221s 2022-08-22 17:13:19,769 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34da2d94-1807-4150-8637-7335cc727bf6', 'x-compute-request-id': 'req-34da2d94-1807-4150-8637-7335cc727bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "BUILD", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:22,384 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 1.602s 2022-08-22 17:13:22,385 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b695fd11-adee-4aaf-82c8-d7157c5dbe31', 'x-compute-request-id': 'req-b695fd11-adee-4aaf-82c8-d7157c5dbe31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "ACTIVE", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:21Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.226", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:9e:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "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-22T17:13:20.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-22 17:13:22,403 123994 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-08-22 17:13:23,501 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 202 POST http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296/action 1.097s 2022-08-22 17:13:23,502 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99301a58-9a83-4784-a9e0-192fc75e30f4', 'x-compute-request-id': 'req-99301a58-9a83-4784-a9e0-192fc75e30f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296/action'} Body: b'' 2022-08-22 17:13:23,846 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.344s 2022-08-22 17:13:23,847 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1477', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2b9286-6c8f-47a8-85a9-796d00d9d9c9', 'x-compute-request-id': 'req-1b2b9286-6c8f-47a8-85a9-796d00d9d9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "ACTIVE", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:23Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.226", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:9e:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "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-22T17:13:20.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-22 17:13:25,330 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.470s 2022-08-22 17:13:25,330 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d87455-8774-45dd-8bc8-638202c21121', 'x-compute-request-id': 'req-11d87455-8774-45dd-8bc8-638202c21121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "SUSPENDED", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:24Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.226", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:9e:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-22T17:13:20.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-22 17:13:25,345 123994 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-08-22 17:13:26,252 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296 0.906s 2022-08-22 17:13:26,253 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794f2d71-5361-4211-85d8-cd384db21e00', 'x-compute-request-id': 'req-794f2d71-5361-4211-85d8-cd384db21e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296'} Body: b'{"server": {"id": "818bc982-f088-43a6-930c-f998d3345296", "name": "tempest-LiveMigrationNegativeTest-server-1327573308", "status": "SUSPENDED", "tenant_id": "10f3e01147404b6a86ef50f3d441841a", "user_id": "35652618557443a4a1dbfb3e0028f0c7", "metadata": {}, "hostId": "6ac4d0bff64a7c1550ad860e9a2668c02dfdced7cacd01c980c6ddbc", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:00Z", "updated": "2022-08-22T17:13:24Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.226", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:9e:a5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/818bc982-f088-43a6-930c-f998d3345296"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-22T17:13:20.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-854030-1", "OS-EXT-SRV-ATTR:instance_name": "instance-00000007", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-854030-1", "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-22 17:13:26,515 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 200 GET http://10.222.0.96/compute/v2.1/os-services?binary=nova-compute 0.247s 2022-08-22 17:13:26,516 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:26 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-af600aa9-a37f-4b4c-9777-cde7213f418c', 'x-compute-request-id': 'req-af600aa9-a37f-4b4c-9777-cde7213f418c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h2-854030-1", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-22T17:13:22.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h1-854030-1", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-08-22T17:13:21.000000", "disabled_reason": null}]}' 2022-08-22 17:13:26,723 123994 INFO [tempest.lib.common.rest_client] Request (LiveMigrationNegativeTest:test_live_block_migration_suspended): 500 POST http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296/action 0.203s 2022-08-22 17:13:26,723 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-migrateLive": {"host": "n-h1-854030-1", "block_migration": true, "disk_over_commit": false}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13: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-0a8ba0c8-1dec-493e-812d-4c056ea06228', 'x-compute-request-id': 'req-0a8ba0c8-1dec-493e-812d-4c056ea06228', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/818bc982-f088-43a6-930c-f998d3345296/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-22 17:13:34,658 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.143s 2022-08-22 17:13:34,658 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:34 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-d5a244a3-c08a-487a-880c-d89f32521627', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dafa41865864461fa0e0dbc4a0188e4b", "name": "tempest-MigrationsAdminTest-1971141865-project", "password_expires_at": null}, "audit_ids": ["XxqEaH-8QGaEQXNgUB5phg"], "expires_at": "2022-08-22T18:13:34.000000Z", "issued_at": "2022-08-22T17:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d5a2fb6b4440168a7e84d03007a6fb", "name": "tempest-MigrationsAdminTest-1971141865"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:13:34,659 123990 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_cold_migration) Found network None available for tenant 2022-08-22 17:13:35,949 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 202 POST http://10.222.0.96/compute/v2.1/servers 1.289s 2022-08-22 17:13:35,949 123990 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-21042356", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f808592-ce13-47ea-82b9-06acb340f053', 'x-compute-request-id': 'req-9f808592-ce13-47ea-82b9-06acb340f053', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9udmbFbf8KaZ"}}' 2022-08-22 17:13:36,359 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.406s 2022-08-22 17:13:36,360 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8daf92-3aaa-4670-8b52-cf9f89611d21', 'x-compute-request-id': 'req-4f8daf92-3aaa-4670-8b52-cf9f89611d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:36Z", "updated": "2022-08-22T17:13:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "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-22 17:13:37,579 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.202s 2022-08-22 17:13:37,579 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562b72e0-a7df-4d86-826c-b7ea345cd4d4', 'x-compute-request-id': 'req-562b72e0-a7df-4d86-826c-b7ea345cd4d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:36Z", "updated": "2022-08-22T17:13:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "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-22 17:13:38,784 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.192s 2022-08-22 17:13:38,785 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1263', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83c783c-e408-4433-8600-3e5d27780e7c', 'x-compute-request-id': 'req-b83c783c-e408-4433-8600-3e5d27780e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:38,796 123990 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-08-22 17:13:40,083 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.285s 2022-08-22 17:13:40,083 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:39 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-c481c14c-ac79-4908-9897-c0d247495c74', 'x-compute-request-id': 'req-c481c14c-ac79-4908-9897-c0d247495c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:40,097 123990 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2022-08-22 17:13:41,258 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.159s 2022-08-22 17:13:41,258 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87ca0c2b-0c44-473c-86f1-07ebfa236e9a', 'x-compute-request-id': 'req-87ca0c2b-0c44-473c-86f1-07ebfa236e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:41,272 123990 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 5 second wait 2022-08-22 17:13:43,121 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.846s 2022-08-22 17:13:43,122 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9991c559-3fcc-4a35-ac33-dae527f5d160', 'x-compute-request-id': 'req-9991c559-3fcc-4a35-ac33-dae527f5d160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:44,455 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.300s 2022-08-22 17:13:44,456 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-679164e6-b7b7-467f-8e1f-39eb5a5cc48b', 'x-compute-request-id': 'req-679164e6-b7b7-467f-8e1f-39eb5a5cc48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:47,711 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 2.223s 2022-08-22 17:13:47,712 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-588d4a8b-9329-4fb2-a571-1bcb86bc0a87', 'x-compute-request-id': 'req-588d4a8b-9329-4fb2-a571-1bcb86bc0a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:49,809 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 1.084s 2022-08-22 17:13:49,809 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae261765-26ce-4941-8a96-9be1c3180fc0', 'x-compute-request-id': 'req-ae261765-26ce-4941-8a96-9be1c3180fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:51,329 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.505s 2022-08-22 17:13:51,330 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd3b4e25-9060-4bdb-ac1e-2391d4bf26fa', 'x-compute-request-id': 'req-bd3b4e25-9060-4bdb-ac1e-2391d4bf26fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:52,718 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.373s 2022-08-22 17:13:52,718 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b9a36d6-289f-4366-9678-3495e3995f92', 'x-compute-request-id': 'req-4b9a36d6-289f-4366-9678-3495e3995f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:54,728 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.997s 2022-08-22 17:13:54,728 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327dc67c-038d-4510-820c-ef92e22a77e5', 'x-compute-request-id': 'req-327dc67c-038d-4510-820c-ef92e22a77e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:56,902 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 1.161s 2022-08-22 17:13:56,902 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-733f9a36-dbdb-4066-acaf-b720c020ab14', 'x-compute-request-id': 'req-733f9a36-dbdb-4066-acaf-b720c020ab14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:58,767 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.852s 2022-08-22 17:13:58,767 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40737f34-b10e-42a0-b682-b3cd62426cc0', 'x-compute-request-id': 'req-40737f34-b10e-42a0-b682-b3cd62426cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:00,374 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.595s 2022-08-22 17:14:00,375 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9301f0ab-1434-4173-bd7b-2b34122d1c15', 'x-compute-request-id': 'req-9301f0ab-1434-4173-bd7b-2b34122d1c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:02,528 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 1.138s 2022-08-22 17:14:02,529 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d70d56-f30d-4a06-96bd-d832863ef37a', 'x-compute-request-id': 'req-b5d70d56-f30d-4a06-96bd-d832863ef37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:03,793 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 0.252s 2022-08-22 17:14:03,794 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1460', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e654090-0dd3-4616-b4cf-19492b0b750a', 'x-compute-request-id': 'req-6e654090-0dd3-4616-b4cf-19492b0b750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:14:02Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.20", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:02:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "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-22T17:14:02.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-22 17:14:03,805 123990 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 27 second wait 2022-08-22 17:14:05,687 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f 1.881s 2022-08-22 17:14:05,687 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa7f8c77-62ef-46af-a004-58269ee81243', 'x-compute-request-id': 'req-fa7f8c77-62ef-46af-a004-58269ee81243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f'} Body: b'{"server": {"id": "fd420da2-ec4b-4d15-82d1-0f09c4072a7f", "name": "tempest-MigrationsAdminTest-server-21042356", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:35Z", "updated": "2022-08-22T17:14:02Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.20", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:02:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f"}], "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-22T17:14:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h2-854030-1", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h2-854030-1", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-22 17:14:06,342 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_cold_migration): 500 POST http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f/action 0.639s 2022-08-22 17:14:06,343 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14: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-21ae5999-cffc-46fe-8b95-d2b89c7ce9a2', 'x-compute-request-id': 'req-21ae5999-cffc-46fe-8b95-d2b89c7ce9a2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/fd420da2-ec4b-4d15-82d1-0f09c4072a7f/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-22 17:14:07,610 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.187s 2022-08-22 17:14:07,611 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d353d05-fc94-406e-ae1a-77889f77aeae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dafa41865864461fa0e0dbc4a0188e4b", "name": "tempest-MigrationsAdminTest-1971141865-project", "password_expires_at": null}, "audit_ids": ["7vas0i-_S86ZkvCCeO51OA"], "expires_at": "2022-08-22T18:14:07.000000Z", "issued_at": "2022-08-22T17:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d5a2fb6b4440168a7e84d03007a6fb", "name": "tempest-MigrationsAdminTest-1971141865"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:14:07,611 123990 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant 2022-08-22 17:14:08,707 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.222.0.96/compute/v2.1/servers 1.095s 2022-08-22 17:14:08,707 123990 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-1622495650", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6b6a07e-f62c-432a-a482-bf9601eed421', 'x-compute-request-id': 'req-f6b6a07e-f62c-432a-a482-bf9601eed421', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "c7BSXvojy6aP"}}' 2022-08-22 17:14:09,102 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.391s 2022-08-22 17:14:09,103 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:08 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-f81160d9-9d60-4014-b121-3d4904953c55', 'x-compute-request-id': 'req-f81160d9-9d60-4014-b121-3d4904953c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:09Z", "updated": "2022-08-22T17:14:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "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-22 17:14:10,723 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.609s 2022-08-22 17:14:10,723 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:10 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-170de979-c6d2-405b-8634-58308a92f27e', 'x-compute-request-id': 'req-170de979-c6d2-405b-8634-58308a92f27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:12,609 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.873s 2022-08-22 17:14:12,610 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-010c003f-1a24-4f11-af62-0ca38f4cd06f', 'x-compute-request-id': 'req-010c003f-1a24-4f11-af62-0ca38f4cd06f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:12,621 123990 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2022-08-22 17:14:13,952 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.329s 2022-08-22 17:14:13,952 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:13 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-9b32784d-9de1-4515-955a-59df6a643e70', 'x-compute-request-id': 'req-9b32784d-9de1-4515-955a-59df6a643e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:13,963 123990 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2022-08-22 17:14:16,258 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 1.293s 2022-08-22 17:14:16,258 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14: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-b3db11bd-6266-41b5-b838-9afc97504815', 'x-compute-request-id': 'req-b3db11bd-6266-41b5-b838-9afc97504815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:17,712 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.441s 2022-08-22 17:14:17,712 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:17 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-6ed9ba0a-32c5-4b7c-9c86-fad5161e5695', 'x-compute-request-id': 'req-6ed9ba0a-32c5-4b7c-9c86-fad5161e5695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:19,723 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.998s 2022-08-22 17:14:19,723 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3b66f0f-2834-4bec-94f3-6b0fe416fca0', 'x-compute-request-id': 'req-a3b66f0f-2834-4bec-94f3-6b0fe416fca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:22,134 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 1.398s 2022-08-22 17:14:22,135 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-701a6199-673c-41c1-97ec-5ce57150bd8e', 'x-compute-request-id': 'req-701a6199-673c-41c1-97ec-5ce57150bd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:23,614 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.466s 2022-08-22 17:14:23,614 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:23 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-64effd5a-f975-43fc-8bea-5c5d1ec891e7', 'x-compute-request-id': 'req-64effd5a-f975-43fc-8bea-5c5d1ec891e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:25,087 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.460s 2022-08-22 17:14:25,087 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:24 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-c84bcaad-e6e2-4bd2-bdbf-0ea9db58d562', 'x-compute-request-id': 'req-c84bcaad-e6e2-4bd2-bdbf-0ea9db58d562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:27,019 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.916s 2022-08-22 17:14:27,020 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:26 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-f11906eb-bf7f-4dd5-be99-60c55b5177f6', 'x-compute-request-id': 'req-f11906eb-bf7f-4dd5-be99-60c55b5177f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:28,335 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.302s 2022-08-22 17:14:28,335 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:28 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-3c1a9e37-654f-4d34-a0ab-34abb3aa3435', 'x-compute-request-id': 'req-3c1a9e37-654f-4d34-a0ab-34abb3aa3435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:29,876 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.528s 2022-08-22 17:14:29,876 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:29 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-2964b525-ca47-454f-a540-62512c9a3610', 'x-compute-request-id': 'req-2964b525-ca47-454f-a540-62512c9a3610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:31,360 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.471s 2022-08-22 17:14:31,361 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:30 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-66b76326-279c-4bfa-9a63-b02069e738b0', 'x-compute-request-id': 'req-66b76326-279c-4bfa-9a63-b02069e738b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:33,311 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c 0.933s 2022-08-22 17:14:33,312 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:32 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-8afaf36f-8994-4043-b0fd-6a41b95ebf9f', 'x-compute-request-id': 'req-8afaf36f-8994-4043-b0fd-6a41b95ebf9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c'} Body: b'{"server": {"id": "30fb117d-2950-4ba7-98a0-fd8874ad006c", "name": "tempest-MigrationsAdminTest-server-1622495650", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:14:08Z", "updated": "2022-08-22T17:14:31Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.62", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e8:6d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c"}], "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-22T17:14:30.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-22 17:14:33,326 123990 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait 2022-08-22 17:14:33,695 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 500 POST http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c/action 0.368s 2022-08-22 17:14:33,695 123990 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': 'Mon, 22 Aug 2022 17:14: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-0524567a-fc96-4df7-b440-8af3ab2db3cb', 'x-compute-request-id': 'req-0524567a-fc96-4df7-b440-8af3ab2db3cb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/30fb117d-2950-4ba7-98a0-fd8874ad006c/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-22 17:14:33,748 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/flavors/452 0.049s 2022-08-22 17:14:33,748 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:33 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-86c80faf-b0e2-4703-9a27-0b30e0450efc', 'x-compute-request-id': 'req-86c80faf-b0e2-4703-9a27-0b30e0450efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}}' 2022-08-22 17:14:33,899 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.222.0.96/compute/v2.1/flavors 0.146s 2022-08-22 17:14:33,899 123990 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_-1994349491", "ram": 1024, "disk": 1, "vcpus": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:33 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-0ecb3869-bc20-42b2-ba23-61276b9bf49e', 'x-compute-request-id': 'req-0ecb3869-bc20-42b2-ba23-61276b9bf49e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "name": "tempest-test_resize_flavor_-1994349491", "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.96/compute/v2.1/flavors/523673ea-12b5-4048-975a-43685837c4d8"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}}' 2022-08-22 17:14:33,937 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs 0.033s 2022-08-22 17:14:33,937 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:33 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-bb7f3248-febb-4efa-b424-c1ff3f5021f6', 'x-compute-request-id': 'req-bb7f3248-febb-4efa-b424-c1ff3f5021f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-08-22 17:14:34,161 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.217s 2022-08-22 17:14:34,161 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:33 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-6dfb6d5c-8213-4a2f-97e4-cdf2daa2e46a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dafa41865864461fa0e0dbc4a0188e4b", "name": "tempest-MigrationsAdminTest-1971141865-project", "password_expires_at": null}, "audit_ids": ["uNEc8OHJRdeQcY51yfz9Lw"], "expires_at": "2022-08-22T18:14:34.000000Z", "issued_at": "2022-08-22T17:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d5a2fb6b4440168a7e84d03007a6fb", "name": "tempest-MigrationsAdminTest-1971141865"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:14:34,162 123990 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant 2022-08-22 17:14:35,824 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.222.0.96/compute/v2.1/servers 1.662s 2022-08-22 17:14:35,825 123990 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-1826632987", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "523673ea-12b5-4048-975a-43685837c4d8"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40df8c4c-c1ce-4ed7-9003-680eedda001b', 'x-compute-request-id': 'req-40df8c4c-c1ce-4ed7-9003-680eedda001b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "h4CnGiZ6GZei"}}' 2022-08-22 17:14:36,111 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.283s 2022-08-22 17:14:36,112 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:35 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-498733bb-604e-4fcc-9451-3d6d5cb3604c', 'x-compute-request-id': 'req-498733bb-604e-4fcc-9451-3d6d5cb3604c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:36Z", "updated": "2022-08-22T17:14:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "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-22 17:14:37,604 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.476s 2022-08-22 17:14:37,604 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88729236-4f41-466d-b95f-f7999ec6f904', 'x-compute-request-id': 'req-88729236-4f41-466d-b95f-f7999ec6f904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:39,020 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.403s 2022-08-22 17:14:39,021 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1331', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56db49b-8d79-46ff-b73b-e937dcb0c138', 'x-compute-request-id': 'req-d56db49b-8d79-46ff-b73b-e937dcb0c138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:39,035 123990 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-22 17:14:40,463 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.427s 2022-08-22 17:14:40,464 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:40 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-0940b255-d7f4-42f1-8b9e-e064fc2124a7', 'x-compute-request-id': 'req-0940b255-d7f4-42f1-8b9e-e064fc2124a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:14:40,476 123990 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2022-08-22 17:14:42,654 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 1.176s 2022-08-22 17:14:42,654 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:41 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-8049dc06-4e32-4e79-90f7-7d3d01efaab8', 'x-compute-request-id': 'req-8049dc06-4e32-4e79-90f7-7d3d01efaab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:44,294 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.627s 2022-08-22 17:14:44,294 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:43 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-bd90478d-e7f9-47ce-9bae-a5f2cad20535', 'x-compute-request-id': 'req-bd90478d-e7f9-47ce-9bae-a5f2cad20535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:46,178 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.870s 2022-08-22 17:14:46,179 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:45 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-42f4d2d9-1321-427c-a418-b0943cae9a89', 'x-compute-request-id': 'req-42f4d2d9-1321-427c-a418-b0943cae9a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:47,599 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.398s 2022-08-22 17:14:47,599 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:47 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-d42af395-f06a-4e93-844a-fa94897a0dd0', 'x-compute-request-id': 'req-d42af395-f06a-4e93-844a-fa94897a0dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:49,743 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 1.130s 2022-08-22 17:14:49,744 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:48 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-91134316-5824-412f-aa2f-08bc4231a75e', 'x-compute-request-id': 'req-91134316-5824-412f-aa2f-08bc4231a75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:51,222 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.459s 2022-08-22 17:14:51,223 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:50 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-deacb0a4-7f11-43b6-859f-c96e810a7fff', 'x-compute-request-id': 'req-deacb0a4-7f11-43b6-859f-c96e810a7fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:53,294 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 1.057s 2022-08-22 17:14:53,294 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:52 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-8c06ad3c-1ab1-4ef5-a276-1852cc006937', 'x-compute-request-id': 'req-8c06ad3c-1ab1-4ef5-a276-1852cc006937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:55,218 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.911s 2022-08-22 17:14:55,218 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:54 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-22bd9617-05a9-412c-bda9-3c98a600bd5f', 'x-compute-request-id': 'req-22bd9617-05a9-412c-bda9-3c98a600bd5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:57,113 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 0.883s 2022-08-22 17:14:57,114 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:56 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-5d531cee-6386-49bb-b7bc-003b58669b96', 'x-compute-request-id': 'req-5d531cee-6386-49bb-b7bc-003b58669b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:59,449 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 1.323s 2022-08-22 17:14:59,450 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1527', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ff21fe7-6eaa-4e63-9837-cb8c6deddd93', 'x-compute-request-id': 'req-6ff21fe7-6eaa-4e63-9837-cb8c6deddd93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:57Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:3a:6d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "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-22T17:14:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-22 17:14:59,461 123990 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait 2022-08-22 17:15:00,857 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913 1.395s 2022-08-22 17:15:00,858 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1527', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba3d273-b1fe-4b0b-8a85-478fa4edeb80', 'x-compute-request-id': 'req-1ba3d273-b1fe-4b0b-8a85-478fa4edeb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913'} Body: b'{"server": {"id": "94de208f-edff-400d-840d-1cb7eafb3913", "name": "tempest-MigrationsAdminTest-server-1826632987", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "df315111cfab443cfb69652846c8ebde776736b8dcf8403a23fd91cb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "523673ea-12b5-4048-975a-43685837c4d8", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/523673ea-12b5-4048-975a-43685837c4d8"}]}, "created": "2022-08-22T17:14:35Z", "updated": "2022-08-22T17:14:57Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:3a:6d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/94de208f-edff-400d-840d-1cb7eafb3913"}], "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-22T17:14:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-22 17:15:01,432 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 DELETE http://10.222.0.96/compute/v2.1/flavors/523673ea-12b5-4048-975a-43685837c4d8 0.547s 2022-08-22 17:15:01,432 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5103173c-8f01-45b8-8eec-ae58d12cf9d2', 'x-compute-request-id': 'req-5103173c-8f01-45b8-8eec-ae58d12cf9d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/523673ea-12b5-4048-975a-43685837c4d8'} Body: b'' 2022-08-22 17:15:01,769 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.222.0.96/compute/v2.1/flavors/detail 0.336s 2022-08-22 17:15:01,770 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:01 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-739b47df-8206-4b4c-ae84-f99b4104f69c', 'x-compute-request-id': 'req-739b47df-8206-4b4c-ae84-f99b4104f69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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-22 17:15:01,933 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 500 POST http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913/action 0.153s 2022-08-22 17:15:01,934 123990 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': 'Mon, 22 Aug 2022 17:15: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-d17ebb43-3885-4e6e-8f6e-8ca643a9654d', 'x-compute-request-id': 'req-d17ebb43-3885-4e6e-8f6e-8ca643a9654d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/94de208f-edff-400d-840d-1cb7eafb3913/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-22 17:15:01,992 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 404 DELETE http://10.222.0.96/compute/v2.1/flavors/523673ea-12b5-4048-975a-43685837c4d8 0.057s 2022-08-22 17:15:01,992 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15: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': '109', 'x-openstack-request-id': 'req-c370397c-6834-4dde-88cb-41239a29cb4f', 'x-compute-request-id': 'req-c370397c-6834-4dde-88cb-41239a29cb4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/523673ea-12b5-4048-975a-43685837c4d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Flavor 523673ea-12b5-4048-975a-43685837c4d8 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-22 17:15:02,251 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.170s 2022-08-22 17:15:02,251 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:02 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-d51022c9-ad51-4221-9c68-b2fc9605d4fb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dafa41865864461fa0e0dbc4a0188e4b", "name": "tempest-MigrationsAdminTest-1971141865-project", "password_expires_at": null}, "audit_ids": ["T5ev7Jv9RiOXdZfFRWJk_g"], "expires_at": "2022-08-22T18:15:02.000000Z", "issued_at": "2022-08-22T17:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d5a2fb6b4440168a7e84d03007a6fb", "name": "tempest-MigrationsAdminTest-1971141865"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/c3d5a2fb6b4440168a7e84d03007a6fb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:15:02,252 123990 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_revert_cold_migration) Found network None available for tenant 2022-08-22 17:15:03,350 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 202 POST http://10.222.0.96/compute/v2.1/servers 1.097s 2022-08-22 17:15:03,350 123990 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-436047650", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef72065-1479-4586-b4dc-23a9f90385f8', 'x-compute-request-id': 'req-fef72065-1479-4586-b4dc-23a9f90385f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "KAH6p9bwcz7Z"}}' 2022-08-22 17:15:03,894 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.540s 2022-08-22 17:15:03,895 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:03 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-5dd757a4-9b14-4e9f-bfe6-a10b5b35997f', 'x-compute-request-id': 'req-5dd757a4-9b14-4e9f-bfe6-a10b5b35997f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "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-22 17:15:05,761 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.850s 2022-08-22 17:15:05,761 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1216', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce320e08-be0b-42b5-a423-1d217189976c', 'x-compute-request-id': 'req-ce320e08-be0b-42b5-a423-1d217189976c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:15:07,355 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.579s 2022-08-22 17:15:07,355 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:06 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-08281630-8904-4154-a768-9f60e39545b9', 'x-compute-request-id': 'req-08281630-8904-4154-a768-9f60e39545b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:15:07,371 123990 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-08-22 17:15:09,399 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 1.025s 2022-08-22 17:15:09,399 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:08 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-84f88e0c-0dd3-40d5-b02b-56089e384bc1', 'x-compute-request-id': 'req-84f88e0c-0dd3-40d5-b02b-56089e384bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:15:09,430 123990 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2022-08-22 17:15:11,835 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 1.403s 2022-08-22 17:15:11,835 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:10 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-86d0505a-0f86-49c0-8557-4c4592fa971c', 'x-compute-request-id': 'req-86d0505a-0f86-49c0-8557-4c4592fa971c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:13,305 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.452s 2022-08-22 17:15:13,306 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaba6bbb-c85a-4272-9904-0c13f63198f3', 'x-compute-request-id': 'req-aaba6bbb-c85a-4272-9904-0c13f63198f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:14,962 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.632s 2022-08-22 17:15:14,962 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:14 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-849bf4af-97d2-4c0c-a175-fad76ca16032', 'x-compute-request-id': 'req-849bf4af-97d2-4c0c-a175-fad76ca16032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:16,667 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.678s 2022-08-22 17:15:16,667 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb9119c4-2e81-4718-9903-5e709ff28215', 'x-compute-request-id': 'req-bb9119c4-2e81-4718-9903-5e709ff28215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:18,208 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.521s 2022-08-22 17:15:18,208 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:17 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-9d88be7c-5b19-4ae5-bbdb-6dbc089b0d3f', 'x-compute-request-id': 'req-9d88be7c-5b19-4ae5-bbdb-6dbc089b0d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:19,786 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.565s 2022-08-22 17:15:19,787 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb94ee75-5fb7-4055-af54-99ca4c3e9eb4', 'x-compute-request-id': 'req-eb94ee75-5fb7-4055-af54-99ca4c3e9eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:21,546 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.746s 2022-08-22 17:15:21,547 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:20 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-759346b1-025f-4b76-8a00-9e5b60d758af', 'x-compute-request-id': 'req-759346b1-025f-4b76-8a00-9e5b60d758af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:23,026 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.462s 2022-08-22 17:15:23,026 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d58b73d-12da-4c1c-9241-f41f77719f4d', 'x-compute-request-id': 'req-5d58b73d-12da-4c1c-9241-f41f77719f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:24,821 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.783s 2022-08-22 17:15:24,822 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:24 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-c0b943ee-4bc6-4c2d-bac6-7eff56af5500', 'x-compute-request-id': 'req-c0b943ee-4bc6-4c2d-bac6-7eff56af5500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:26,657 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.821s 2022-08-22 17:15:26,657 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15: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-ad796b3f-4ea1-4560-a83a-f03a9a12c041', 'x-compute-request-id': 'req-ad796b3f-4ea1-4560-a83a-f03a9a12c041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "BUILD", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:15:28,549 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.879s 2022-08-22 17:15:28,549 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1461', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16ce033-a7bc-40fd-bf3f-d1b2fb948677', 'x-compute-request-id': 'req-d16ce033-a7bc-40fd-bf3f-d1b2fb948677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:28Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.50", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:91:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "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-22T17:15:27.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-22 17:15:28,561 123990 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 25 second wait 2022-08-22 17:15:29,061 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 200 GET http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37 0.499s 2022-08-22 17:15:29,061 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1df199f2-c92c-4d2c-bf2e-7e12cc1e91e4', 'x-compute-request-id': 'req-1df199f2-c92c-4d2c-bf2e-7e12cc1e91e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37'} Body: b'{"server": {"id": "8507ebf3-26fb-454f-bffb-e3aae22e3e37", "name": "tempest-MigrationsAdminTest-server-436047650", "status": "ACTIVE", "tenant_id": "c3d5a2fb6b4440168a7e84d03007a6fb", "user_id": "dafa41865864461fa0e0dbc4a0188e4b", "metadata": {}, "hostId": "2e1dd3779846346a459c681c44ec83f31447c846205bee56197cad3c", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:15:03Z", "updated": "2022-08-22T17:15:28Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.50", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:91:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37"}], "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-22T17:15:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-854030-1", "OS-EXT-SRV-ATTR:instance_name": "instance-00000013", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-854030-1", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-08-22 17:15:29,243 123990 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_revert_cold_migration): 500 POST http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37/action 0.167s 2022-08-22 17:15:29,243 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15: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-0628e378-7e25-4006-9f41-1f526cb6801f', 'x-compute-request-id': 'req-0628e378-7e25-4006-9f41-1f526cb6801f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/8507ebf3-26fb-454f-bffb-e3aae22e3e37/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-22 17:13:47,032 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.258s 2022-08-22 17:13:47,032 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3268', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-95fdda2d-fec1-4006-9f48-6c3a9d18c34b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "name": "tempest-ServersAdminNegativeTestJSON-526256208-project", "password_expires_at": null}, "audit_ids": ["npCu0HGBRe-Io6uKpWuNdw"], "expires_at": "2022-08-22T18:13:46.000000Z", "issued_at": "2022-08-22T17:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffdd27bb05144d16aac5c3e39bc05a65", "name": "tempest-ServersAdminNegativeTestJSON-526256208"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ffdd27bb05144d16aac5c3e39bc05a65", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ffdd27bb05144d16aac5c3e39bc05a65", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ffdd27bb05144d16aac5c3e39bc05a65", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ffdd27bb05144d16aac5c3e39bc05a65", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:13:47,033 123992 INFO [tempest.lib.common.fixed_network] (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state) Found network None available for tenant 2022-08-22 17:13:48,348 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.96/compute/v2.1/servers 1.314s 2022-08-22 17:13:48,348 123992 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-240430281", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae0de33-3b48-4e25-892a-7214bbfb36aa', 'x-compute-request-id': 'req-2ae0de33-3b48-4e25-892a-7214bbfb36aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "U4WZCYt9pNPn"}}' 2022-08-22 17:13:48,561 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.209s 2022-08-22 17:13:48,561 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1221', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b058be69-9620-4afb-bf93-0e74b69288d1', 'x-compute-request-id': 'req-b058be69-9620-4afb-bf93-0e74b69288d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "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-22 17:13:50,281 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.702s 2022-08-22 17:13:50,281 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5e60b64-e835-49ff-a341-01a56799e1fd', 'x-compute-request-id': 'req-d5e60b64-e835-49ff-a341-01a56799e1fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:51,769 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.476s 2022-08-22 17:13:51,770 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:51 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-3788316d-5a56-488c-9f79-af9df1d893e6', 'x-compute-request-id': 'req-3788316d-5a56-488c-9f79-af9df1d893e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:51,781 123992 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-08-22 17:13:53,357 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.571s 2022-08-22 17:13:53,358 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:52 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-78d00ec7-6244-411d-80b0-534df9a10068', 'x-compute-request-id': 'req-78d00ec7-6244-411d-80b0-534df9a10068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 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-22 17:13:53,375 123992 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-08-22 17:13:56,286 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 1.905s 2022-08-22 17:13:56,286 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d03dcc8-2bdf-45cd-816b-40dba259f9d1', 'x-compute-request-id': 'req-0d03dcc8-2bdf-45cd-816b-40dba259f9d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:58,125 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.823s 2022-08-22 17:13:58,126 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47cdb64c-dc99-4eca-94d7-b482d89a5c49', 'x-compute-request-id': 'req-47cdb64c-dc99-4eca-94d7-b482d89a5c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:13:59,644 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.502s 2022-08-22 17:13:59,644 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc411eef-1016-43da-93e6-1f447810f4c8', 'x-compute-request-id': 'req-fc411eef-1016-43da-93e6-1f447810f4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:01,247 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.590s 2022-08-22 17:14:01,248 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a27774ae-d3f3-4ae4-8ef7-fcb5cac5baac', 'x-compute-request-id': 'req-a27774ae-d3f3-4ae4-8ef7-fcb5cac5baac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:02,773 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.507s 2022-08-22 17:14:02,773 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3bbb635-2cfc-4d87-88f2-c3ceafd647d2', 'x-compute-request-id': 'req-c3bbb635-2cfc-4d87-88f2-c3ceafd647d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:04,324 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.538s 2022-08-22 17:14:04,331 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181371c4-7cfd-4ac8-bfdc-cf15371a5a70', 'x-compute-request-id': 'req-181371c4-7cfd-4ac8-bfdc-cf15371a5a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:05,807 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.463s 2022-08-22 17:14:05,807 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42f4f9c-d8ce-48ee-a812-35e638bdb21e', 'x-compute-request-id': 'req-c42f4f9c-d8ce-48ee-a812-35e638bdb21e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:07,723 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.901s 2022-08-22 17:14:07,724 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a4f259-8ae2-42c4-a820-cd8bd6fe45b6', 'x-compute-request-id': 'req-86a4f259-8ae2-42c4-a820-cd8bd6fe45b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "BUILD", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:13:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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-22 17:14:09,482 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.746s 2022-08-22 17:14:09,483 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:08 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-bb6cc45d-9e9b-49e4-9d67-6a4a5856b6f9', 'x-compute-request-id': 'req-bb6cc45d-9e9b-49e4-9d67-6a4a5856b6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "ACTIVE", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:14:08Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.135", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:81:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "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-22T17:14:07.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-22 17:14:09,498 123992 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait 2022-08-22 17:14:10,023 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 202 POST http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5/action 0.524s 2022-08-22 17:14:10,023 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"suspend": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17: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-fcee93a6-b199-40f4-99bb-92e084e09b40', 'x-compute-request-id': 'req-fcee93a6-b199-40f4-99bb-92e084e09b40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5/action'} Body: b'' 2022-08-22 17:14:10,610 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.586s 2022-08-22 17:14:10,610 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:10 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-121f49fc-db73-4a11-83da-dbc61457c3df', 'x-compute-request-id': 'req-121f49fc-db73-4a11-83da-dbc61457c3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "ACTIVE", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:14:10Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.135", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:81:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "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-22T17:14:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-854030-1", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-854030-1", "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-22 17:14:12,495 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 200 GET http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5 0.872s 2022-08-22 17:14:12,495 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:11 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-b6023876-5e38-49a2-a41c-88fc7e994a4d', 'x-compute-request-id': 'req-b6023876-5e38-49a2-a41c-88fc7e994a4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5'} Body: b'{"server": {"id": "a2320d5b-5a26-4a82-810e-8f00c00486f5", "name": "tempest-ServersAdminNegativeTestJSON-server-240430281", "status": "SUSPENDED", "tenant_id": "ffdd27bb05144d16aac5c3e39bc05a65", "user_id": "9fd8e9807c9b44e1b83ac7bacbaf8599", "metadata": {}, "hostId": "3505966a3bc5a8befa6cf8d64a81aa1b67391c705582b2ad9aa932eb", "image": {"id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/images/11a48bbe-9c58-420e-95bf-5f8489a49f10"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/452"}]}, "created": "2022-08-22T17:13:48Z", "updated": "2022-08-22T17:14:11Z", "addresses": {"shared": [{"version": 4, "addr": "192.168.233.135", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:81:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-08-22T17:14:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "n-h1-854030-1", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-854030-1", "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-22 17:14:12,507 123992 INFO [tempest.common.waiters] State transition "ACTIVE/suspending" ==> "SUSPENDED/None" after 2 second wait 2022-08-22 17:14:12,747 123992 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_migrate_server_invalid_state): 500 POST http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5/action 0.239s 2022-08-22 17:14:12,748 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"migrate": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14: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-7f9ef2cd-b582-4a7a-a10b-e1e0fe7aeea1', 'x-compute-request-id': 'req-7f9ef2cd-b582-4a7a-a10b-e1e0fe7aeea1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/a2320d5b-5a26-4a82-810e-8f00c00486f5/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-22 17:47:51,237 177485 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-22 17:47:51,237 177485 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-22 17:47:51,238 177485 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-22 17:47:51,371 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 GET http://10.222.0.96/compute/v2.1/os-quota-sets/a06bb3e865bf4bf7b0f96842b05c2c37 0.132s 2022-08-22 17:47:51,378 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 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-d6fcdbca-f6f1-4a5c-b93c-9395109723aa', 'x-compute-request-id': 'req-d6fcdbca-f6f1-4a5c-b93c-9395109723aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-quota-sets/a06bb3e865bf4bf7b0f96842b05c2c37'} Body: b'{"quota_set": {"id": "a06bb3e865bf4bf7b0f96842b05c2c37", "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-22 17:47:51,501 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 200 POST http://10.222.0.96/compute/v2.1/flavors 0.119s 2022-08-22 17:47:51,502 177485 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-1945967205", "id": 227130553, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '435', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b07a6d40-3a71-43c2-a243-3ca5f88349a2', 'x-compute-request-id': 'req-b07a6d40-3a71-43c2-a243-3ca5f88349a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "227130553", "name": "tempest-ServersAdminNegativeTestJSON-flavor-1945967205", "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.96/compute/v2.1/flavors/227130553"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/227130553"}]}}' 2022-08-22 17:47:51,622 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_ram): 500 POST http://10.222.0.96/compute/v2.1/servers/11e248f8-75d7-403a-8192-76e19e80f86c/action 0.116s 2022-08-22 17:47:51,623 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "227130553"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-f83e6ad2-c087-4269-8afa-8caf2d9593bc', 'x-compute-request-id': 'req-f83e6ad2-c087-4269-8afa-8caf2d9593bc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/11e248f8-75d7-403a-8192-76e19e80f86c/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-22 17:47:51,752 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/flavors/227130553 0.122s 2022-08-22 17:47:51,753 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b7e235-53e8-4fea-900b-88421c234548', 'x-compute-request-id': 'req-a0b7e235-53e8-4fea-900b-88421c234548', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/227130553'} Body: b'' 2022-08-22 17:47:51,781 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.96/compute/v2.1/flavors/detail 0.028s 2022-08-22 17:47:51,782 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 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-e869f3a1-7c95-40f8-9a42-bdb700ccc3dd', 'x-compute-request-id': 'req-e869f3a1-7c95-40f8-9a42-bdb700ccc3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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-22 17:47:51,792 177485 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-22 17:47:51,795 177485 DEBUG [oslo_concurrency.lockutils] Acquiring lock "compute_quotas" 2022-08-22 17:47:51,795 177485 DEBUG [oslo_concurrency.lockutils] Acquired lock "compute_quotas" 2022-08-22 17:47:51,795 177485 DEBUG [oslo_concurrency.lockutils] Acquired external semaphore "compute_quotas" 2022-08-22 17:47:51,878 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 GET http://10.222.0.96/compute/v2.1/os-quota-sets/a06bb3e865bf4bf7b0f96842b05c2c37 0.082s 2022-08-22 17:47:51,879 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 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-e924c02d-65ff-430f-8a63-8be6229cd9fa', 'x-compute-request-id': 'req-e924c02d-65ff-430f-8a63-8be6229cd9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-quota-sets/a06bb3e865bf4bf7b0f96842b05c2c37'} Body: b'{"quota_set": {"id": "a06bb3e865bf4bf7b0f96842b05c2c37", "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-22 17:47:51,986 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 200 POST http://10.222.0.96/compute/v2.1/flavors 0.103s 2022-08-22 17:47:51,987 177485 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-115801301", "id": 466364575, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '433', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1800458a-f9ed-43a5-a1d4-2927cea1ec9c', 'x-compute-request-id': 'req-1800458a-f9ed-43a5-a1d4-2927cea1ec9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "466364575", "name": "tempest-ServersAdminNegativeTestJSON-flavor-115801301", "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.96/compute/v2.1/flavors/466364575"}, {"rel": "bookmark", "href": "http://10.222.0.96/compute/flavors/466364575"}]}}' 2022-08-22 17:47:52,103 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:test_resize_server_using_overlimit_vcpus): 500 POST http://10.222.0.96/compute/v2.1/servers/11e248f8-75d7-403a-8192-76e19e80f86c/action 0.111s 2022-08-22 17:47:52,103 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "466364575"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-fd9d8cc9-5c5c-4c23-a72f-ded057d588b1', 'x-compute-request-id': 'req-fd9d8cc9-5c5c-4c23-a72f-ded057d588b1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers/11e248f8-75d7-403a-8192-76e19e80f86c/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-22 17:47:52,181 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/flavors/466364575 0.077s 2022-08-22 17:47:52,182 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47: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-79a9d935-2016-4dc1-aaf6-d64bd3ba95e9', 'x-compute-request-id': 'req-79a9d935-2016-4dc1-aaf6-d64bd3ba95e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/flavors/466364575'} Body: b'' 2022-08-22 17:47:52,210 177485 INFO [tempest.lib.common.rest_client] Request (ServersAdminNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.96/compute/v2.1/flavors/detail 0.027s 2022-08-22 17:47:52,210 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:47:52 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-6cc8902a-7a79-4e9b-a376-c8c4921eda9b', 'x-compute-request-id': 'req-6cc8902a-7a79-4e9b-a376-c8c4921eda9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/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.96/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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.96/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.96/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-22 17:47:52,220 177485 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-22 17:15:03,662 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10 0.557s 2022-08-22 17:15:03,662 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-055893a5-5bad-40d8-9c30-44935753f593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10'} 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": "12889750ad6d43d3b1912a6efdac9935", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "created_at": "2022-08-22T17:01:52Z", "updated_at": "2022-08-22T17:02:10Z", "tags": [], "self": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10", "file": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:15:08,799 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file 5.137s 2022-08-22 17:15:17,657 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/octet-stream', 'content-md5': '318f990048c8a194829e52141534610d', 'content-length': '645922816', 'x-openstack-request-id': 'req-7447dddb-2917-4613-81d2-71c3eb16e835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/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-22 17:15:18,011 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.96/image/v2/images 0.353s 2022-08-22 17:15:18,012 123994 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': 'Mon, 22 Aug 2022 17:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '689', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/7aa57f83-23d6-412a-b211-2298ba192356', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f9aedf02-a56c-47c0-97ba-8de10cccbdd1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/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": "33269a5327b943c796ceca1999ca4094", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7aa57f83-23d6-412a-b211-2298ba192356", "created_at": "2022-08-22T17:15:18Z", "updated_at": "2022-08-22T17:15:18Z", "tags": [], "self": "/v2/images/7aa57f83-23d6-412a-b211-2298ba192356", "file": "/v2/images/7aa57f83-23d6-412a-b211-2298ba192356/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:15:46,997 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356/file 28.984s 2022-08-22 17:15:46,997 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f1a0be0e3d0> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ba8fc46e-ebd7-448e-a932-ffae8758153d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356/file'} Body: b'' 2022-08-22 17:15:47,052 123994 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:15:47,061 123994 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:15:48,059 123994 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.995s 2022-08-22 17:15:48,059 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1912407289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEHm0ytKtpq5t/JR8pSQQiHjgpywSuUNfBpEtT0PaBSvEPR8yHJwckRyaCkzi6TpZNYCf3qszte/12qnaUZ0qQYzMhOXlxo/lx38yDobjT4Lmk/PcoluPpWjdft/Ee7dzQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:47 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-9b84fbda-1acb-4d2a-995d-a9450070c248', 'x-compute-request-id': 'req-9b84fbda-1acb-4d2a-995d-a9450070c248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1912407289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEHm0ytKtpq5t/JR8pSQQiHjgpywSuUNfBpEtT0PaBSvEPR8yHJwckRyaCkzi6TpZNYCf3qszte/12qnaUZ0qQYzMhOXlxo/lx38yDobjT4Lmk/PcoluPpWjdft/Ee7dzQ==", "fingerprint": "9d:50:7c:a4:bf:c7:6e:b3:ca:db:6e:c3:15:46:b4:90", "user_id": "c364f76e875d428e8a88b07e1f49e09a"}}' 2022-08-22 17:15:48,062 123994 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1912407289 created 2022-08-22 17:15:50,295 123994 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 2.232s 2022-08-22 17:15:50,295 123994 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--1315637452", "description": "tempest-description--62678150"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-6c82bd34-1eba-4760-ae3d-d893bfcb1d62', 'date': 'Mon, 22 Aug 2022 17:15:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "75152790-500f-4f6a-ac1a-f89e514af225", "name": "tempest-securitygroup--1315637452", "stateful": true, "tenant_id": "f47afa16295c47d8817631e77478e561", "description": "tempest-description--62678150", "shared": false, "security_group_rules": [{"id": "ae91d24f-d577-4a09-830e-99884c8bf128", "tenant_id": "f47afa16295c47d8817631e77478e561", "security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "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": 818, "description": null, "tags": [], "created_at": "2022-08-22T17:15:49Z", "updated_at": "2022-08-22T17:15:49Z", "revision_number": 0, "project_id": "f47afa16295c47d8817631e77478e561"}, {"id": "d7c2ddd2-9051-45e0-955b-ffc9b217113f", "tenant_id": "f47afa16295c47d8817631e77478e561", "security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "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": 820, "description": null, "tags": [], "created_at": "2022-08-22T17:15:49Z", "updated_at": "2022-08-22T17:15:49Z", "revision_number": 0, "project_id": "f47afa16295c47d8817631e77478e561"}], "tags": [], "created_at": "2022-08-22T17:15:49Z", "updated_at": "2022-08-22T17:15:49Z", "revision_number": 1, "project_id": "f47afa16295c47d8817631e77478e561"}}' 2022-08-22 17:15:51,376 123994 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.081s 2022-08-22 17:15:51,377 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "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-e4260995-254e-4982-a39a-6690b1bfa32f', 'date': 'Mon, 22 Aug 2022 17:15:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a2f86d1-9983-4789-835c-d27bc67e5eb2", "tenant_id": "f47afa16295c47d8817631e77478e561", "security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "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-22T17:15:51Z", "updated_at": "2022-08-22T17:15:51Z", "revision_number": 0, "project_id": "f47afa16295c47d8817631e77478e561"}}' 2022-08-22 17:15:52,251 123994 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.874s 2022-08-22 17:15:52,252 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c0b7724-5abf-42a2-81aa-c6de3d03ffa3', 'date': 'Mon, 22 Aug 2022 17:15:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3db59554-3e81-4248-bfa1-b98bf326ea1c", "tenant_id": "f47afa16295c47d8817631e77478e561", "security_group_id": "75152790-500f-4f6a-ac1a-f89e514af225", "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-22T17:15:51Z", "updated_at": "2022-08-22T17:15:51Z", "revision_number": 0, "project_id": "f47afa16295c47d8817631e77478e561"}}' 2022-08-22 17:15:52,252 123994 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1315637452 created 2022-08-22 17:15:56,150 123994 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.897s 2022-08-22 17:15:56,151 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-735dd23a-d372-4107-ac65-1b9592056350', 'date': 'Mon, 22 Aug 2022 17:15:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2d9ca82d-dfcf-423c-8ffe-e377204e5423", "tenant_id": "f47afa16295c47d8817631e77478e561", "floating_ip_address": "172.25.9.170", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f47afa16295c47d8817631e77478e561", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:15:53Z", "updated_at": "2022-08-22T17:15:53Z", "revision_number": 0}}' 2022-08-22 17:15:56,151 123994 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d9ca82d-dfcf-423c-8ffe-e377204e5423', 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'floating_ip_address': '172.25.9.170', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f47afa16295c47d8817631e77478e561', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:15:53Z', 'updated_at': '2022-08-22T17:15:53Z', 'revision_number': 0, 'ip': '172.25.9.170'} created 2022-08-22 17:15:56,358 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.201s 2022-08-22 17:15:56,359 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:56 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-4ce0b3d4-3264-4a6f-81ac-a955af766709', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c364f76e875d428e8a88b07e1f49e09a", "name": "tempest-AttachSCSIVolumeTestJSON-645105604-project", "password_expires_at": null}, "audit_ids": ["GcxxyvaPQlqArwIT4QlcBw"], "expires_at": "2022-08-22T18:15:56.000000Z", "issued_at": "2022-08-22T17:15:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f47afa16295c47d8817631e77478e561", "name": "tempest-AttachSCSIVolumeTestJSON-645105604"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/f47afa16295c47d8817631e77478e561", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_f47afa16295c47d8817631e77478e561", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/f47afa16295c47d8817631e77478e561", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/f47afa16295c47d8817631e77478e561", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:15:56,359 123994 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'faac485f-e8e5-4e23-b104-e81acec615e8', 'name': 'tempest-AttachSCSIVolumeTestJSON-434857547-network', 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f47afa16295c47d8817631e77478e561', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 241, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:14:23Z', 'updated_at': '2022-08-22T17:14:23Z', 'revision_number': 1} available for tenant 2022-08-22 17:15:56,360 123994 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1912407289', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEHm0ytKtpq5t/JR8pSQQiHjgpywSuUNfBpEtT0PaBSvEPR8yHJwckRyaCkzi6TpZNYCf3qszte/12qnaUZ0qQYzMhOXlxo/lx38yDobjT4Lmk/PcoluPpWjdft/Ee7dzQ==', 'fingerprint': '9d:50:7c:a4:bf:c7:6e:b3:ca:db:6e:c3:15:46:b4:90', 'user_id': 'c364f76e875d428e8a88b07e1f49e09a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAHeeaAk3eVCBF55lUnaiG8/9RyBxcbPk2kl/hGPGS45B2BuNNwnv/l\nVFjcen0BoWKgBwYFK4EEACKhZANiAARB5tMrSraaubfyUfKUkEIh44KcsErlDXwa\nRLU9D2gUrxD0fMhycHJEcmgpM4uk6WTWAn96rM7Xv9dqp2lGdKkGMzITl5caP5cd\n/Mg6G40+C5pPz3KJbj6Vo3X7fxHu3c0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '75152790-500f-4f6a-ac1a-f89e514af225', 'name': 'tempest-securitygroup--1315637452', 'stateful': True, 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'description': 'tempest-description--62678150', 'shared': False, 'security_group_rules': [{'id': 'ae91d24f-d577-4a09-830e-99884c8bf128', 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'security_group_id': '75152790-500f-4f6a-ac1a-f89e514af225', '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': 818, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:15:49Z', 'updated_at': '2022-08-22T17:15:49Z', 'revision_number': 0, 'project_id': 'f47afa16295c47d8817631e77478e561'}, {'id': 'd7c2ddd2-9051-45e0-955b-ffc9b217113f', 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'security_group_id': '75152790-500f-4f6a-ac1a-f89e514af225', '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': 820, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:15:49Z', 'updated_at': '2022-08-22T17:15:49Z', 'revision_number': 0, 'project_id': 'f47afa16295c47d8817631e77478e561'}], 'tags': [], 'created_at': '2022-08-22T17:15:49Z', 'updated_at': '2022-08-22T17:15:49Z', 'revision_number': 1, 'project_id': 'f47afa16295c47d8817631e77478e561'}, 'floating_ip': {'id': '2d9ca82d-dfcf-423c-8ffe-e377204e5423', 'tenant_id': 'f47afa16295c47d8817631e77478e561', 'floating_ip_address': '172.25.9.170', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f47afa16295c47d8817631e77478e561', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:15:53Z', 'updated_at': '2022-08-22T17:15:53Z', 'revision_number': 0, 'ip': '172.25.9.170'}} 2022-08-22 17:15:58,089 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://10.222.0.96/compute/v2.1/servers 1.728s 2022-08-22 17:15:58,089 123994 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-1731994032", "imageRef": "7aa57f83-23d6-412a-b211-2298ba192356", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "faac485f-e8e5-4e23-b104-e81acec615e8"}], "security_groups": [{"name": "tempest-securitygroup--1315637452"}], "key_name": "tempest-keypair-1912407289", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-8ca7b33c-9bec-41e1-a6c3-4ca946f85edc', 'x-compute-request-id': 'req-8ca7b33c-9bec-41e1-a6c3-4ca946f85edc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:15:58,420 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1912407289 0.307s 2022-08-22 17:15:58,420 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50eb7898-4c96-432d-8bce-984a4fb2136b', 'x-compute-request-id': 'req-50eb7898-4c96-432d-8bce-984a4fb2136b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1912407289'} Body: b'' 2022-08-22 17:15:59,486 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/75152790-500f-4f6a-ac1a-f89e514af225 1.065s 2022-08-22 17:15:59,487 123994 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-68949159-b2f9-4d5f-a6ce-99d8ea71ab64', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:15:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/75152790-500f-4f6a-ac1a-f89e514af225'} Body: b'' 2022-08-22 17:15:59,513 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/75152790-500f-4f6a-ac1a-f89e514af225 0.025s 2022-08-22 17:15:59,515 123994 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-f3f9c4a5-a7a1-4ff7-aeba-807da9945026', 'date': 'Mon, 22 Aug 2022 17:15:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/75152790-500f-4f6a-ac1a-f89e514af225'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 75152790-500f-4f6a-ac1a-f89e514af225 does not exist", "detail": ""}}' 2022-08-22 17:16:02,956 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/2d9ca82d-dfcf-423c-8ffe-e377204e5423 3.440s 2022-08-22 17:16:02,956 123994 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-d4c84963-f072-466a-b9c5-7852884e52dd', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:16:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/2d9ca82d-dfcf-423c-8ffe-e377204e5423'} Body: b'' 2022-08-22 17:16:04,430 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356 1.473s 2022-08-22 17:16:04,430 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dab2ac98-3667-4bf1-a5f3-3dd5afee83b7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356'} Body: b'' 2022-08-22 17:16:04,455 123994 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356 0.024s 2022-08-22 17:16:04,455 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fe1fe175-56e4-4b6d-8863-c5733831b9b7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/image/v2/images/7aa57f83-23d6-412a-b211-2298ba192356'} Body: b'{"message": "No image found with ID 7aa57f83-23d6-412a-b211-2298ba192356<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-22 17:14:45,004 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:14:45,622 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.615s 2022-08-22 17:14:45,622 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-426684846", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3825aWG1EUVHiO5bgHrMfIOrGpK5h4rolZCvc0ty2lOprMEjKztBEqbdnG88tv4OhHBaGN+wPZNlKsxm7NIgpJNQFv/1Y+lon2+Lkr5NOjrh6Kp+Y3TNjKEbGjpKHgVQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:45 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-f65f6516-431b-454e-b4ae-4ca39506ecac', 'x-compute-request-id': 'req-f65f6516-431b-454e-b4ae-4ca39506ecac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-426684846", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3825aWG1EUVHiO5bgHrMfIOrGpK5h4rolZCvc0ty2lOprMEjKztBEqbdnG88tv4OhHBaGN+wPZNlKsxm7NIgpJNQFv/1Y+lon2+Lkr5NOjrh6Kp+Y3TNjKEbGjpKHgVQ==", "fingerprint": "b1:8e:00:41:27:3b:9b:f7:f2:03:5f:fe:cd:cb:31:b8", "user_id": "075de197fb044b8596060c5b3e0f117b"}}' 2022-08-22 17:14:45,625 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-426684846 created 2022-08-22 17:14:46,905 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.279s 2022-08-22 17:14:46,906 123987 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--1658874224", "description": "tempest-description--1928038460"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c8aa0581-4be9-4017-9da6-349b2774a6d4', 'date': 'Mon, 22 Aug 2022 17:14:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "name": "tempest-securitygroup--1658874224", "stateful": true, "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "description": "tempest-description--1928038460", "shared": false, "security_group_rules": [{"id": "2cbb18bb-0cea-401c-b450-29437ee14ecd", "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "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": 740, "description": null, "tags": [], "created_at": "2022-08-22T17:14:46Z", "updated_at": "2022-08-22T17:14:46Z", "revision_number": 0, "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4"}, {"id": "a9094bb8-34bc-42f2-af37-9b51f26ed569", "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "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": 739, "description": null, "tags": [], "created_at": "2022-08-22T17:14:46Z", "updated_at": "2022-08-22T17:14:46Z", "revision_number": 0, "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4"}], "tags": [], "created_at": "2022-08-22T17:14:46Z", "updated_at": "2022-08-22T17:14:46Z", "revision_number": 1, "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4"}}' 2022-08-22 17:14:48,419 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.512s 2022-08-22 17:14:48,419 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "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-4174f9ae-92be-4634-a646-d0190460772a', 'date': 'Mon, 22 Aug 2022 17:14:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5414434-2c17-4243-9946-409c90081260", "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "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-22T17:14:47Z", "updated_at": "2022-08-22T17:14:47Z", "revision_number": 0, "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4"}}' 2022-08-22 17:14:50,384 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.963s 2022-08-22 17:14:50,385 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-31dc44c9-2d5c-44d9-ae28-317480fb7137', 'date': 'Mon, 22 Aug 2022 17:14:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "427040a3-6a85-46a7-920a-fdb072ed7b74", "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "security_group_id": "3e62b038-555c-4e22-82a0-0d2e0a2821e3", "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-22T17:14:49Z", "updated_at": "2022-08-22T17:14:49Z", "revision_number": 0, "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4"}}' 2022-08-22 17:14:50,385 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1658874224 created 2022-08-22 17:14:57,035 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 6.649s 2022-08-22 17:14:57,036 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-f655c789-1c74-42e9-b18c-94f5f5ebbb20', 'date': 'Mon, 22 Aug 2022 17:14:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6d10bdd7-130d-467f-b263-bba44d50b7f4", "tenant_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "floating_ip_address": "172.25.9.12", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "57aa3e1076cf43338cc3a48a6d2c83d4", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:14:54Z", "updated_at": "2022-08-22T17:14:54Z", "revision_number": 0}}' 2022-08-22 17:14:57,036 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6d10bdd7-130d-467f-b263-bba44d50b7f4', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'floating_ip_address': '172.25.9.12', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:14:54Z', 'updated_at': '2022-08-22T17:14:54Z', 'revision_number': 0, 'ip': '172.25.9.12'} created 2022-08-22 17:14:57,153 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.110s 2022-08-22 17:14:57,154 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:57 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-1915f5ad-07b9-4e47-9694-6642e6c4c2d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "075de197fb044b8596060c5b3e0f117b", "name": "tempest-VolumesAdminNegativeTest-1897544385-project", "password_expires_at": null}, "audit_ids": ["M-jS7seVQNGww4_0DimEgA"], "expires_at": "2022-08-22T18:14:57.000000Z", "issued_at": "2022-08-22T17:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57aa3e1076cf43338cc3a48a6d2c83d4", "name": "tempest-VolumesAdminNegativeTest-1897544385"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:14:57,154 123987 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '119c6723-6301-4b30-a6c1-2f9e83ef5d07', 'name': 'tempest-VolumesAdminNegativeTest-877525684-network', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:14:07Z', 'updated_at': '2022-08-22T17:14:07Z', 'revision_number': 1} available for tenant 2022-08-22 17:14:57,155 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-426684846', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3825aWG1EUVHiO5bgHrMfIOrGpK5h4rolZCvc0ty2lOprMEjKztBEqbdnG88tv4OhHBaGN+wPZNlKsxm7NIgpJNQFv/1Y+lon2+Lkr5NOjrh6Kp+Y3TNjKEbGjpKHgVQ==', 'fingerprint': 'b1:8e:00:41:27:3b:9b:f7:f2:03:5f:fe:cd:cb:31:b8', 'user_id': '075de197fb044b8596060c5b3e0f117b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDIuTyfPv16i7wadGCTGEnUhMFOx0vdrXMD+ews1gRjW8VRdn8KpCj7\nmSBLDgvfmTWgBwYFK4EEACKhZANiAAQt/NuWlhtRFFR4juW4B6zHyDqxqSuYeK6J\nWQr3NLctpTqazBIys7QRKm3ZxvPLb+DoRwWhjfsD2TZSrMZuzSIKSTUBb/9WPpaJ\n9vi5K+TTo64eiqfmN0zYyhGxo6Sh4FU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e62b038-555c-4e22-82a0-0d2e0a2821e3', 'name': 'tempest-securitygroup--1658874224', 'stateful': True, 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'description': 'tempest-description--1928038460', 'shared': False, 'security_group_rules': [{'id': '2cbb18bb-0cea-401c-b450-29437ee14ecd', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'security_group_id': '3e62b038-555c-4e22-82a0-0d2e0a2821e3', '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': 740, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:14:46Z', 'updated_at': '2022-08-22T17:14:46Z', 'revision_number': 0, 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4'}, {'id': 'a9094bb8-34bc-42f2-af37-9b51f26ed569', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'security_group_id': '3e62b038-555c-4e22-82a0-0d2e0a2821e3', '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': 739, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:14:46Z', 'updated_at': '2022-08-22T17:14:46Z', 'revision_number': 0, 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4'}], 'tags': [], 'created_at': '2022-08-22T17:14:46Z', 'updated_at': '2022-08-22T17:14:46Z', 'revision_number': 1, 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4'}, 'floating_ip': {'id': '6d10bdd7-130d-467f-b263-bba44d50b7f4', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'floating_ip_address': '172.25.9.12', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:14:54Z', 'updated_at': '2022-08-22T17:14:54Z', 'revision_number': 0, 'ip': '172.25.9.12'}} 2022-08-22 17:15:00,127 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 500 POST http://10.222.0.96/compute/v2.1/servers 2.971s 2022-08-22 17:15:00,127 123987 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-225002856", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "119c6723-6301-4b30-a6c1-2f9e83ef5d07"}], "security_groups": [{"name": "tempest-securitygroup--1658874224"}], "key_name": "tempest-keypair-426684846", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cfd0018d-b8b6-4418-9871-9ded4630a73e', 'x-compute-request-id': 'req-cfd0018d-b8b6-4418-9871-9ded4630a73e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:15:00,205 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.059s 2022-08-22 17:15:00,206 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:00 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-a427321d-b8cd-4c3b-873f-decb78e9143b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "075de197fb044b8596060c5b3e0f117b", "name": "tempest-VolumesAdminNegativeTest-1897544385-project", "password_expires_at": null}, "audit_ids": ["ZZd9GvJvQ_aZ5BwRTRxevg"], "expires_at": "2022-08-22T18:15:00.000000Z", "issued_at": "2022-08-22T17:15:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57aa3e1076cf43338cc3a48a6d2c83d4", "name": "tempest-VolumesAdminNegativeTest-1897544385"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/57aa3e1076cf43338cc3a48a6d2c83d4", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:15:00,207 123987 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '119c6723-6301-4b30-a6c1-2f9e83ef5d07', 'name': 'tempest-VolumesAdminNegativeTest-877525684-network', 'tenant_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '57aa3e1076cf43338cc3a48a6d2c83d4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:14:07Z', 'updated_at': '2022-08-22T17:14:07Z', 'revision_number': 1} available for tenant 2022-08-22 17:15:01,012 123987 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://10.222.0.96/compute/v2.1/servers 0.804s 2022-08-22 17:15:01,013 123987 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-1125920210", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "119c6723-6301-4b30-a6c1-2f9e83ef5d07"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-bc4c823a-c6bc-4add-a6ab-ed70005ad26f', 'x-compute-request-id': 'req-bc4c823a-c6bc-4add-a6ab-ed70005ad26f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:17:51,425 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.115s 2022-08-22 17:17:51,425 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2fb0ee1e-4ea2-49ad-97fb-ab1855cd1799', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0e3f2bea7d8497ab0e3e34ba49918ed", "name": "tempest-ImagesTestJSON-1416332045-project", "password_expires_at": null}, "audit_ids": ["FertbDZTTuybvIpC6yYeSA"], "expires_at": "2022-08-22T18:17:51.000000Z", "issued_at": "2022-08-22T17:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8f3ab955ba4aab870f03445a0c15d1", "name": "tempest-ImagesTestJSON-1416332045"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:17:51,426 123994 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '94c676df-2aa2-4df2-9663-9a84eb3842f4', 'name': 'tempest-ImagesTestJSON-1058061844-network', 'tenant_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:17:33Z', 'updated_at': '2022-08-22T17:17:33Z', 'revision_number': 1} available for tenant 2022-08-22 17:17:52,420 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 500 POST http://10.222.0.96/compute/v2.1/servers 0.993s 2022-08-22 17:17:52,423 123994 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-1748106405", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "94c676df-2aa2-4df2-9663-9a84eb3842f4"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0d9fde6e-b404-4524-afe9-acae9e36a6c5', 'x-compute-request-id': 'req-0d9fde6e-b404-4524-afe9-acae9e36a6c5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:17:52,517 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.082s 2022-08-22 17:17:52,518 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8aaa20e2-c38a-4588-9e0b-e289021113d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0e3f2bea7d8497ab0e3e34ba49918ed", "name": "tempest-ImagesTestJSON-1416332045-project", "password_expires_at": null}, "audit_ids": ["AIsjo6vWTbWFQRz5L4Y08w"], "expires_at": "2022-08-22T18:17:52.000000Z", "issued_at": "2022-08-22T17:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8f3ab955ba4aab870f03445a0c15d1", "name": "tempest-ImagesTestJSON-1416332045"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:17:52,519 123994 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '94c676df-2aa2-4df2-9663-9a84eb3842f4', 'name': 'tempest-ImagesTestJSON-1058061844-network', 'tenant_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:17:33Z', 'updated_at': '2022-08-22T17:17:33Z', 'revision_number': 1} available for tenant 2022-08-22 17:17:53,836 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.316s 2022-08-22 17:17:53,836 123994 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-346181407", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "94c676df-2aa2-4df2-9663-9a84eb3842f4"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-ec8ec18e-3751-4846-b60e-c6806d71e232', 'x-compute-request-id': 'req-ec8ec18e-3751-4846-b60e-c6806d71e232', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:17:53,894 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.050s 2022-08-22 17:17:53,894 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8e66c82-46b7-40a0-9106-0a59799eaa8f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0e3f2bea7d8497ab0e3e34ba49918ed", "name": "tempest-ImagesTestJSON-1416332045-project", "password_expires_at": null}, "audit_ids": ["LizTBdaDSwqo7EB2vaqfBw"], "expires_at": "2022-08-22T18:17:53.000000Z", "issued_at": "2022-08-22T17:17:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8f3ab955ba4aab870f03445a0c15d1", "name": "tempest-ImagesTestJSON-1416332045"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:17:53,895 123994 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '94c676df-2aa2-4df2-9663-9a84eb3842f4', 'name': 'tempest-ImagesTestJSON-1058061844-network', 'tenant_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:17:33Z', 'updated_at': '2022-08-22T17:17:33Z', 'revision_number': 1} available for tenant 2022-08-22 17:17:54,748 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 500 POST http://10.222.0.96/compute/v2.1/servers 0.852s 2022-08-22 17:17:54,748 123994 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-1941530592", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "94c676df-2aa2-4df2-9663-9a84eb3842f4"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7b355ce1-c793-426a-b19f-8d3945bee371', 'x-compute-request-id': 'req-7b355ce1-c793-426a-b19f-8d3945bee371', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:17:54,844 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.086s 2022-08-22 17:17:54,845 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d6abef68-da5d-4012-aadc-ba581aeb9420', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0e3f2bea7d8497ab0e3e34ba49918ed", "name": "tempest-ImagesTestJSON-1416332045-project", "password_expires_at": null}, "audit_ids": ["fYe8-tb1Rn6gjOgYAanhPQ"], "expires_at": "2022-08-22T18:17:54.000000Z", "issued_at": "2022-08-22T17:17:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8f3ab955ba4aab870f03445a0c15d1", "name": "tempest-ImagesTestJSON-1416332045"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ba8f3ab955ba4aab870f03445a0c15d1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:17:54,846 123994 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '94c676df-2aa2-4df2-9663-9a84eb3842f4', 'name': 'tempest-ImagesTestJSON-1058061844-network', 'tenant_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ba8f3ab955ba4aab870f03445a0c15d1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:17:33Z', 'updated_at': '2022-08-22T17:17:33Z', 'revision_number': 1} available for tenant 2022-08-22 17:17:55,685 123994 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 500 POST http://10.222.0.96/compute/v2.1/servers 0.837s 2022-08-22 17:17:55,685 123994 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-299513106", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "94c676df-2aa2-4df2-9663-9a84eb3842f4"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17: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-f63007d2-1542-4159-ae4d-5e564d3bf889', 'x-compute-request-id': 'req-f63007d2-1542-4159-ae4d-5e564d3bf889', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:14:06,302 123982 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.695s 2022-08-22 17:14:06,303 123982 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:05 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-d28bc0c8-680b-4f5b-b363-bcdfba9b0ecd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1239db6f66d94bb5ae0419ddfe4e2aff", "name": "tempest-ImagesNegativeTestJSON-1312595066-project", "password_expires_at": null}, "audit_ids": ["Af1JugeEQqO4fO4IRwzIPQ"], "expires_at": "2022-08-22T18:14:06.000000Z", "issued_at": "2022-08-22T17:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81a44991adb24593a1c68b41a0903d81", "name": "tempest-ImagesNegativeTestJSON-1312595066"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/81a44991adb24593a1c68b41a0903d81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_81a44991adb24593a1c68b41a0903d81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/81a44991adb24593a1c68b41a0903d81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/81a44991adb24593a1c68b41a0903d81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:14:06,303 123982 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': '50e0f8bf-d397-4656-8385-bce3fcb867eb', 'name': 'tempest-ImagesNegativeTestJSON-962748212-network', 'tenant_id': '81a44991adb24593a1c68b41a0903d81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81a44991adb24593a1c68b41a0903d81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:13:52Z', 'updated_at': '2022-08-22T17:13:52Z', 'revision_number': 1} available for tenant 2022-08-22 17:14:07,340 123982 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.035s 2022-08-22 17:14:07,341 123982 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-588033916", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "50e0f8bf-d397-4656-8385-bce3fcb867eb"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-c048cd33-5816-4e94-bb60-134a1378dc35', 'x-compute-request-id': 'req-c048cd33-5816-4e94-bb60-134a1378dc35', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:16,742 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.96/compute/v2.1/os-security-groups 2.029s 2022-08-22 17:19:16,742 123984 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-70699415", "description": "tempest-description-664184524"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d307c70-80b7-49d2-aeb9-3bea637cfb5c', 'x-compute-request-id': 'req-6d307c70-80b7-49d2-aeb9-3bea637cfb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "2a3e6e8c-b6e1-4bc3-817c-1b08dc022c2c", "description": "tempest-description-664184524", "name": "tempest-SecurityGroupsTestJSON-securitygroup-70699415", "tenant_id": "28bc0eae58274deebf4277b7e3ca10c8", "rules": []}}' 2022-08-22 17:19:17,786 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.222.0.96/compute/v2.1/os-security-groups 1.039s 2022-08-22 17:19:17,787 123984 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-588979164", "description": "tempest-description-33671720"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d129282-3f34-4fa9-9b30-afaa304b6bf3', 'x-compute-request-id': 'req-3d129282-3f34-4fa9-9b30-afaa304b6bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "8b601887-4af2-491f-95ca-023b1f95848a", "description": "tempest-description-33671720", "name": "tempest-SecurityGroupsTestJSON-securitygroup-588979164", "tenant_id": "28bc0eae58274deebf4277b7e3ca10c8", "rules": []}}' 2022-08-22 17:19:17,898 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.084s 2022-08-22 17:19:17,899 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19: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-4c5a7f1e-54b1-48b0-8659-bcea3521e2dc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87888a8417384b18baad12b5c7d8a69d", "name": "tempest-SecurityGroupsTestJSON-992379818-project", "password_expires_at": null}, "audit_ids": ["h0KKtVEeQSa_5FNYPK5OwQ"], "expires_at": "2022-08-22T18:19:17.000000Z", "issued_at": "2022-08-22T17:19:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28bc0eae58274deebf4277b7e3ca10c8", "name": "tempest-SecurityGroupsTestJSON-992379818"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:19:17,900 123984 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '93ff4d84-3925-410f-b27a-31a45da33a58', 'name': 'tempest-SecurityGroupsTestJSON-1823920509-network', 'tenant_id': '28bc0eae58274deebf4277b7e3ca10c8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28bc0eae58274deebf4277b7e3ca10c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:18:57Z', 'updated_at': '2022-08-22T17:18:57Z', 'revision_number': 1} available for tenant 2022-08-22 17:19:19,150 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.248s 2022-08-22 17:19:19,150 123984 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-59556802", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "93ff4d84-3925-410f-b27a-31a45da33a58"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19: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-7a7a2d1b-6671-4b66-bc5e-19893297a316', 'x-compute-request-id': 'req-7a7a2d1b-6671-4b66-bc5e-19893297a316', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:37,810 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.96/compute/v2.1/os-security-groups 1.803s 2022-08-22 17:19:37,811 123984 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-750549538", "description": "tempest-description-1077768579"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:36 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-a6bf18c4-3b1d-4ac6-bb8d-1d9f8c8e9f42', 'x-compute-request-id': 'req-a6bf18c4-3b1d-4ac6-bb8d-1d9f8c8e9f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "e5298869-919f-4b7e-a11a-f309e8c0d321", "description": "tempest-description-1077768579", "name": "tempest-SecurityGroupsTestJSON-securitygroup-750549538", "tenant_id": "28bc0eae58274deebf4277b7e3ca10c8", "rules": []}}' 2022-08-22 17:19:38,946 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.222.0.96/compute/v2.1/os-security-groups 1.130s 2022-08-22 17:19:38,946 123984 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-739026714", "description": "tempest-description-2029990533"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19: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-8d264cad-fa82-4749-85f4-e9594e83cdf8', 'x-compute-request-id': 'req-8d264cad-fa82-4749-85f4-e9594e83cdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "8128743c-a3e6-4512-be01-bd77eeda63ce", "description": "tempest-description-2029990533", "name": "tempest-SecurityGroupsTestJSON-securitygroup-739026714", "tenant_id": "28bc0eae58274deebf4277b7e3ca10c8", "rules": []}}' 2022-08-22 17:19:39,225 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.268s 2022-08-22 17:19:39,226 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:38 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-6c237efe-6ae3-4c12-b000-056fc515884c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87888a8417384b18baad12b5c7d8a69d", "name": "tempest-SecurityGroupsTestJSON-992379818-project", "password_expires_at": null}, "audit_ids": ["UXTDN8ciSLOOIhGiBBw6ig"], "expires_at": "2022-08-22T18:19:39.000000Z", "issued_at": "2022-08-22T17:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28bc0eae58274deebf4277b7e3ca10c8", "name": "tempest-SecurityGroupsTestJSON-992379818"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/28bc0eae58274deebf4277b7e3ca10c8", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:19:39,226 123984 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '93ff4d84-3925-410f-b27a-31a45da33a58', 'name': 'tempest-SecurityGroupsTestJSON-1823920509-network', 'tenant_id': '28bc0eae58274deebf4277b7e3ca10c8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28bc0eae58274deebf4277b7e3ca10c8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:18:57Z', 'updated_at': '2022-08-22T17:18:57Z', 'revision_number': 1} available for tenant 2022-08-22 17:19:41,372 123984 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 500 POST http://10.222.0.96/compute/v2.1/servers 2.141s 2022-08-22 17:19:41,372 123984 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-493409749", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "93ff4d84-3925-410f-b27a-31a45da33a58"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19: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-748ebae2-93e0-4cb7-9380-ecfb4ace68e8', 'x-compute-request-id': 'req-748ebae2-93e0-4cb7-9380-ecfb4ace68e8', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:20:38,151 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:20:39,099 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.945s 2022-08-22 17:20:39,100 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1255375044", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFI7tBDUomCYX5NWRnUCnotTBX6ogh8kg+C/8ASqEXXp/r1GiBZyhRhoiEQ9ndyfTn2pjaZviVbFMR57uYqGEeo75oSsGRFAnjf3mSPJ1lG+8i+5NTnT4kLIszdOwBzm2g=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:38 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-d66183fd-7572-46a6-ad62-f3c2edc4da0b', 'x-compute-request-id': 'req-d66183fd-7572-46a6-ad62-f3c2edc4da0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1255375044", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFI7tBDUomCYX5NWRnUCnotTBX6ogh8kg+C/8ASqEXXp/r1GiBZyhRhoiEQ9ndyfTn2pjaZviVbFMR57uYqGEeo75oSsGRFAnjf3mSPJ1lG+8i+5NTnT4kLIszdOwBzm2g==", "fingerprint": "27:07:b2:a7:bb:8d:46:0f:07:a8:0b:c7:c3:2c:d3:0c", "user_id": "d7e8d91e5bc149fd805504e9466e25d4"}}' 2022-08-22 17:20:39,102 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1255375044 created 2022-08-22 17:20:40,753 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.650s 2022-08-22 17:20:40,754 123987 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--1104091126", "description": "tempest-description--1831926335"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-196fe571-d558-4621-8269-75f1d004a48c', 'date': 'Mon, 22 Aug 2022 17:20:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "428eda52-71a0-4941-8992-c73a9f46183f", "name": "tempest-securitygroup--1104091126", "stateful": true, "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "description": "tempest-description--1831926335", "shared": false, "security_group_rules": [{"id": "978dd2af-cd9c-4851-b076-d4a9636df309", "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "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": 1381, "description": null, "tags": [], "created_at": "2022-08-22T17:20:39Z", "updated_at": "2022-08-22T17:20:39Z", "revision_number": 0, "project_id": "329ee1b59a634c578a9975a06885e2cc"}, {"id": "c0a3ef1d-fd9e-47f4-a53d-7706f5176e30", "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "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": 1382, "description": null, "tags": [], "created_at": "2022-08-22T17:20:39Z", "updated_at": "2022-08-22T17:20:39Z", "revision_number": 0, "project_id": "329ee1b59a634c578a9975a06885e2cc"}], "tags": [], "created_at": "2022-08-22T17:20:39Z", "updated_at": "2022-08-22T17:20:39Z", "revision_number": 1, "project_id": "329ee1b59a634c578a9975a06885e2cc"}}' 2022-08-22 17:20:41,663 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.908s 2022-08-22 17:20:41,663 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "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-dc993b86-2b15-490f-ae60-32384a076e8a', 'date': 'Mon, 22 Aug 2022 17:20:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fd9ac319-1437-45bc-a265-3dd6e89f167f", "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "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-22T17:20:41Z", "updated_at": "2022-08-22T17:20:41Z", "revision_number": 0, "project_id": "329ee1b59a634c578a9975a06885e2cc"}}' 2022-08-22 17:20:43,084 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.420s 2022-08-22 17:20:43,084 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0d97d1a3-6757-4871-919e-4d66f6024a2a', 'date': 'Mon, 22 Aug 2022 17:20:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe5b077f-6b5a-4c6c-9d9d-3a26a894a83c", "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "security_group_id": "428eda52-71a0-4941-8992-c73a9f46183f", "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-22T17:20:42Z", "updated_at": "2022-08-22T17:20:42Z", "revision_number": 0, "project_id": "329ee1b59a634c578a9975a06885e2cc"}}' 2022-08-22 17:20:43,084 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1104091126 created 2022-08-22 17:20:46,923 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.838s 2022-08-22 17:20:46,923 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-f7a3fb19-2a83-400c-9419-57cff55c86c5', 'date': 'Mon, 22 Aug 2022 17:20:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bf536c76-58f4-43d9-be62-e3bad0da3918", "tenant_id": "329ee1b59a634c578a9975a06885e2cc", "floating_ip_address": "172.25.9.23", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "329ee1b59a634c578a9975a06885e2cc", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:20:45Z", "updated_at": "2022-08-22T17:20:45Z", "revision_number": 0}}' 2022-08-22 17:20:46,923 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bf536c76-58f4-43d9-be62-e3bad0da3918', 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'floating_ip_address': '172.25.9.23', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '329ee1b59a634c578a9975a06885e2cc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:20:45Z', 'updated_at': '2022-08-22T17:20:45Z', 'revision_number': 0, 'ip': '172.25.9.23'} created 2022-08-22 17:20:47,537 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.608s 2022-08-22 17:20:47,538 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9672e4e9-f04c-4637-86df-da01090e9e79', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7e8d91e5bc149fd805504e9466e25d4", "name": "tempest-ServersTestFqdnHostnames-679687293-project", "password_expires_at": null}, "audit_ids": ["bOP1KipJSouPx3BPjZtcDA"], "expires_at": "2022-08-22T18:20:47.000000Z", "issued_at": "2022-08-22T17:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "329ee1b59a634c578a9975a06885e2cc", "name": "tempest-ServersTestFqdnHostnames-679687293"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/329ee1b59a634c578a9975a06885e2cc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_329ee1b59a634c578a9975a06885e2cc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/329ee1b59a634c578a9975a06885e2cc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/329ee1b59a634c578a9975a06885e2cc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:20:47,538 123987 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': '0db40355-9ae4-4bbd-9ee1-1be69fab5923', 'name': 'tempest-ServersTestFqdnHostnames-298532450-network', 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '329ee1b59a634c578a9975a06885e2cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 227, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:26Z', 'updated_at': '2022-08-22T17:20:26Z', 'revision_number': 1} available for tenant 2022-08-22 17:20:47,539 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1255375044', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFI7tBDUomCYX5NWRnUCnotTBX6ogh8kg+C/8ASqEXXp/r1GiBZyhRhoiEQ9ndyfTn2pjaZviVbFMR57uYqGEeo75oSsGRFAnjf3mSPJ1lG+8i+5NTnT4kLIszdOwBzm2g==', 'fingerprint': '27:07:b2:a7:bb:8d:46:0f:07:a8:0b:c7:c3:2c:d3:0c', 'user_id': 'd7e8d91e5bc149fd805504e9466e25d4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDlqys8aV+PUP0hP1DykllEItkQFi98AeO7TeSRov+bOaqhLUy9olJI\nHoIuNU7oG22gBwYFK4EEACKhZANiAARSO7QQ1KJgmF+TVkZ1Ap6LUwV+qIIfJIPg\nv/AEqhF16f69RogWcoUYaIhEPZ3cn059qY2mb4lWxTEee7mKhhHqO+aErBkRQJ43\n95kjydZRvvIvuTU50+JCyLM3TsAc5to=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '428eda52-71a0-4941-8992-c73a9f46183f', 'name': 'tempest-securitygroup--1104091126', 'stateful': True, 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'description': 'tempest-description--1831926335', 'shared': False, 'security_group_rules': [{'id': '978dd2af-cd9c-4851-b076-d4a9636df309', 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'security_group_id': '428eda52-71a0-4941-8992-c73a9f46183f', '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': 1381, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:20:39Z', 'updated_at': '2022-08-22T17:20:39Z', 'revision_number': 0, 'project_id': '329ee1b59a634c578a9975a06885e2cc'}, {'id': 'c0a3ef1d-fd9e-47f4-a53d-7706f5176e30', 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'security_group_id': '428eda52-71a0-4941-8992-c73a9f46183f', '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': 1382, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:20:39Z', 'updated_at': '2022-08-22T17:20:39Z', 'revision_number': 0, 'project_id': '329ee1b59a634c578a9975a06885e2cc'}], 'tags': [], 'created_at': '2022-08-22T17:20:39Z', 'updated_at': '2022-08-22T17:20:39Z', 'revision_number': 1, 'project_id': '329ee1b59a634c578a9975a06885e2cc'}, 'floating_ip': {'id': 'bf536c76-58f4-43d9-be62-e3bad0da3918', 'tenant_id': '329ee1b59a634c578a9975a06885e2cc', 'floating_ip_address': '172.25.9.23', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '329ee1b59a634c578a9975a06885e2cc', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:20:45Z', 'updated_at': '2022-08-22T17:20:45Z', 'revision_number': 0, 'ip': '172.25.9.23'}} 2022-08-22 17:20:48,727 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 500 POST http://10.222.0.96/compute/v2.1/servers 1.187s 2022-08-22 17:20:48,727 123987 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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "X8=kfE4q!nJJ6tZ", "accessIPv4": "2.2.2.2", "networks": [{"uuid": "0db40355-9ae4-4bbd-9ee1-1be69fab5923"}], "security_groups": [{"name": "tempest-securitygroup--1104091126"}], "key_name": "tempest-keypair-1255375044", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20: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-b809775c-3d51-4c10-9867-a4cb88578d3f', 'x-compute-request-id': 'req-b809775c-3d51-4c10-9867-a4cb88578d3f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:25,686 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.429s 2022-08-22 17:21:25,686 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-2097471731"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-eeb4015a-041c-45d0-af1a-810202bc2bf7', 'date': 'Mon, 22 Aug 2022 17:21:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"81ce82b8-eada-4192-84a8-df097c686e38","name":"tempest-ServersTestMultiNic-2097471731","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:24Z","updated_at":"2022-08-22T17:21:25Z","revision_number":1}}' 2022-08-22 17:21:27,902 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.214s 2022-08-22 17:21:27,902 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "81ce82b8-eada-4192-84a8-df097c686e38", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-1b8153d5-b71e-4f18-a9ab-28d4a64740d7', 'date': 'Mon, 22 Aug 2022 17:21:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"dff7fde4-431e-470b-a3ea-4c1593296018","name":"","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","network_id":"81ce82b8-eada-4192-84a8-df097c686e38","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-22T17:21:26Z","updated_at":"2022-08-22T17:21:26Z","revision_number":0,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f"}}' 2022-08-22 17:21:29,300 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.397s 2022-08-22 17:21:29,300 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-2134806822"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b4127df7-81f5-4a18-8822-18202db9a6bc', 'date': 'Mon, 22 Aug 2022 17:21:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"fc4f34b6-8e35-49e9-9dee-3d02eae74cdd","name":"tempest-ServersTestMultiNic-2134806822","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:28Z","updated_at":"2022-08-22T17:21:28Z","revision_number":1}}' 2022-08-22 17:21:32,244 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.942s 2022-08-22 17:21:32,244 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "fc4f34b6-8e35-49e9-9dee-3d02eae74cdd", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-f6983581-8fc7-4d19-ab6a-80b57b466ced', 'date': 'Mon, 22 Aug 2022 17:21:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"09c32078-1e29-4d09-8cfe-02c6902dc094","name":"","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","network_id":"fc4f34b6-8e35-49e9-9dee-3d02eae74cdd","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-22T17:21:30Z","updated_at":"2022-08-22T17:21:30Z","revision_number":0,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f"}}' 2022-08-22 17:21:32,750 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.500s 2022-08-22 17:21:32,751 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9f02f0f1-7458-446f-b94a-10f6acbc2330', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11269aaa0436403cb2da59911c671314", "name": "tempest-ServersTestMultiNic-1440453221-project", "password_expires_at": null}, "audit_ids": ["FV8TqinFQwO8Sr8N0q7xTQ"], "expires_at": "2022-08-22T18:21:32.000000Z", "issued_at": "2022-08-22T17:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "996c9fcb6e04474cba9c6926b8c77d9f", "name": "tempest-ServersTestMultiNic-1440453221"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:32,751 123987 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '2cb8fb04-d1ee-4bd9-bc1d-cf2d2eb4bf89', 'name': 'tempest-ServersTestMultiNic-1689771680-network', 'tenant_id': '996c9fcb6e04474cba9c6926b8c77d9f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '996c9fcb6e04474cba9c6926b8c77d9f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 241, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:21:11Z', 'updated_at': '2022-08-22T17:21:11Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:34,227 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 500 POST http://10.222.0.96/compute/v2.1/servers 1.474s 2022-08-22 17:21:34,227 123987 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-1141359237", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "81ce82b8-eada-4192-84a8-df097c686e38"}, {"uuid": "fc4f34b6-8e35-49e9-9dee-3d02eae74cdd"}, {"uuid": "81ce82b8-eada-4192-84a8-df097c686e38"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-7f629926-7115-48a9-aed9-ee06e5952fcd', 'x-compute-request-id': 'req-7f629926-7115-48a9-aed9-ee06e5952fcd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:35,884 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/09c32078-1e29-4d09-8cfe-02c6902dc094 1.655s 2022-08-22 17:21:35,884 123987 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-3b331fda-1c72-4791-ad4d-3f3012834d0e', 'date': 'Mon, 22 Aug 2022 17:21:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/09c32078-1e29-4d09-8cfe-02c6902dc094'} Body: b'' 2022-08-22 17:21:40,047 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/fc4f34b6-8e35-49e9-9dee-3d02eae74cdd 4.161s 2022-08-22 17:21:40,047 123987 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-4b42b4ef-8427-44b3-b2fd-283a5b556d10', 'date': 'Mon, 22 Aug 2022 17:21:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/fc4f34b6-8e35-49e9-9dee-3d02eae74cdd'} Body: b'' 2022-08-22 17:21:40,881 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/dff7fde4-431e-470b-a3ea-4c1593296018 0.832s 2022-08-22 17:21:40,881 123987 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-43538a6f-dda0-4bfe-abf0-38b78ef42591', 'date': 'Mon, 22 Aug 2022 17:21:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/dff7fde4-431e-470b-a3ea-4c1593296018'} Body: b'' 2022-08-22 17:21:43,133 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/81ce82b8-eada-4192-84a8-df097c686e38 2.252s 2022-08-22 17:21:43,134 123987 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-29b6f506-5c55-4f0b-a7b7-40bffb619904', 'date': 'Mon, 22 Aug 2022 17:21:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/81ce82b8-eada-4192-84a8-df097c686e38'} 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-22 17:21:44,085 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.948s 2022-08-22 17:21:44,085 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-37651490"}} Response - Headers: {'content-type': 'application/json', 'content-length': '573', 'x-openstack-request-id': 'req-19454976-c64e-440e-b078-5016198d4f9a', 'date': 'Mon, 22 Aug 2022 17:21:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d0a71241-5ca6-4200-98c1-e4f0fef7b9a7","name":"tempest-ServersTestMultiNic-37651490","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:43Z","updated_at":"2022-08-22T17:21:43Z","revision_number":1}}' 2022-08-22 17:21:46,065 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.979s 2022-08-22 17:21:46,066 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "d0a71241-5ca6-4200-98c1-e4f0fef7b9a7", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-13eab182-58bf-44f2-a315-38b2721a773c', 'date': 'Mon, 22 Aug 2022 17:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"293ae5f9-5236-45f3-b42f-3e597afe8532","name":"","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","network_id":"d0a71241-5ca6-4200-98c1-e4f0fef7b9a7","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-22T17:21:45Z","updated_at":"2022-08-22T17:21:45Z","revision_number":0,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f"}}' 2022-08-22 17:21:47,535 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.468s 2022-08-22 17:21:47,535 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-762436394"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b6e9678d-bc66-45db-830a-90607aa62076', 'date': 'Mon, 22 Aug 2022 17:21:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3a803a80-34bc-4fbd-97c5-d770b42f6b04","name":"tempest-ServersTestMultiNic-762436394","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:46Z","updated_at":"2022-08-22T17:21:46Z","revision_number":1}}' 2022-08-22 17:21:51,919 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 4.384s 2022-08-22 17:21:51,920 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "3a803a80-34bc-4fbd-97c5-d770b42f6b04", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-3bf23493-b63f-4f85-8ea7-454499d9aa7e', 'date': 'Mon, 22 Aug 2022 17:21:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e1177389-a280-4f01-b42c-423db7b38586","name":"","tenant_id":"996c9fcb6e04474cba9c6926b8c77d9f","network_id":"3a803a80-34bc-4fbd-97c5-d770b42f6b04","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-22T17:21:48Z","updated_at":"2022-08-22T17:21:48Z","revision_number":0,"project_id":"996c9fcb6e04474cba9c6926b8c77d9f"}}' 2022-08-22 17:21:52,286 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.360s 2022-08-22 17:21:52,286 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:51 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-790adcf0-9ae7-469b-b534-38e358720893', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "11269aaa0436403cb2da59911c671314", "name": "tempest-ServersTestMultiNic-1440453221-project", "password_expires_at": null}, "audit_ids": ["NhtZwzwrS6e1pl_PTYrfOA"], "expires_at": "2022-08-22T18:21:52.000000Z", "issued_at": "2022-08-22T17:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "996c9fcb6e04474cba9c6926b8c77d9f", "name": "tempest-ServersTestMultiNic-1440453221"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/996c9fcb6e04474cba9c6926b8c77d9f", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:52,287 123987 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '2cb8fb04-d1ee-4bd9-bc1d-cf2d2eb4bf89', 'name': 'tempest-ServersTestMultiNic-1689771680-network', 'tenant_id': '996c9fcb6e04474cba9c6926b8c77d9f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '996c9fcb6e04474cba9c6926b8c77d9f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 241, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:21:11Z', 'updated_at': '2022-08-22T17:21:11Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:53,357 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 500 POST http://10.222.0.96/compute/v2.1/servers 1.068s 2022-08-22 17:21:53,357 123987 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-427019974", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "d0a71241-5ca6-4200-98c1-e4f0fef7b9a7"}, {"uuid": "3a803a80-34bc-4fbd-97c5-d770b42f6b04"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7249dbd2-03be-4f8e-8940-e22582085ebc', 'x-compute-request-id': 'req-7249dbd2-03be-4f8e-8940-e22582085ebc', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:55,166 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/e1177389-a280-4f01-b42c-423db7b38586 1.808s 2022-08-22 17:21:55,167 123987 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-e11d5404-baca-489a-9045-eaa7384ab067', 'date': 'Mon, 22 Aug 2022 17:21:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/e1177389-a280-4f01-b42c-423db7b38586'} Body: b'' 2022-08-22 17:21:56,581 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/3a803a80-34bc-4fbd-97c5-d770b42f6b04 1.414s 2022-08-22 17:21:56,582 123987 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-10daa0f6-619a-4520-a873-b3bca1544d35', 'date': 'Mon, 22 Aug 2022 17:21:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/3a803a80-34bc-4fbd-97c5-d770b42f6b04'} Body: b'' 2022-08-22 17:21:57,538 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/293ae5f9-5236-45f3-b42f-3e597afe8532 0.956s 2022-08-22 17:21:57,539 123987 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-63b384fb-98b0-40fd-906c-8d669d8b608e', 'date': 'Mon, 22 Aug 2022 17:21:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/293ae5f9-5236-45f3-b42f-3e597afe8532'} Body: b'' 2022-08-22 17:21:59,082 123987 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/d0a71241-5ca6-4200-98c1-e4f0fef7b9a7 1.542s 2022-08-22 17:21:59,082 123987 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-d299b063-e5ae-41f2-a235-34d0c7ba962b', 'date': 'Mon, 22 Aug 2022 17:21:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/d0a71241-5ca6-4200-98c1-e4f0fef7b9a7'} 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-22 17:21:09,265 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 1.308s 2022-08-22 17:21:09,265 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3703', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4a761a0d-fa8c-4fc0-844d-86a532c1c89c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["mCnscgp-T1OYOcvIVDQRqg"], "expires_at": "2022-08-22T18:21:09.000000Z", "issued_at": "2022-08-22T17:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "c1597e94ca614b24898cf220da9b02cd", "interface": "public", "region_id": "tempest-region-903499676", "url": "https://url-427990651.com", "region": "tempest-region-903499676"}], "id": "229b20ee02bc4f04b3a187346672218c", "type": "tempest-type-1668296735", "name": "tempest-service-312744266"}, {"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [], "id": "96771647e9f540ebadc5b069646cd32e", "type": "tempest-type-1957459767", "name": "tempest-service-1577044403"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:09,266 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:11,537 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 500 POST http://10.222.0.96/compute/v2.1/servers 2.270s 2022-08-22 17:21:11,538 123990 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-1385682899", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-9ca0f4c5-4d81-49ca-bb93-76e00d9eec4f', 'x-compute-request-id': 'req-9ca0f4c5-4d81-49ca-bb93-76e00d9eec4f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:12,250 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.696s 2022-08-22 17:21:12,251 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3389', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f62d55b2-ee02-4174-9a2d-203b9f0c38d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["uHpO1ErKTculcLYzt_DdWA"], "expires_at": "2022-08-22T18:21:12.000000Z", "issued_at": "2022-08-22T17:21:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [], "id": "229b20ee02bc4f04b3a187346672218c", "type": "tempest-type-1668296735", "name": "tempest-service-312744266"}, {"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:12,258 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:13,775 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.517s 2022-08-22 17:21:13,776 123990 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-143829964", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-4a279eda-c386-4fb2-b20c-990c1697d8f4', 'x-compute-request-id': 'req-4a279eda-c386-4fb2-b20c-990c1697d8f4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:14,407 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.623s 2022-08-22 17:21:14,408 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:13 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-eebdb2cd-68c6-4a46-bbc8-2435e7bf3ab3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["Zr2V04xeQdi7tFtDfKShxQ"], "expires_at": "2022-08-22T18:21:14.000000Z", "issued_at": "2022-08-22T17:21:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:14,408 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_building_state) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:16,939 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_building_state): 500 POST http://10.222.0.96/compute/v2.1/servers 2.530s 2022-08-22 17:21:16,939 123990 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-73880754", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-77ad983d-00fa-487f-b2db-f2c88587ee7d', 'x-compute-request-id': 'req-77ad983d-00fa-487f-b2db-f2c88587ee7d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:17,899 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.953s 2022-08-22 17:21:17,900 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ac099d81-c3ec-4abd-ad62-873c9c1f5856', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["FQQmAqRFRmKK7-0Zmt0I2g"], "expires_at": "2022-08-22T18:21:17.000000Z", "issued_at": "2022-08-22T17:21:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:17,900 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:19,566 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 500 POST http://10.222.0.96/compute/v2.1/servers 1.664s 2022-08-22 17:21:19,566 123990 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-881097496", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-e23688a3-ebee-42b1-ba56-585645110ea5', 'x-compute-request-id': 'req-e23688a3-ebee-42b1-ba56-585645110ea5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:20,203 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.533s 2022-08-22 17:21:20,203 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-106bf60c-8b8f-4b9c-baf8-dd62cabdbac4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["nF8w7a2PTJyl7R-WyLjKMg"], "expires_at": "2022-08-22T18:21:20.000000Z", "issued_at": "2022-08-22T17:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:20,204 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:22,028 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 500 POST http://10.222.0.96/compute/v2.1/servers 1.823s 2022-08-22 17:21:22,028 123990 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-1151544669", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-36a31e9d-98b6-46c6-97ee-b5d92f86cbbe', 'x-compute-request-id': 'req-36a31e9d-98b6-46c6-97ee-b5d92f86cbbe', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:22,513 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.468s 2022-08-22 17:21:22,514 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-f11a8daf-a73f-4b80-b701-3d4539d73ba1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["2v4Wl9BYQI2b67M4HDUCgg"], "expires_at": "2022-08-22T18:21:22.000000Z", "issued_at": "2022-08-22T17:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:22,514 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:23,788 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 500 POST http://10.222.0.96/compute/v2.1/servers 1.273s 2022-08-22 17:21:23,788 123990 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-681818929", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-4d57fa5e-3ffc-4972-b30f-3d4e234c3e06', 'x-compute-request-id': 'req-4d57fa5e-3ffc-4972-b30f-3d4e234c3e06', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:24,416 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.619s 2022-08-22 17:21:24,416 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-2dba2352-fb21-4fe3-a01f-973bc271353e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd6e54bba86409895616376d55d0f79", "name": "tempest-DeleteServersTestJSON-1119220928-project", "password_expires_at": null}, "audit_ids": ["QUR7em2-Sz2jA7OfUQe_eA"], "expires_at": "2022-08-22T18:21:24.000000Z", "issued_at": "2022-08-22T17:21:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e756fbc69d95466abaa6d46ff932bf81", "name": "tempest-DeleteServersTestJSON-1119220928"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e756fbc69d95466abaa6d46ff932bf81", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:24,417 123990 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf', 'name': 'tempest-DeleteServersTestJSON-142011802-network', 'tenant_id': 'e756fbc69d95466abaa6d46ff932bf81', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e756fbc69d95466abaa6d46ff932bf81', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 224, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:20:51Z', 'updated_at': '2022-08-22T17:20:51Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:26,479 123990 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 500 POST http://10.222.0.96/compute/v2.1/servers 2.061s 2022-08-22 17:21:26,480 123990 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-802610663", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6bc6d4a4-ef0b-4d49-9d5d-fcb3468919bf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21: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-5b008faa-4e59-4927-a323-237004c73ffb', 'x-compute-request-id': 'req-5b008faa-4e59-4927-a323-237004c73ffb', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:48:05,965 177485 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.033s 2022-08-22 17:48:05,966 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48:05 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-0f35ef38-96f8-45cd-bc96-6231aa32beba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1e37000894024a509011f856d67703b5", "name": "tempest-DeleteServersTestJSON-1122198372-project", "password_expires_at": null}, "audit_ids": ["VDmT3ashRFCNmfg5amWFIA"], "expires_at": "2022-08-22T18:48:05.000000Z", "issued_at": "2022-08-22T17:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "759241734aee4caea9546885fdfca007", "name": "tempest-DeleteServersTestJSON-1122198372"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/759241734aee4caea9546885fdfca007", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_759241734aee4caea9546885fdfca007", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/759241734aee4caea9546885fdfca007", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/759241734aee4caea9546885fdfca007", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:48:05,966 177485 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': '53449ce1-8091-42c6-969e-f0fd93ee7b2a', 'name': 'tempest-DeleteServersTestJSON-1332244340-network', 'tenant_id': '759241734aee4caea9546885fdfca007', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '759241734aee4caea9546885fdfca007', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 225, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:48:00Z', 'updated_at': '2022-08-22T17:48:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:48:06,354 177485 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 500 POST http://10.222.0.96/compute/v2.1/servers 0.386s 2022-08-22 17:48:06,354 177485 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-1876801276", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "53449ce1-8091-42c6-969e-f0fd93ee7b2a"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48: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-73d5889b-93c1-4505-8f72-d12685bce077', 'x-compute-request-id': 'req-73d5889b-93c1-4505-8f72-d12685bce077', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:38,312 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes 1.602s 2022-08-22 17:19:38,313 123989 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-1388672830", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99f0199-87e2-4e58-8703-aad8ba752356', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99f0199-87e2-4e58-8703-aad8ba752356', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:37.892215", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:19:38,432 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.097s 2022-08-22 17:19:38,432 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c03d22-20b8-4d0c-ab8c-d71406055c35', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c03d22-20b8-4d0c-ab8c-d71406055c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:39,549 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.104s 2022-08-22 17:19:39,549 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6871a815-242f-4042-9cb5-11ce54de6a39', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6871a815-242f-4042-9cb5-11ce54de6a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:40,707 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.147s 2022-08-22 17:19:40,708 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b2c00f3-45bb-46ff-bd0d-facd2fecbf81', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b2c00f3-45bb-46ff-bd0d-facd2fecbf81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:41,877 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.156s 2022-08-22 17:19:41,878 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a3c6c7-5302-41f6-a7bb-29511dfc39c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a3c6c7-5302-41f6-a7bb-29511dfc39c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:43,007 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.118s 2022-08-22 17:19:43,008 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae0a41f-fcff-485e-8bbd-5b6a2fa88872', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae0a41f-fcff-485e-8bbd-5b6a2fa88872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:44,184 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.164s 2022-08-22 17:19:44,184 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb7412db-9058-492b-921f-1b259577b8af', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb7412db-9058-492b-921f-1b259577b8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:45,320 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.123s 2022-08-22 17:19:45,321 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a51c1a0-785f-4ad0-af90-52b19baa59b1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a51c1a0-785f-4ad0-af90-52b19baa59b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:46,488 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.134s 2022-08-22 17:19:46,488 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3357922e-c589-4c76-8115-08ec70b950fe', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3357922e-c589-4c76-8115-08ec70b950fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:47,592 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.089s 2022-08-22 17:19:47,592 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2050a9a6-99c7-44d0-9ee2-b7c09aeddf1a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2050a9a6-99c7-44d0-9ee2-b7c09aeddf1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:48,709 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.104s 2022-08-22 17:19:48,710 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a7f59a-894c-467c-8054-c9f0ed5cf655', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a7f59a-894c-467c-8054-c9f0ed5cf655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:49,885 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.162s 2022-08-22 17:19:49,885 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ec0421-5f3f-4f22-af7e-8f1156b5efb0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ec0421-5f3f-4f22-af7e-8f1156b5efb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:51,013 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.106s 2022-08-22 17:19:51,013 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c77fb8-aaef-42af-941e-551e7196de47', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c77fb8-aaef-42af-941e-551e7196de47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:52,131 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.105s 2022-08-22 17:19:52,131 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b0ed6a-7404-4f2e-9240-79c76f2f4016', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b0ed6a-7404-4f2e-9240-79c76f2f4016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:53,247 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.104s 2022-08-22 17:19:53,247 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0728284a-9878-41b6-815f-7a50f84e76a3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0728284a-9878-41b6-815f-7a50f84e76a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:54,370 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.110s 2022-08-22 17:19:54,370 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63ae046-8606-42bb-a978-adcb16911f8b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63ae046-8606-42bb-a978-adcb16911f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:55,468 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.084s 2022-08-22 17:19:55,468 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294f690e-ca04-4e05-9822-ebb827495c5e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294f690e-ca04-4e05-9822-ebb827495c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:56,648 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.165s 2022-08-22 17:19:56,649 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45412180-d9b3-46b9-b8d0-66e344b618d0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45412180-d9b3-46b9-b8d0-66e344b618d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:57,738 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.078s 2022-08-22 17:19:57,739 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b90abf87-9abd-4ca4-b676-d59e25a699a0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90abf87-9abd-4ca4-b676-d59e25a699a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:58,819 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.066s 2022-08-22 17:19:58,819 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5826688b-aded-4c9f-9de1-6060bb88b655', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5826688b-aded-4c9f-9de1-6060bb88b655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:19:59,901 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.066s 2022-08-22 17:19:59,902 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fefd23-a7e6-4b51-b246-67d7e22fb4c8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fefd23-a7e6-4b51-b246-67d7e22fb4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:00,979 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.063s 2022-08-22 17:20:00,979 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad121ecd-a587-4f94-91ae-cc3788afe8b2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad121ecd-a587-4f94-91ae-cc3788afe8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:02,088 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.096s 2022-08-22 17:20:02,088 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcaecbb-7464-4161-a18a-4f71b3d707e0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcaecbb-7464-4161-a18a-4f71b3d707e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:03,179 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.078s 2022-08-22 17:20:03,197 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78cf841c-2dcb-4d20-ac21-c632f1c89e67', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78cf841c-2dcb-4d20-ac21-c632f1c89e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:04,365 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.155s 2022-08-22 17:20:04,366 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1876e7-639e-4a11-b191-ce7a52fc0c91', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1876e7-639e-4a11-b191-ce7a52fc0c91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:05,520 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.140s 2022-08-22 17:20:05,521 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68aaeee-9eb5-4f07-a44b-5aa713687435', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68aaeee-9eb5-4f07-a44b-5aa713687435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:06,622 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.090s 2022-08-22 17:20:06,623 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e0fc076-9680-4e6c-b406-090126f6fa71', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e0fc076-9680-4e6c-b406-090126f6fa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:07,745 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.110s 2022-08-22 17:20:07,746 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-109c41d0-2a84-48c8-9ba5-c26de4573b85', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-109c41d0-2a84-48c8-9ba5-c26de4573b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:19:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:08,868 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.110s 2022-08-22 17:20:08,869 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07709d3f-45e2-48e8-87df-f14c9ee716e5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07709d3f-45e2-48e8-87df-f14c9ee716e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:09,984 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.102s 2022-08-22 17:20:09,985 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08bf037-8843-4592-ad1a-abac48d85797', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08bf037-8843-4592-ad1a-abac48d85797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:11,096 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.100s 2022-08-22 17:20:11,097 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca20acdf-6607-44ce-9913-95d8345dde5b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca20acdf-6607-44ce-9913-95d8345dde5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:12,205 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.089s 2022-08-22 17:20:12,206 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-616b85ef-e950-490e-ad4d-947dd488d241', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-616b85ef-e950-490e-ad4d-947dd488d241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:13,364 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.143s 2022-08-22 17:20:13,364 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08aa1f40-e5e8-4720-9f71-9b54e86ccf7c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08aa1f40-e5e8-4720-9f71-9b54e86ccf7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:14,460 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.083s 2022-08-22 17:20:14,460 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90ee4152-7430-48c8-add9-182d13c3c427', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90ee4152-7430-48c8-add9-182d13c3c427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:15,613 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.141s 2022-08-22 17:20:15,613 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc859c9-91f3-4ee2-a230-db997b6aa313', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc859c9-91f3-4ee2-a230-db997b6aa313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:16,690 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.064s 2022-08-22 17:20:16,691 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd625aa-cda6-4bc3-91a7-6d44557ae3d9', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd625aa-cda6-4bc3-91a7-6d44557ae3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:17,845 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.141s 2022-08-22 17:20:17,845 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c2bc45-8897-4e70-8e59-5aafabce50d8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c2bc45-8897-4e70-8e59-5aafabce50d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:18,969 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.112s 2022-08-22 17:20:18,970 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3a118c-8ed7-47ab-af87-b3181efa5e9e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3a118c-8ed7-47ab-af87-b3181efa5e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:20,102 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.121s 2022-08-22 17:20:20,102 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bedf1da-3f66-4ef0-a53b-3ee877a11279', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bedf1da-3f66-4ef0-a53b-3ee877a11279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:21,206 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.089s 2022-08-22 17:20:21,207 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d4867aa-27a2-4be5-bdd0-5bd52bb18c83', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4867aa-27a2-4be5-bdd0-5bd52bb18c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:22,277 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.059s 2022-08-22 17:20:22,277 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4fbad7-3755-4476-9fe3-236422320a05', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4fbad7-3755-4476-9fe3-236422320a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:23,428 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.139s 2022-08-22 17:20:23,428 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4284660-aadc-4bbf-8509-ed3afadceeea', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4284660-aadc-4bbf-8509-ed3afadceeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:24,604 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.163s 2022-08-22 17:20:24,604 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90760014-e4b7-40e6-a067-a7479231c1b3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90760014-e4b7-40e6-a067-a7479231c1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:08.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:25,757 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad 0.140s 2022-08-22 17:20:25,757 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f994fe3d-bcb2-45de-b531-5a7be0719c2c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f994fe3d-bcb2-45de-b531-5a7be0719c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad'} Body: b'{"volume": {"id": "28685781-9dd7-492e-b619-3b5a7a743aad", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:19:38.000000", "updated_at": "2022-08-22T17:20:26.000000", "name": "tempest-TaggedBootDevicesTest-volume-1388672830", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/28685781-9dd7-492e-b619-3b5a7a743aad"}], "user_id": "c47fc008053442778e7203bc70f701ac", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:25,783 123989 INFO [tempest.common.waiters] volume 28685781-9dd7-492e-b619-3b5a7a743aad reached available after waiting for 47.783256 seconds 2022-08-22 17:20:26,757 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes 0.964s 2022-08-22 17:20:26,757 123989 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-985620544"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337fa697-5822-49f1-9ae9-0385f3f57ef1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337fa697-5822-49f1-9ae9-0385f3f57ef1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes'} Body: b'{"volume": {"id": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:26.244440", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-985620544", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:20:26,840 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91 0.070s 2022-08-22 17:20:26,840 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c121b97f-ed27-4f40-893c-d1f0b4acb0f4', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c121b97f-ed27-4f40-893c-d1f0b4acb0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91'} Body: b'{"volume": {"id": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-985620544", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:28,012 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91 0.159s 2022-08-22 17:20:28,012 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694fc3b0-aad3-419e-b188-747d6d33e042', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694fc3b0-aad3-419e-b188-747d6d33e042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91'} Body: b'{"volume": {"id": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:26.000000", "updated_at": "2022-08-22T17:20:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-985620544", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:29,174 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91 0.148s 2022-08-22 17:20:29,175 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47a93588-e06b-4a95-88d9-0a7d97064cbf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47a93588-e06b-4a95-88d9-0a7d97064cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91'} Body: b'{"volume": {"id": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:26.000000", "updated_at": "2022-08-22T17:20:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-985620544", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:30,344 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91 0.157s 2022-08-22 17:20:30,344 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90388040-f387-4404-8676-aea7a5c03fb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90388040-f387-4404-8676-aea7a5c03fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91'} Body: b'{"volume": {"id": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:26.000000", "updated_at": "2022-08-22T17:20:29.000000", "name": "tempest-TaggedBootDevicesTest-volume-985620544", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:30,355 123989 INFO [tempest.common.waiters] volume a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91 reached available after waiting for 4.355139 seconds 2022-08-22 17:20:31,427 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes 1.071s 2022-08-22 17:20:31,427 123989 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-308912473"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e1c4b33-9e24-4443-894b-ed2a4bd6f25a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e1c4b33-9e24-4443-894b-ed2a4bd6f25a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes'} Body: b'{"volume": {"id": "5da438a4-8a19-4574-b086-3ea764d01f55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:30.976534", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-308912473", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:20:31,593 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55 0.155s 2022-08-22 17:20:31,593 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbaf9095-d9ff-43d6-8404-6030865a5c75', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbaf9095-d9ff-43d6-8404-6030865a5c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55'} Body: b'{"volume": {"id": "5da438a4-8a19-4574-b086-3ea764d01f55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:31.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-308912473", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:32,821 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55 0.211s 2022-08-22 17:20:32,821 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898b4e77-da01-4b32-a1e1-3f6e6779b885', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898b4e77-da01-4b32-a1e1-3f6e6779b885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55'} Body: b'{"volume": {"id": "5da438a4-8a19-4574-b086-3ea764d01f55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:31.000000", "updated_at": "2022-08-22T17:20:32.000000", "name": "tempest-TaggedBootDevicesTest-volume-308912473", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:33,912 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55 0.073s 2022-08-22 17:20:33,912 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c92dc72-97fc-4396-93c9-7ee7d16e45b7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c92dc72-97fc-4396-93c9-7ee7d16e45b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55'} Body: b'{"volume": {"id": "5da438a4-8a19-4574-b086-3ea764d01f55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:31.000000", "updated_at": "2022-08-22T17:20:32.000000", "name": "tempest-TaggedBootDevicesTest-volume-308912473", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:35,021 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55 0.095s 2022-08-22 17:20:35,022 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d90e8c-a7b6-489d-bc41-7f5d21d47f2c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d90e8c-a7b6-489d-bc41-7f5d21d47f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55'} Body: b'{"volume": {"id": "5da438a4-8a19-4574-b086-3ea764d01f55", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:31.000000", "updated_at": "2022-08-22T17:20:34.000000", "name": "tempest-TaggedBootDevicesTest-volume-308912473", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/e7a83b63b87548c7b1564219a1b491b1/volumes/5da438a4-8a19-4574-b086-3ea764d01f55"}], "user_id": "c47fc008053442778e7203bc70f701ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:35,044 123989 INFO [tempest.common.waiters] volume 5da438a4-8a19-4574-b086-3ea764d01f55 reached available after waiting for 4.044176 seconds 2022-08-22 17:20:35,948 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.903s 2022-08-22 17:20:35,949 123989 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-187916681"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d3f48d94-c067-466d-899f-d25604472528', 'date': 'Mon, 22 Aug 2022 17:20:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"7f6c7383-ba3e-4d9f-bc1c-338c783c6a83","name":"tempest-device-tagging-net1-187916681","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e7a83b63b87548c7b1564219a1b491b1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:20:35Z","updated_at":"2022-08-22T17:20:35Z","revision_number":1}}' 2022-08-22 17:20:36,940 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.990s 2022-08-22 17:20:36,940 123989 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-1017296160"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-66020116-9cd5-4baf-8fad-e377a780e83b', 'date': 'Mon, 22 Aug 2022 17:20:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"04983873-770e-4898-898f-5e7a4b1eab22","name":"tempest-device-tagging-net2-1017296160","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e7a83b63b87548c7b1564219a1b491b1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:20:36Z","updated_at":"2022-08-22T17:20:36Z","revision_number":1}}' 2022-08-22 17:20:38,529 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.588s 2022-08-22 17:20:38,530 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "7f6c7383-ba3e-4d9f-bc1c-338c783c6a83", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-67d1f0e8-f397-4b6e-836f-7b4cd97d9a8e', 'date': 'Mon, 22 Aug 2022 17:20:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"04847c12-f8f4-4cd8-aae7-d4978eaf94a1","name":"","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","network_id":"7f6c7383-ba3e-4d9f-bc1c-338c783c6a83","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-22T17:20:37Z","updated_at":"2022-08-22T17:20:37Z","revision_number":0,"project_id":"e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:41,224 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.693s 2022-08-22 17:20:41,224 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "04983873-770e-4898-898f-5e7a4b1eab22", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-bcd9f961-8c80-452b-8edb-a6ca2d657ae4', 'date': 'Mon, 22 Aug 2022 17:20:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"599b33fa-7f64-4b8b-9218-ad3dee49c6b0","name":"","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","network_id":"04983873-770e-4898-898f-5e7a4b1eab22","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-22T17:20:39Z","updated_at":"2022-08-22T17:20:39Z","revision_number":0,"project_id":"e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:44,419 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/ports 3.194s 2022-08-22 17:20:44,419 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "7f6c7383-ba3e-4d9f-bc1c-338c783c6a83", "name": "tempest-TaggedBootDevicesTest-1459923325", "fixed_ips": [{"subnet_id": "04847c12-f8f4-4cd8-aae7-d4978eaf94a1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-82c6733d-fe38-4b38-8252-04c55c306c2c', 'date': 'Mon, 22 Aug 2022 17:20:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"9ba752a3-de41-49de-9747-852206f7567f","name":"tempest-TaggedBootDevicesTest-1459923325","network_id":"7f6c7383-ba3e-4d9f-bc1c-338c783c6a83","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","mac_address":"fa:16:3e:d5:5e:e1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"04847c12-f8f4-4cd8-aae7-d4978eaf94a1","ip_address":"10.1.1.81"}],"project_id":"e7a83b63b87548c7b1564219a1b491b1","port_security_enabled":true,"security_groups":["13128500-6a33-4b9d-94a1-177f32a74481"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-22T17:20:42Z","updated_at":"2022-08-22T17:20:43Z","revision_number":1}}' 2022-08-22 17:20:46,350 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/ports 1.930s 2022-08-22 17:20:46,358 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "7f6c7383-ba3e-4d9f-bc1c-338c783c6a83", "name": "tempest-TaggedBootDevicesTest-413859855", "fixed_ips": [{"subnet_id": "04847c12-f8f4-4cd8-aae7-d4978eaf94a1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-e9b99514-9eca-4cba-99c4-11079c2c8b69', 'date': 'Mon, 22 Aug 2022 17:20:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"d8a502e5-7178-401f-b114-77e7a90bb323","name":"tempest-TaggedBootDevicesTest-413859855","network_id":"7f6c7383-ba3e-4d9f-bc1c-338c783c6a83","tenant_id":"e7a83b63b87548c7b1564219a1b491b1","mac_address":"fa:16:3e:dc:fb:cd","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"04847c12-f8f4-4cd8-aae7-d4978eaf94a1","ip_address":"10.1.1.128"}],"project_id":"e7a83b63b87548c7b1564219a1b491b1","port_security_enabled":true,"security_groups":["13128500-6a33-4b9d-94a1-177f32a74481"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-22T17:20:44Z","updated_at":"2022-08-22T17:20:45Z","revision_number":1}}' 2022-08-22 17:20:46,359 123989 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:20:46,360 123989 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:20:46,663 123989 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.300s 2022-08-22 17:20:46,668 123989 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-1103560391", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPUfJn4dgIF9sJ9VFCiM4je3ZFGpJZ5DMKp757rFbZwO4XrsJbbJ/U5o6zCHM+QrBS5Z6HKPCeG/7xwwVmS4jm2xGEOuBVf1exyRzgvJXhTw0pd/VyIdRgIR6ph3ncFeQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afac1732-ed57-4fd0-b865-faee890e24ba', 'x-compute-request-id': 'req-afac1732-ed57-4fd0-b865-faee890e24ba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1103560391", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPUfJn4dgIF9sJ9VFCiM4je3ZFGpJZ5DMKp757rFbZwO4XrsJbbJ/U5o6zCHM+QrBS5Z6HKPCeG/7xwwVmS4jm2xGEOuBVf1exyRzgvJXhTw0pd/VyIdRgIR6ph3ncFeQ==", "fingerprint": "9e:11:70:a3:55:79:91:36:b7:51:bb:bc:81:1f:9a:2b", "user_id": "c47fc008053442778e7203bc70f701ac"}}' 2022-08-22 17:20:46,672 123989 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1103560391 created 2022-08-22 17:20:47,293 123989 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.620s 2022-08-22 17:20:47,293 123989 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--269716012", "description": "tempest-description--1446541759"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-948791e4-0f7c-45e7-8d1b-08682ff20af5', 'date': 'Mon, 22 Aug 2022 17:20:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "name": "tempest-securitygroup--269716012", "stateful": true, "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "description": "tempest-description--1446541759", "shared": false, "security_group_rules": [{"id": "4244c5fc-b36a-4760-b179-0373d43463ac", "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "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": 1415, "description": null, "tags": [], "created_at": "2022-08-22T17:20:46Z", "updated_at": "2022-08-22T17:20:46Z", "revision_number": 0, "project_id": "e7a83b63b87548c7b1564219a1b491b1"}, {"id": "fa947ed1-3fea-4d15-8089-01fe487250b2", "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "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": 1414, "description": null, "tags": [], "created_at": "2022-08-22T17:20:46Z", "updated_at": "2022-08-22T17:20:46Z", "revision_number": 0, "project_id": "e7a83b63b87548c7b1564219a1b491b1"}], "tags": [], "created_at": "2022-08-22T17:20:46Z", "updated_at": "2022-08-22T17:20:46Z", "revision_number": 1, "project_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:47,892 123989 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.597s 2022-08-22 17:20:47,892 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "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-9c2146e7-9d50-43c8-a14e-011a8497bf60', 'date': 'Mon, 22 Aug 2022 17:20:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3d12b6ce-895d-4257-bc69-f3e46b94af02", "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "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-22T17:20:47Z", "updated_at": "2022-08-22T17:20:47Z", "revision_number": 0, "project_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:48,613 123989 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.720s 2022-08-22 17:20:48,614 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-12835ef2-cf71-46e5-843a-05bfdbc73540', 'date': 'Mon, 22 Aug 2022 17:20:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "89ed2c14-766a-45af-bfcb-7f8646d95bfd", "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "security_group_id": "00b7d0cc-2bf1-46cc-af75-01af367e20b0", "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-22T17:20:48Z", "updated_at": "2022-08-22T17:20:48Z", "revision_number": 0, "project_id": "e7a83b63b87548c7b1564219a1b491b1"}}' 2022-08-22 17:20:48,614 123989 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--269716012 created 2022-08-22 17:20:51,925 123989 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.310s 2022-08-22 17:20:51,925 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d9d70af7-6ead-4477-9916-28def635104c', 'date': 'Mon, 22 Aug 2022 17:20:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "011ad396-a08f-4be9-8c26-4e951bf0e63f", "tenant_id": "e7a83b63b87548c7b1564219a1b491b1", "floating_ip_address": "172.25.9.175", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e7a83b63b87548c7b1564219a1b491b1", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:20:50Z", "updated_at": "2022-08-22T17:20:50Z", "revision_number": 0}}' 2022-08-22 17:20:51,926 123989 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '011ad396-a08f-4be9-8c26-4e951bf0e63f', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'floating_ip_address': '172.25.9.175', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e7a83b63b87548c7b1564219a1b491b1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:20:50Z', 'updated_at': '2022-08-22T17:20:50Z', 'revision_number': 0, 'ip': '172.25.9.175'} created 2022-08-22 17:20:52,333 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.401s 2022-08-22 17:20:52,333 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3567', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-95f0f842-ca0a-4448-96fe-0f2c1730043a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c47fc008053442778e7203bc70f701ac", "name": "tempest-TaggedBootDevicesTest-131510051-project", "password_expires_at": null}, "audit_ids": ["z0Qjq7M1SNOV-QuO1w2hTQ"], "expires_at": "2022-08-22T18:20:52.000000Z", "issued_at": "2022-08-22T17:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7a83b63b87548c7b1564219a1b491b1", "name": "tempest-TaggedBootDevicesTest-131510051"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "c1597e94ca614b24898cf220da9b02cd", "interface": "public", "region_id": "tempest-region-903499676", "url": "https://url-427990651.com", "region": "tempest-region-903499676"}], "id": "229b20ee02bc4f04b3a187346672218c", "type": "tempest-type-1668296735", "name": "tempest-service-312744266"}, {"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:20:52,334 123989 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '6bad5f1d-0545-4ad8-89a2-04859d401a21', 'name': 'tempest-TaggedBootDevicesTest-517888576-network', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e7a83b63b87548c7b1564219a1b491b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 248, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:18:46Z', 'updated_at': '2022-08-22T17:18:46Z', 'revision_number': 1} available for tenant 2022-08-22 17:20:52,857 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.518s 2022-08-22 17:20:52,858 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3567', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-577d02b1-a4d2-42ce-892a-07904108849e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c47fc008053442778e7203bc70f701ac", "name": "tempest-TaggedBootDevicesTest-131510051-project", "password_expires_at": null}, "audit_ids": ["-_S8lO9CTJ-fynGC3hpCJw"], "expires_at": "2022-08-22T18:20:52.000000Z", "issued_at": "2022-08-22T17:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e7a83b63b87548c7b1564219a1b491b1", "name": "tempest-TaggedBootDevicesTest-131510051"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "c1597e94ca614b24898cf220da9b02cd", "interface": "public", "region_id": "tempest-region-903499676", "url": "https://url-427990651.com", "region": "tempest-region-903499676"}], "id": "229b20ee02bc4f04b3a187346672218c", "type": "tempest-type-1668296735", "name": "tempest-service-312744266"}, {"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e7a83b63b87548c7b1564219a1b491b1", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:20:52,858 123989 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '6bad5f1d-0545-4ad8-89a2-04859d401a21', 'name': 'tempest-TaggedBootDevicesTest-517888576-network', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e7a83b63b87548c7b1564219a1b491b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 248, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:18:46Z', 'updated_at': '2022-08-22T17:18:46Z', 'revision_number': 1} available for tenant 2022-08-22 17:20:52,859 123989 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1103560391', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPUfJn4dgIF9sJ9VFCiM4je3ZFGpJZ5DMKp757rFbZwO4XrsJbbJ/U5o6zCHM+QrBS5Z6HKPCeG/7xwwVmS4jm2xGEOuBVf1exyRzgvJXhTw0pd/VyIdRgIR6ph3ncFeQ==', 'fingerprint': '9e:11:70:a3:55:79:91:36:b7:51:bb:bc:81:1f:9a:2b', 'user_id': 'c47fc008053442778e7203bc70f701ac', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBRnASWhKglW6AuGYwFDN4NdeYQ0gjBAv9J/U/tWfgdWWR7QYQJtIaJ\nqLX/1Ro4OZ+gBwYFK4EEACKhZANiAART1HyZ+HYCBfbCfVRQojOI3t2RRqSWeQzC\nqe+e6xW2cDuF67CW2yf1OaOswhzPkKwUuWehyjwnhv+8cMFZkuI5tsRhDrgVX9Xs\nckc4LyV4U8NKXf1ciHUYCEeqYd53BXk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '00b7d0cc-2bf1-46cc-af75-01af367e20b0', 'name': 'tempest-securitygroup--269716012', 'stateful': True, 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'description': 'tempest-description--1446541759', 'shared': False, 'security_group_rules': [{'id': '4244c5fc-b36a-4760-b179-0373d43463ac', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'security_group_id': '00b7d0cc-2bf1-46cc-af75-01af367e20b0', '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': 1415, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:20:46Z', 'updated_at': '2022-08-22T17:20:46Z', 'revision_number': 0, 'project_id': 'e7a83b63b87548c7b1564219a1b491b1'}, {'id': 'fa947ed1-3fea-4d15-8089-01fe487250b2', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'security_group_id': '00b7d0cc-2bf1-46cc-af75-01af367e20b0', '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': 1414, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:20:46Z', 'updated_at': '2022-08-22T17:20:46Z', 'revision_number': 0, 'project_id': 'e7a83b63b87548c7b1564219a1b491b1'}], 'tags': [], 'created_at': '2022-08-22T17:20:46Z', 'updated_at': '2022-08-22T17:20:46Z', 'revision_number': 1, 'project_id': 'e7a83b63b87548c7b1564219a1b491b1'}, 'floating_ip': {'id': '011ad396-a08f-4be9-8c26-4e951bf0e63f', 'tenant_id': 'e7a83b63b87548c7b1564219a1b491b1', 'floating_ip_address': '172.25.9.175', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e7a83b63b87548c7b1564219a1b491b1', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:20:50Z', 'updated_at': '2022-08-22T17:20:50Z', 'revision_number': 0, 'ip': '172.25.9.175'}} 2022-08-22 17:20:54,671 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://10.222.0.96/compute/v2.1/servers 1.811s 2022-08-22 17:20:54,671 123989 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-1614137573", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "6bad5f1d-0545-4ad8-89a2-04859d401a21"}, {"port": "9ba752a3-de41-49de-9747-852206f7567f", "tag": "port-1"}, {"port": "d8a502e5-7178-401f-b114-77e7a90bb323", "tag": "port-2"}, {"uuid": "7f6c7383-ba3e-4d9f-bc1c-338c783c6a83", "tag": "net-1"}, {"uuid": "7f6c7383-ba3e-4d9f-bc1c-338c783c6a83"}, {"uuid": "04983873-770e-4898-898f-5e7a4b1eab22", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "04983873-770e-4898-898f-5e7a4b1eab22", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "28685781-9dd7-492e-b619-3b5a7a743aad", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "a6cfbdcb-c4ba-4f7e-956f-35ee62a89c91", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "5da438a4-8a19-4574-b086-3ea764d01f55", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--269716012"}], "key_name": "tempest-keypair-1103560391", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:52 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-a0918c58-ccb1-4018-a37a-b8585d0f44f5', 'x-compute-request-id': 'req-a0918c58-ccb1-4018-a37a-b8585d0f44f5', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:20:54,851 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1103560391 0.170s 2022-08-22 17:20:54,851 123989 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': 'Mon, 22 Aug 2022 17:20:54 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-7b244ac8-233a-4f42-a4ff-a5a8897b96a3', 'x-compute-request-id': 'req-7b244ac8-233a-4f42-a4ff-a5a8897b96a3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1103560391'} Body: b'' 2022-08-22 17:20:55,899 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/00b7d0cc-2bf1-46cc-af75-01af367e20b0 1.048s 2022-08-22 17:20:55,900 123989 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-07747dac-0369-46fc-a813-01ab8654868d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:20:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/00b7d0cc-2bf1-46cc-af75-01af367e20b0'} Body: b'' 2022-08-22 17:20:55,959 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/00b7d0cc-2bf1-46cc-af75-01af367e20b0 0.058s 2022-08-22 17:20:55,959 123989 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-723d152b-ccaf-4a3b-9a98-7eef5f7ccfdc', 'date': 'Mon, 22 Aug 2022 17:20:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/00b7d0cc-2bf1-46cc-af75-01af367e20b0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 00b7d0cc-2bf1-46cc-af75-01af367e20b0 does not exist", "detail": ""}}' 2022-08-22 17:20:58,420 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/011ad396-a08f-4be9-8c26-4e951bf0e63f 2.460s 2022-08-22 17:20:58,424 123989 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-89f694ca-ac6f-4ca9-8a88-f40ce59f67d3', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:20:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/011ad396-a08f-4be9-8c26-4e951bf0e63f'} Body: b'' 2022-08-22 17:21:00,051 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/ports/d8a502e5-7178-401f-b114-77e7a90bb323 1.627s 2022-08-22 17:21:00,052 123989 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-c787b54e-b3e7-4f5b-abf9-c6c223321a9e', 'date': 'Mon, 22 Aug 2022 17:21:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports/d8a502e5-7178-401f-b114-77e7a90bb323'} Body: b'' 2022-08-22 17:21:02,351 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/ports/9ba752a3-de41-49de-9747-852206f7567f 2.299s 2022-08-22 17:21:02,351 123989 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-9d7b4298-bf18-4eac-9cb2-cdc06b04542c', 'date': 'Mon, 22 Aug 2022 17:21:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports/9ba752a3-de41-49de-9747-852206f7567f'} Body: b'' 2022-08-22 17:21:03,514 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/599b33fa-7f64-4b8b-9218-ad3dee49c6b0 1.162s 2022-08-22 17:21:03,514 123989 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-0fc531d7-b59c-4c7c-8170-92b5d3415d38', 'date': 'Mon, 22 Aug 2022 17:21:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/599b33fa-7f64-4b8b-9218-ad3dee49c6b0'} Body: b'' 2022-08-22 17:21:04,911 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/04847c12-f8f4-4cd8-aae7-d4978eaf94a1 1.396s 2022-08-22 17:21:04,911 123989 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-93e186af-b6dc-49ab-8b38-b323c2bef027', 'date': 'Mon, 22 Aug 2022 17:21:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/04847c12-f8f4-4cd8-aae7-d4978eaf94a1'} Body: b'' 2022-08-22 17:21:06,062 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/04983873-770e-4898-898f-5e7a4b1eab22 1.151s 2022-08-22 17:21:06,063 123989 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-e08dde68-f771-402e-9915-dee39acd0627', 'date': 'Mon, 22 Aug 2022 17:21:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/04983873-770e-4898-898f-5e7a4b1eab22'} Body: b'' 2022-08-22 17:21:08,062 123989 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/7f6c7383-ba3e-4d9f-bc1c-338c783c6a83 1.998s 2022-08-22 17:21:08,062 123989 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-25a235aa-2d3d-4b62-a4ca-c183da7f16ec', 'date': 'Mon, 22 Aug 2022 17:21:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/7f6c7383-ba3e-4d9f-bc1c-338c783c6a83'} 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-22 17:20:14,269 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes 2.386s 2022-08-22 17:20:14,270 123980 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-1871262954", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7635d8-c042-4883-bf22-22b29953b8c9', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7635d8-c042-4883-bf22-22b29953b8c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:13.805486", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:20:14,416 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.136s 2022-08-22 17:20:14,417 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f58d4b-6ae7-448a-afdf-9e856179d41f', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f58d4b-6ae7-448a-afdf-9e856179d41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:15,564 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.136s 2022-08-22 17:20:15,564 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d97b52c-9768-45e5-b22c-bbb1c624e80d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d97b52c-9768-45e5-b22c-bbb1c624e80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:16,728 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.151s 2022-08-22 17:20:16,728 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b16feb-7c56-4f7c-9312-209f29f945a4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b16feb-7c56-4f7c-9312-209f29f945a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:17,868 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.121s 2022-08-22 17:20:17,868 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b06a6c-8ebb-403e-a401-e66fd9e39b93', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b06a6c-8ebb-403e-a401-e66fd9e39b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:19,004 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.115s 2022-08-22 17:20:19,004 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbbd1e33-0067-4a02-9850-3153e17b79cf', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbbd1e33-0067-4a02-9850-3153e17b79cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:20,205 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.184s 2022-08-22 17:20:20,205 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0609d51c-57e3-4de7-bc12-46ddf8b5b393', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0609d51c-57e3-4de7-bc12-46ddf8b5b393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:21,300 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.077s 2022-08-22 17:20:21,300 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ce5dfc-7ff9-4d4e-ab90-9731de88ab08', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ce5dfc-7ff9-4d4e-ab90-9731de88ab08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:22,423 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.110s 2022-08-22 17:20:22,423 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d22ab4-de63-4ebf-a95a-0475155ea04b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d22ab4-de63-4ebf-a95a-0475155ea04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:23,499 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.057s 2022-08-22 17:20:23,499 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2625e8d9-fab4-4bfd-be37-f77faf6a2ea6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2625e8d9-fab4-4bfd-be37-f77faf6a2ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:24,661 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.150s 2022-08-22 17:20:24,662 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c23e57-e2e5-4452-a76e-30e07ca6fa88', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c23e57-e2e5-4452-a76e-30e07ca6fa88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:25,815 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.141s 2022-08-22 17:20:25,815 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aad912ca-d2f5-4411-9575-5840682abc47', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aad912ca-d2f5-4411-9575-5840682abc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:26,970 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.129s 2022-08-22 17:20:26,970 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7acf8323-dc73-45da-9b88-6f21e3b3eecc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acf8323-dc73-45da-9b88-6f21e3b3eecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:28,083 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.099s 2022-08-22 17:20:28,083 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba323b02-9815-4afb-84d4-b64d9ae5136d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba323b02-9815-4afb-84d4-b64d9ae5136d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:29,198 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.102s 2022-08-22 17:20:29,198 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d131c6bc-37a7-42c5-9501-d03733b6742b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d131c6bc-37a7-42c5-9501-d03733b6742b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:30,374 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.164s 2022-08-22 17:20:30,375 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0897894-d535-4358-90ee-9da6e790a2e7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0897894-d535-4358-90ee-9da6e790a2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:31,499 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.113s 2022-08-22 17:20:31,499 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea25150-03b3-45ae-988b-9123a84af8ba', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea25150-03b3-45ae-988b-9123a84af8ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:32,652 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.137s 2022-08-22 17:20:32,652 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a376800c-8676-48f9-9528-0723df6be08c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a376800c-8676-48f9-9528-0723df6be08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:33,749 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.085s 2022-08-22 17:20:33,749 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae4d935-2287-4631-af4e-91230b539b96', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae4d935-2287-4631-af4e-91230b539b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:34,863 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.102s 2022-08-22 17:20:34,864 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42342e70-136c-4d4f-a258-dcf98e37b73d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42342e70-136c-4d4f-a258-dcf98e37b73d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:35,973 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.098s 2022-08-22 17:20:35,973 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650c6ba5-a93b-4b68-abc3-51ec8679fbc1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650c6ba5-a93b-4b68-abc3-51ec8679fbc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:37,100 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.115s 2022-08-22 17:20:37,100 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d158e686-6589-4300-80cb-d2da021a8dc8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d158e686-6589-4300-80cb-d2da021a8dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:38,186 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.070s 2022-08-22 17:20:38,186 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd3983f-2d0a-4ab2-8824-968b1e8e6806', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd3983f-2d0a-4ab2-8824-968b1e8e6806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:39,319 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.120s 2022-08-22 17:20:39,320 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217c9613-559e-4d59-926b-9f183c091193', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217c9613-559e-4d59-926b-9f183c091193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:40,387 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.052s 2022-08-22 17:20:40,388 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f071e7ea-403c-4747-a2ab-322130a4e00b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f071e7ea-403c-4747-a2ab-322130a4e00b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:41,518 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.117s 2022-08-22 17:20:41,519 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c255158-66e6-453e-bd58-cf2ed8e85c99', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c255158-66e6-453e-bd58-cf2ed8e85c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:42,683 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.142s 2022-08-22 17:20:42,684 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00303ecb-5889-488a-ae71-040ca6b82853', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00303ecb-5889-488a-ae71-040ca6b82853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:43,811 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.115s 2022-08-22 17:20:43,812 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a44c409-4d41-43ee-807b-22dda3dcf9c8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a44c409-4d41-43ee-807b-22dda3dcf9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:44,944 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.120s 2022-08-22 17:20:44,944 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf210c3-751b-4bf1-9b04-4ebccd07741e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf210c3-751b-4bf1-9b04-4ebccd07741e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:46,068 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.111s 2022-08-22 17:20:46,068 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f86f33-7d0d-482e-8708-6ba7f824d6f2', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f86f33-7d0d-482e-8708-6ba7f824d6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:47,174 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.094s 2022-08-22 17:20:47,175 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7c8aa02-c2c4-40b1-9f41-22eff69de57f', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7c8aa02-c2c4-40b1-9f41-22eff69de57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:48,301 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.114s 2022-08-22 17:20:48,301 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0384f8ea-d747-4294-be04-deea1cbe3a15', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0384f8ea-d747-4294-be04-deea1cbe3a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:49,421 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.108s 2022-08-22 17:20:49,422 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af72875-11f9-41f9-acb7-af2ad91a5fe3', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af72875-11f9-41f9-acb7-af2ad91a5fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:50,524 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.091s 2022-08-22 17:20:50,525 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f725f776-1d73-4efc-89cf-46a21a4c8e47', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f725f776-1d73-4efc-89cf-46a21a4c8e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:51,668 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.131s 2022-08-22 17:20:51,668 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238e4b30-8d27-4844-a851-cbde0d363f05', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238e4b30-8d27-4844-a851-cbde0d363f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:52,767 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.087s 2022-08-22 17:20:52,768 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a526c4d-5b33-4648-9637-71a4ba0539eb', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a526c4d-5b33-4648-9637-71a4ba0539eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:53,883 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.102s 2022-08-22 17:20:53,885 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b54b5d-4485-4dc8-b9ba-d0c637cb5952', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b54b5d-4485-4dc8-b9ba-d0c637cb5952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:55,009 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.113s 2022-08-22 17:20:55,009 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d81a18-a017-46ed-a86e-067d1bc7d19b', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d81a18-a017-46ed-a86e-067d1bc7d19b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:56,100 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.078s 2022-08-22 17:20:56,100 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d37cdee-eb8c-45c2-883d-7197f63c8eea', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d37cdee-eb8c-45c2-883d-7197f63c8eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:57,271 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.158s 2022-08-22 17:20:57,271 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5c9b66-4351-4cc1-ad07-2b62a732cc53', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5c9b66-4351-4cc1-ad07-2b62a732cc53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:58,380 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.097s 2022-08-22 17:20:58,380 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29591e8f-775c-4c4c-809a-7ec4b55f5370', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29591e8f-775c-4c4c-809a-7ec4b55f5370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:45.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:59,522 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c 0.128s 2022-08-22 17:20:59,523 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09fe470-bf47-48ce-9562-133a7145a574', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09fe470-bf47-48ce-9562-133a7145a574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c'} Body: b'{"volume": {"id": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:14.000000", "updated_at": "2022-08-22T17:20:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871262954", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/def7e7bc-3a02-4f80-93d2-3e718670d49c"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:20:59,534 123980 INFO [tempest.common.waiters] volume def7e7bc-3a02-4f80-93d2-3e718670d49c reached available after waiting for 45.534733 seconds 2022-08-22 17:21:00,374 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes 0.839s 2022-08-22 17:21:00,375 123980 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-24495704"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5ccf2b-190e-4df3-9acd-417766d24c8d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5ccf2b-190e-4df3-9acd-417766d24c8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes'} Body: b'{"volume": {"id": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:20:59.966869", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-24495704", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:21:00,444 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa 0.059s 2022-08-22 17:21:00,444 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f36e2b-d42a-40de-98d3-82cdef6fed74', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f36e2b-d42a-40de-98d3-82cdef6fed74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa'} Body: b'{"volume": {"id": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:00.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-24495704", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:01,587 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa 0.130s 2022-08-22 17:21:01,588 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73cd36b-0a7b-40db-9f10-4eaba02731f0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73cd36b-0a7b-40db-9f10-4eaba02731f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa'} Body: b'{"volume": {"id": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:00.000000", "updated_at": "2022-08-22T17:21:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-24495704", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:02,741 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa 0.141s 2022-08-22 17:21:02,741 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb18190-eee1-4c7e-a326-aecc690b87c2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb18190-eee1-4c7e-a326-aecc690b87c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa'} Body: b'{"volume": {"id": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:00.000000", "updated_at": "2022-08-22T17:21:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-24495704", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:03,866 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa 0.111s 2022-08-22 17:21:03,867 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cbe1a3-a8ff-4eed-b5b5-daa601db90ca', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cbe1a3-a8ff-4eed-b5b5-daa601db90ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa'} Body: b'{"volume": {"id": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:00.000000", "updated_at": "2022-08-22T17:21:03.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-24495704", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:03,877 123980 INFO [tempest.common.waiters] volume f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa reached available after waiting for 3.877836 seconds 2022-08-22 17:21:04,828 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes 0.949s 2022-08-22 17:21:04,828 123980 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-753507636"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2d2b6d-360f-4070-9222-2df876b826e2', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2d2b6d-360f-4070-9222-2df876b826e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes'} Body: b'{"volume": {"id": "7b941a30-6baf-4cb2-bb04-ed6b14a99892", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:04.417962", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753507636", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:21:04,989 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892 0.151s 2022-08-22 17:21:04,990 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58cfa8a2-cbe3-4ef4-a8ab-6886b920e084', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58cfa8a2-cbe3-4ef4-a8ab-6886b920e084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892'} Body: b'{"volume": {"id": "7b941a30-6baf-4cb2-bb04-ed6b14a99892", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:04.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-753507636", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:06,111 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892 0.109s 2022-08-22 17:21:06,112 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfa53e0-2fdf-4d76-b029-2ac5cd5bfcc9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfa53e0-2fdf-4d76-b029-2ac5cd5bfcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892'} Body: b'{"volume": {"id": "7b941a30-6baf-4cb2-bb04-ed6b14a99892", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:04.000000", "updated_at": "2022-08-22T17:21:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-753507636", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:07,261 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892 0.133s 2022-08-22 17:21:07,261 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84caa2a2-a113-4a53-9f45-4a9ce5e96d6f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84caa2a2-a113-4a53-9f45-4a9ce5e96d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892'} Body: b'{"volume": {"id": "7b941a30-6baf-4cb2-bb04-ed6b14a99892", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:21:04.000000", "updated_at": "2022-08-22T17:21:07.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-753507636", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/1404ae20b8c34b61a77e581568896161/volumes/7b941a30-6baf-4cb2-bb04-ed6b14a99892"}], "user_id": "7fe36891ec61436091da7ecb1b8f2228", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:07,275 123980 INFO [tempest.common.waiters] volume 7b941a30-6baf-4cb2-bb04-ed6b14a99892 reached available after waiting for 2.275032 seconds 2022-08-22 17:21:08,107 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.830s 2022-08-22 17:21:08,108 123980 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-1797465300"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b9e09c13-e60b-4f0d-b113-ab6ec4561102', 'date': 'Mon, 22 Aug 2022 17:21:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"4f0848fb-51b8-493f-8439-70fe570b5aa6","name":"tempest-device-tagging-net1-1797465300","tenant_id":"1404ae20b8c34b61a77e581568896161","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1404ae20b8c34b61a77e581568896161","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:07Z","updated_at":"2022-08-22T17:21:07Z","revision_number":1}}' 2022-08-22 17:21:09,361 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.252s 2022-08-22 17:21:09,361 123980 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-1527014687"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f3f08edb-bc4f-4fec-83ca-b1527e982023', 'date': 'Mon, 22 Aug 2022 17:21:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"6ef437b4-c84b-460e-bc52-3895c1574500","name":"tempest-device-tagging-net2-1527014687","tenant_id":"1404ae20b8c34b61a77e581568896161","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1404ae20b8c34b61a77e581568896161","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:21:08Z","updated_at":"2022-08-22T17:21:08Z","revision_number":1}}' 2022-08-22 17:21:10,994 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.632s 2022-08-22 17:21:10,994 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "4f0848fb-51b8-493f-8439-70fe570b5aa6", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-9d09b65d-b437-4b60-ae64-c4d58ceaab8b', 'date': 'Mon, 22 Aug 2022 17:21:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"17bdbff7-5840-48c2-8407-aa21c9f9c3b6","name":"","tenant_id":"1404ae20b8c34b61a77e581568896161","network_id":"4f0848fb-51b8-493f-8439-70fe570b5aa6","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-22T17:21:09Z","updated_at":"2022-08-22T17:21:09Z","revision_number":0,"project_id":"1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:12,619 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.624s 2022-08-22 17:21:12,620 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "6ef437b4-c84b-460e-bc52-3895c1574500", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-d69e040d-6986-4305-8c21-1419937888e0', 'date': 'Mon, 22 Aug 2022 17:21:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"1bae7090-309b-4e1b-946c-45103062cfff","name":"","tenant_id":"1404ae20b8c34b61a77e581568896161","network_id":"6ef437b4-c84b-460e-bc52-3895c1574500","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-22T17:21:11Z","updated_at":"2022-08-22T17:21:11Z","revision_number":0,"project_id":"1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:15,304 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/ports 2.683s 2022-08-22 17:21:15,304 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "4f0848fb-51b8-493f-8439-70fe570b5aa6", "name": "tempest-TaggedBootDevicesTest_v242-1184216522", "fixed_ips": [{"subnet_id": "17bdbff7-5840-48c2-8407-aa21c9f9c3b6"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-189d41f2-0b42-4bef-86bd-9b39b8615436', 'date': 'Mon, 22 Aug 2022 17:21:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"c7d6481c-cb21-41a3-bfe4-153ccc041716","name":"tempest-TaggedBootDevicesTest_v242-1184216522","network_id":"4f0848fb-51b8-493f-8439-70fe570b5aa6","tenant_id":"1404ae20b8c34b61a77e581568896161","mac_address":"fa:16:3e:8f:e0:4b","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"17bdbff7-5840-48c2-8407-aa21c9f9c3b6","ip_address":"10.1.1.100"}],"project_id":"1404ae20b8c34b61a77e581568896161","port_security_enabled":true,"security_groups":["88ea0ff8-064c-4ad1-acd7-8eed57b16bfa"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-22T17:21:13Z","updated_at":"2022-08-22T17:21:14Z","revision_number":1}}' 2022-08-22 17:21:17,847 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96:9696/networking/v2.0/ports 2.541s 2022-08-22 17:21:17,847 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "4f0848fb-51b8-493f-8439-70fe570b5aa6", "name": "tempest-TaggedBootDevicesTest_v242-178811862", "fixed_ips": [{"subnet_id": "17bdbff7-5840-48c2-8407-aa21c9f9c3b6"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-76d54462-2ee6-45de-ad19-830cb1941c9e', 'date': 'Mon, 22 Aug 2022 17:21:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"973ecb7b-cf37-400f-a65b-8b6ef81167f4","name":"tempest-TaggedBootDevicesTest_v242-178811862","network_id":"4f0848fb-51b8-493f-8439-70fe570b5aa6","tenant_id":"1404ae20b8c34b61a77e581568896161","mac_address":"fa:16:3e:45:99:c9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"17bdbff7-5840-48c2-8407-aa21c9f9c3b6","ip_address":"10.1.1.122"}],"project_id":"1404ae20b8c34b61a77e581568896161","port_security_enabled":true,"security_groups":["88ea0ff8-064c-4ad1-acd7-8eed57b16bfa"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-08-22T17:21:16Z","updated_at":"2022-08-22T17:21:17Z","revision_number":1}}' 2022-08-22 17:21:17,848 123980 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:21:17,848 123980 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:21:18,255 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.403s 2022-08-22 17:21:18,259 123980 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-990654996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMD3k1qH3TA0bFaGLsC4j3BqpTO1hT9IHV3NjTppLt/CZCoorOFpTN9/Gqru7VsMmOmKIv+tCLgd1qVTibMCfARMyx9sflUqmOtC/4AQtW+yocK3Eyq/TwkIh3+/P4YeGg=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d9956a-b6d3-420e-8cc6-ae6d8ea7b13a', 'x-compute-request-id': 'req-92d9956a-b6d3-420e-8cc6-ae6d8ea7b13a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-990654996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMD3k1qH3TA0bFaGLsC4j3BqpTO1hT9IHV3NjTppLt/CZCoorOFpTN9/Gqru7VsMmOmKIv+tCLgd1qVTibMCfARMyx9sflUqmOtC/4AQtW+yocK3Eyq/TwkIh3+/P4YeGg==", "fingerprint": "e8:ba:50:36:8b:7f:3a:8c:ed:5d:b3:c8:05:bf:98:4c", "user_id": "7fe36891ec61436091da7ecb1b8f2228"}}' 2022-08-22 17:21:18,262 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-990654996 created 2022-08-22 17:21:18,880 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.616s 2022-08-22 17:21:18,880 123980 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--466374323", "description": "tempest-description--1324591496"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-26fe706d-02ee-4d37-8dd1-c569e5b5353c', 'date': 'Mon, 22 Aug 2022 17:21:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "651e10cb-87b7-4344-be93-60e767051c80", "name": "tempest-securitygroup--466374323", "stateful": true, "tenant_id": "1404ae20b8c34b61a77e581568896161", "description": "tempest-description--1324591496", "shared": false, "security_group_rules": [{"id": "95e8fbb3-87ca-4d7e-aeed-c532abc33ca9", "tenant_id": "1404ae20b8c34b61a77e581568896161", "security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "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": 1469, "description": null, "tags": [], "created_at": "2022-08-22T17:21:18Z", "updated_at": "2022-08-22T17:21:18Z", "revision_number": 0, "project_id": "1404ae20b8c34b61a77e581568896161"}, {"id": "a7d287f8-1f8a-44cd-af0d-6f5729093644", "tenant_id": "1404ae20b8c34b61a77e581568896161", "security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "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": 1468, "description": null, "tags": [], "created_at": "2022-08-22T17:21:18Z", "updated_at": "2022-08-22T17:21:18Z", "revision_number": 0, "project_id": "1404ae20b8c34b61a77e581568896161"}], "tags": [], "created_at": "2022-08-22T17:21:18Z", "updated_at": "2022-08-22T17:21:18Z", "revision_number": 1, "project_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:19,636 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.755s 2022-08-22 17:21:19,636 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "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-99e23dd2-2784-4fb1-a02a-640deb3cf159', 'date': 'Mon, 22 Aug 2022 17:21:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "44e84fba-d59e-4ac1-8140-aee5ce05bbbf", "tenant_id": "1404ae20b8c34b61a77e581568896161", "security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "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-22T17:21:19Z", "updated_at": "2022-08-22T17:21:19Z", "revision_number": 0, "project_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:20,416 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.779s 2022-08-22 17:21:20,417 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e328642c-0866-4012-a256-9c3002efb069', 'date': 'Mon, 22 Aug 2022 17:21:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ad3bdd52-36c7-4eed-b00e-864132766974", "tenant_id": "1404ae20b8c34b61a77e581568896161", "security_group_id": "651e10cb-87b7-4344-be93-60e767051c80", "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-22T17:21:20Z", "updated_at": "2022-08-22T17:21:20Z", "revision_number": 0, "project_id": "1404ae20b8c34b61a77e581568896161"}}' 2022-08-22 17:21:20,417 123980 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--466374323 created 2022-08-22 17:21:25,450 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 5.032s 2022-08-22 17:21:25,453 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2f7f2c06-3df9-4b08-a310-d6cbc69fe07d', 'date': 'Mon, 22 Aug 2022 17:21:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "de5dc1f7-62f0-49a1-bc47-d7c215d19693", "tenant_id": "1404ae20b8c34b61a77e581568896161", "floating_ip_address": "172.25.9.107", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1404ae20b8c34b61a77e581568896161", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:21:22Z", "updated_at": "2022-08-22T17:21:22Z", "revision_number": 0}}' 2022-08-22 17:21:25,453 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'de5dc1f7-62f0-49a1-bc47-d7c215d19693', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'floating_ip_address': '172.25.9.107', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1404ae20b8c34b61a77e581568896161', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:21:22Z', 'updated_at': '2022-08-22T17:21:22Z', 'revision_number': 0, 'ip': '172.25.9.107'} created 2022-08-22 17:21:26,046 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.580s 2022-08-22 17:21:26,046 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:25 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-20b73b34-9bf1-490f-91af-42849c1867f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7fe36891ec61436091da7ecb1b8f2228", "name": "tempest-TaggedBootDevicesTest_v242-1966384244-project", "password_expires_at": null}, "audit_ids": ["kR-de-WiQx-rB1DTwumIgw"], "expires_at": "2022-08-22T18:21:25.000000Z", "issued_at": "2022-08-22T17:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1404ae20b8c34b61a77e581568896161", "name": "tempest-TaggedBootDevicesTest_v242-1966384244"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:26,047 123980 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'f8ad4ce1-42f9-481c-825a-ece09fadc18e', 'name': 'tempest-TaggedBootDevicesTest_v242-1620516206-network', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1404ae20b8c34b61a77e581568896161', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 239, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:19:35Z', 'updated_at': '2022-08-22T17:19:35Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:26,649 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.597s 2022-08-22 17:21:26,650 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:26 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-89dbc4e3-a188-4e0f-acf9-168b0b150ba5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7fe36891ec61436091da7ecb1b8f2228", "name": "tempest-TaggedBootDevicesTest_v242-1966384244-project", "password_expires_at": null}, "audit_ids": ["U-viULL0RP6P5In2UbE7mg"], "expires_at": "2022-08-22T18:21:26.000000Z", "issued_at": "2022-08-22T17:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1404ae20b8c34b61a77e581568896161", "name": "tempest-TaggedBootDevicesTest_v242-1966384244"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1404ae20b8c34b61a77e581568896161", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:21:26,650 123980 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'f8ad4ce1-42f9-481c-825a-ece09fadc18e', 'name': 'tempest-TaggedBootDevicesTest_v242-1620516206-network', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1404ae20b8c34b61a77e581568896161', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 239, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:19:35Z', 'updated_at': '2022-08-22T17:19:35Z', 'revision_number': 1} available for tenant 2022-08-22 17:21:26,651 123980 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-990654996', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMD3k1qH3TA0bFaGLsC4j3BqpTO1hT9IHV3NjTppLt/CZCoorOFpTN9/Gqru7VsMmOmKIv+tCLgd1qVTibMCfARMyx9sflUqmOtC/4AQtW+yocK3Eyq/TwkIh3+/P4YeGg==', 'fingerprint': 'e8:ba:50:36:8b:7f:3a:8c:ed:5d:b3:c8:05:bf:98:4c', 'user_id': '7fe36891ec61436091da7ecb1b8f2228', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDU9Xm6/+YA2gAvOq84s5WeDL4PMFJp9Nl8SOH10c1CxT7bilDNbzLI\nXOjxYS5yP3ygBwYFK4EEACKhZANiAATA95Nah90wNGxWhi7AuI9waqUztYU/SB1d\nzY06aS7fwmQqKKzhaUzffxqq7u1bDJjpiiL/rQi4HdalU4mzAnwETMsfbH5VKpjr\nQv+AELVvsqHCtxMqv08JCId/vz+GHho=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '651e10cb-87b7-4344-be93-60e767051c80', 'name': 'tempest-securitygroup--466374323', 'stateful': True, 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'description': 'tempest-description--1324591496', 'shared': False, 'security_group_rules': [{'id': '95e8fbb3-87ca-4d7e-aeed-c532abc33ca9', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'security_group_id': '651e10cb-87b7-4344-be93-60e767051c80', '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': 1469, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:21:18Z', 'updated_at': '2022-08-22T17:21:18Z', 'revision_number': 0, 'project_id': '1404ae20b8c34b61a77e581568896161'}, {'id': 'a7d287f8-1f8a-44cd-af0d-6f5729093644', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'security_group_id': '651e10cb-87b7-4344-be93-60e767051c80', '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': 1468, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:21:18Z', 'updated_at': '2022-08-22T17:21:18Z', 'revision_number': 0, 'project_id': '1404ae20b8c34b61a77e581568896161'}], 'tags': [], 'created_at': '2022-08-22T17:21:18Z', 'updated_at': '2022-08-22T17:21:18Z', 'revision_number': 1, 'project_id': '1404ae20b8c34b61a77e581568896161'}, 'floating_ip': {'id': 'de5dc1f7-62f0-49a1-bc47-d7c215d19693', 'tenant_id': '1404ae20b8c34b61a77e581568896161', 'floating_ip_address': '172.25.9.107', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1404ae20b8c34b61a77e581568896161', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:21:22Z', 'updated_at': '2022-08-22T17:21:22Z', 'revision_number': 0, 'ip': '172.25.9.107'}} 2022-08-22 17:21:28,658 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://10.222.0.96/compute/v2.1/servers 2.006s 2022-08-22 17:21:28,659 123980 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-415922671", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "f8ad4ce1-42f9-481c-825a-ece09fadc18e"}, {"port": "c7d6481c-cb21-41a3-bfe4-153ccc041716", "tag": "port-1"}, {"port": "973ecb7b-cf37-400f-a65b-8b6ef81167f4", "tag": "port-2"}, {"uuid": "4f0848fb-51b8-493f-8439-70fe570b5aa6", "tag": "net-1"}, {"uuid": "4f0848fb-51b8-493f-8439-70fe570b5aa6"}, {"uuid": "6ef437b4-c84b-460e-bc52-3895c1574500", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "6ef437b4-c84b-460e-bc52-3895c1574500", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "def7e7bc-3a02-4f80-93d2-3e718670d49c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "f1ed7eb1-6f2a-4986-9e17-255e8e2ad1aa", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "7b941a30-6baf-4cb2-bb04-ed6b14a99892", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--466374323"}], "key_name": "tempest-keypair-990654996", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:26 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-e12d3d47-5002-45cf-8cd1-af25f2ae1057', 'x-compute-request-id': 'req-e12d3d47-5002-45cf-8cd1-af25f2ae1057', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:21:28,860 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-990654996 0.199s 2022-08-22 17:21:28,861 123980 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': 'Mon, 22 Aug 2022 17:21:28 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-9327afd0-8f6f-426f-aa8f-7109d58944ce', 'x-compute-request-id': 'req-9327afd0-8f6f-426f-aa8f-7109d58944ce', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-990654996'} Body: b'' 2022-08-22 17:21:29,638 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/651e10cb-87b7-4344-be93-60e767051c80 0.776s 2022-08-22 17:21:29,638 123980 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-aba05940-d33a-4daf-adb3-274766ac45be', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:21:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/651e10cb-87b7-4344-be93-60e767051c80'} Body: b'' 2022-08-22 17:21:29,698 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/651e10cb-87b7-4344-be93-60e767051c80 0.059s 2022-08-22 17:21:29,699 123980 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-7fceff26-2caf-4f9c-ab82-a9bfc8c8d740', 'date': 'Mon, 22 Aug 2022 17:21:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/651e10cb-87b7-4344-be93-60e767051c80'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 651e10cb-87b7-4344-be93-60e767051c80 does not exist", "detail": ""}}' 2022-08-22 17:21:32,297 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/de5dc1f7-62f0-49a1-bc47-d7c215d19693 2.597s 2022-08-22 17:21:32,298 123980 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-e4cda024-bea5-4857-895b-2e0cf3af44d2', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:21:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/de5dc1f7-62f0-49a1-bc47-d7c215d19693'} Body: b'' 2022-08-22 17:21:35,021 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/ports/973ecb7b-cf37-400f-a65b-8b6ef81167f4 2.716s 2022-08-22 17:21:35,021 123980 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-31d546bf-fc8d-40e1-a234-4e4d3ca13484', 'date': 'Mon, 22 Aug 2022 17:21:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports/973ecb7b-cf37-400f-a65b-8b6ef81167f4'} Body: b'' 2022-08-22 17:21:36,705 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/ports/c7d6481c-cb21-41a3-bfe4-153ccc041716 1.683s 2022-08-22 17:21:36,706 123980 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-85d68a69-158b-4f9d-aafe-ded737c92fc3', 'date': 'Mon, 22 Aug 2022 17:21:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/ports/c7d6481c-cb21-41a3-bfe4-153ccc041716'} Body: b'' 2022-08-22 17:21:37,575 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/1bae7090-309b-4e1b-946c-45103062cfff 0.868s 2022-08-22 17:21:37,576 123980 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-738d907d-3164-4add-bbb0-5c3f258b4bba', 'date': 'Mon, 22 Aug 2022 17:21:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/1bae7090-309b-4e1b-946c-45103062cfff'} Body: b'' 2022-08-22 17:21:40,067 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/17bdbff7-5840-48c2-8407-aa21c9f9c3b6 2.491s 2022-08-22 17:21:40,068 123980 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-4397ff79-c147-4ef6-8543-2e283e316f39', 'date': 'Mon, 22 Aug 2022 17:21:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/17bdbff7-5840-48c2-8407-aa21c9f9c3b6'} Body: b'' 2022-08-22 17:21:41,065 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/6ef437b4-c84b-460e-bc52-3895c1574500 0.997s 2022-08-22 17:21:41,065 123980 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-2d73863e-640d-45f4-8b6b-81b4f073a8fd', 'date': 'Mon, 22 Aug 2022 17:21:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/6ef437b4-c84b-460e-bc52-3895c1574500'} Body: b'' 2022-08-22 17:21:41,805 123980 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/4f0848fb-51b8-493f-8439-70fe570b5aa6 0.739s 2022-08-22 17:21:41,806 123980 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-90e233fd-a68f-4de4-a012-5fdf052ec0c3', 'date': 'Mon, 22 Aug 2022 17:21:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/4f0848fb-51b8-493f-8439-70fe570b5aa6'} 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-22 17:22:49,794 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.507s 2022-08-22 17:22:49,795 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-5f258714-6d3d-4827-b126-a3d28bc91595', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3988a822a1d14222b46a3524e8c6f337", "name": "tempest-ServerDiskConfigTestJSON-758594752-project", "password_expires_at": null}, "audit_ids": ["4P6xAyVbS-mtP9AC6nmGPg"], "expires_at": "2022-08-22T18:22:49.000000Z", "issued_at": "2022-08-22T17:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "455343567a0d4a83a490b6b72f5d57e6", "name": "tempest-ServerDiskConfigTestJSON-758594752"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:49,795 123980 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': '04128683-7f55-4d11-9f50-9969d3a0763b', 'name': 'tempest-ServerDiskConfigTestJSON-2099804828-network', 'tenant_id': '455343567a0d4a83a490b6b72f5d57e6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '455343567a0d4a83a490b6b72f5d57e6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 242, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:28Z', 'updated_at': '2022-08-22T17:22:29Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:51,647 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 500 POST http://10.222.0.96/compute/v2.1/servers 1.851s 2022-08-22 17:22:51,648 123980 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-1281472631", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "04128683-7f55-4d11-9f50-9969d3a0763b"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-7edc5e8c-15c9-4f23-b764-eec85dac0161', 'x-compute-request-id': 'req-7edc5e8c-15c9-4f23-b764-eec85dac0161', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:51,923 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.261s 2022-08-22 17:22:51,924 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:51 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-3cab2d04-43e8-45e5-ba33-861cae622cb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3988a822a1d14222b46a3524e8c6f337", "name": "tempest-ServerDiskConfigTestJSON-758594752-project", "password_expires_at": null}, "audit_ids": ["Pvbb7QI0TCWXsqmeiN1xEQ"], "expires_at": "2022-08-22T18:22:51.000000Z", "issued_at": "2022-08-22T17:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "455343567a0d4a83a490b6b72f5d57e6", "name": "tempest-ServerDiskConfigTestJSON-758594752"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:51,924 123980 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': '04128683-7f55-4d11-9f50-9969d3a0763b', 'name': 'tempest-ServerDiskConfigTestJSON-2099804828-network', 'tenant_id': '455343567a0d4a83a490b6b72f5d57e6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '455343567a0d4a83a490b6b72f5d57e6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 242, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:28Z', 'updated_at': '2022-08-22T17:22:29Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:53,325 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 500 POST http://10.222.0.96/compute/v2.1/servers 1.399s 2022-08-22 17:22:53,325 123980 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-1242629607", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "04128683-7f55-4d11-9f50-9969d3a0763b"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-ec3daf4b-16b3-475a-9e9a-545b4fad3396', 'x-compute-request-id': 'req-ec3daf4b-16b3-475a-9e9a-545b4fad3396', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:53,676 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.343s 2022-08-22 17:22:53,676 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9d7503cb-13cf-461b-80ef-6761d1b4fbfd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3988a822a1d14222b46a3524e8c6f337", "name": "tempest-ServerDiskConfigTestJSON-758594752-project", "password_expires_at": null}, "audit_ids": ["nsGh36llRa6eRC6rCrmS0A"], "expires_at": "2022-08-22T18:22:53.000000Z", "issued_at": "2022-08-22T17:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "455343567a0d4a83a490b6b72f5d57e6", "name": "tempest-ServerDiskConfigTestJSON-758594752"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/455343567a0d4a83a490b6b72f5d57e6", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:53,677 123980 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': '04128683-7f55-4d11-9f50-9969d3a0763b', 'name': 'tempest-ServerDiskConfigTestJSON-2099804828-network', 'tenant_id': '455343567a0d4a83a490b6b72f5d57e6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '455343567a0d4a83a490b6b72f5d57e6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 242, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:28Z', 'updated_at': '2022-08-22T17:22:29Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:54,761 123980 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 500 POST http://10.222.0.96/compute/v2.1/servers 1.083s 2022-08-22 17:22:54,762 123980 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-304687775", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "04128683-7f55-4d11-9f50-9969d3a0763b"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-1ad71de4-a09f-4a66-8c2f-1caa3ca2fd49', 'x-compute-request-id': 'req-1ad71de4-a09f-4a66-8c2f-1caa3ca2fd49', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:48:18,086 177485 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.034s 2022-08-22 17:48:18,087 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48:18 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-ef00eeeb-0b05-482f-9634-48e60f4cffbc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f5a988c194c347e5b368cae7195f2f92", "name": "tempest-ServerDiskConfigTestJSON-1699135407-project", "password_expires_at": null}, "audit_ids": ["X2HDjo1fSrS43ewzL9haNQ"], "expires_at": "2022-08-22T18:48:18.000000Z", "issued_at": "2022-08-22T17:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e69e18b597b43eba4763e14ca201334", "name": "tempest-ServerDiskConfigTestJSON-1699135407"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:48:18,087 177485 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': '7bc46ebe-7c6d-4593-832a-f5ab864ee661', 'name': 'tempest-ServerDiskConfigTestJSON-1128312800-network', 'tenant_id': '6e69e18b597b43eba4763e14ca201334', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e69e18b597b43eba4763e14ca201334', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 243, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:48:12Z', 'updated_at': '2022-08-22T17:48:12Z', 'revision_number': 1} available for tenant 2022-08-22 17:48:18,502 177485 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 500 POST http://10.222.0.96/compute/v2.1/servers 0.414s 2022-08-22 17:48:18,502 177485 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-2133395049", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "7bc46ebe-7c6d-4593-832a-f5ab864ee661"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48: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-88f1a90a-f613-4fd4-98c7-4d087fb14e1f', 'x-compute-request-id': 'req-88f1a90a-f613-4fd4-98c7-4d087fb14e1f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:48:18,553 177485 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.042s 2022-08-22 17:48:18,553 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48:18 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-4f38d129-111d-45ae-8ba4-358c8c1e476e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f5a988c194c347e5b368cae7195f2f92", "name": "tempest-ServerDiskConfigTestJSON-1699135407-project", "password_expires_at": null}, "audit_ids": ["U3DB4l9dTCin44pDqvnXBg"], "expires_at": "2022-08-22T18:48:18.000000Z", "issued_at": "2022-08-22T17:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e69e18b597b43eba4763e14ca201334", "name": "tempest-ServerDiskConfigTestJSON-1699135407"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/6e69e18b597b43eba4763e14ca201334", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:48:18,554 177485 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': '7bc46ebe-7c6d-4593-832a-f5ab864ee661', 'name': 'tempest-ServerDiskConfigTestJSON-1128312800-network', 'tenant_id': '6e69e18b597b43eba4763e14ca201334', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e69e18b597b43eba4763e14ca201334', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 243, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:48:12Z', 'updated_at': '2022-08-22T17:48:12Z', 'revision_number': 1} available for tenant 2022-08-22 17:48:18,855 177485 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 500 POST http://10.222.0.96/compute/v2.1/servers 0.300s 2022-08-22 17:48:18,856 177485 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-1109876726", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "7bc46ebe-7c6d-4593-832a-f5ab864ee661"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:48: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-d6f27305-9e61-498d-a068-19259838b71a', 'x-compute-request-id': 'req-d6f27305-9e61-498d-a068-19259838b71a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:00,242 123990 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.753s 2022-08-22 17:22:00,243 123990 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:21:59 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-3d5e4643-2938-4b37-80fb-482c2dbb9ab4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d5de2c5cfa624f7ba48cf13d3d75ed0b", "name": "tempest-InstanceActionsV221TestJSON-70048022-project", "password_expires_at": null}, "audit_ids": ["_Y_vTLMURRy3SLUjG2bxyw"], "expires_at": "2022-08-22T18:22:00.000000Z", "issued_at": "2022-08-22T17:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84233887eb254d618f287d5c063ca0eb", "name": "tempest-InstanceActionsV221TestJSON-70048022"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/84233887eb254d618f287d5c063ca0eb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_84233887eb254d618f287d5c063ca0eb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/84233887eb254d618f287d5c063ca0eb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/84233887eb254d618f287d5c063ca0eb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:00,243 123990 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '7236c43f-4d4b-4d59-a19d-0db71a5ad212', 'name': 'tempest-InstanceActionsV221TestJSON-170719338-network', 'tenant_id': '84233887eb254d618f287d5c063ca0eb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84233887eb254d618f287d5c063ca0eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 217, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:21:43Z', 'updated_at': '2022-08-22T17:21:43Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:02,425 123990 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 500 POST http://10.222.0.96/compute/v2.1/servers 2.180s 2022-08-22 17:22:02,426 123990 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-111150647", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "7236c43f-4d4b-4d59-a19d-0db71a5ad212"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:00 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-fe89f0fc-fa05-4fa6-a6c2-7e6bf00fa363', 'x-compute-request-id': 'req-fe89f0fc-fa05-4fa6-a6c2-7e6bf00fa363', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:16:40,739 123992 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.081s 2022-08-22 17:16:40,740 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16:40 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-28def4bb-689a-4cfb-95ef-fd5864be5bfa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8ce6b9e8aa2346e8aa863490aba21ffb", "name": "tempest-MultipleCreateTestJSON-1084633261-project", "password_expires_at": null}, "audit_ids": ["ATJOK5IOSvS2Y2xsjKRKPg"], "expires_at": "2022-08-22T18:16:40.000000Z", "issued_at": "2022-08-22T17:16:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a4436ab771e4ee099655f1602bbf57d", "name": "tempest-MultipleCreateTestJSON-1084633261"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:16:40,740 123992 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': '8ea3a711-8859-43b3-9908-f67eea9c705a', 'name': 'tempest-MultipleCreateTestJSON-1867908366-network', 'tenant_id': '4a4436ab771e4ee099655f1602bbf57d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a4436ab771e4ee099655f1602bbf57d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 236, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:16:26Z', 'updated_at': '2022-08-22T17:16:27Z', 'revision_number': 1} available for tenant 2022-08-22 17:16:42,326 123992 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 500 POST http://10.222.0.96/compute/v2.1/servers 1.584s 2022-08-22 17:16:42,326 123992 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-597241085", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "min_count": 2, "networks": [{"uuid": "8ea3a711-8859-43b3-9908-f67eea9c705a"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16: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-b73116da-5ad9-4111-a047-db147cefe95d', 'x-compute-request-id': 'req-b73116da-5ad9-4111-a047-db147cefe95d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:16:42,870 123992 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.526s 2022-08-22 17:16:42,871 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16: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-cd0303b9-961f-48f8-91aa-7f7dab2ed4a3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8ce6b9e8aa2346e8aa863490aba21ffb", "name": "tempest-MultipleCreateTestJSON-1084633261-project", "password_expires_at": null}, "audit_ids": ["9Dr5WKQURECQmVauVG5iDg"], "expires_at": "2022-08-22T18:16:42.000000Z", "issued_at": "2022-08-22T17:16:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a4436ab771e4ee099655f1602bbf57d", "name": "tempest-MultipleCreateTestJSON-1084633261"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4a4436ab771e4ee099655f1602bbf57d", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:16:42,871 123992 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': '8ea3a711-8859-43b3-9908-f67eea9c705a', 'name': 'tempest-MultipleCreateTestJSON-1867908366-network', 'tenant_id': '4a4436ab771e4ee099655f1602bbf57d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4a4436ab771e4ee099655f1602bbf57d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 236, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:16:26Z', 'updated_at': '2022-08-22T17:16:27Z', 'revision_number': 1} available for tenant 2022-08-22 17:16:43,438 123992 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 500 POST http://10.222.0.96/compute/v2.1/servers 0.566s 2022-08-22 17:16:43,439 123992 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-1791725778", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "8ea3a711-8859-43b3-9908-f67eea9c705a"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:16: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-d3140610-8059-4f0d-8bb1-d33e7462fb21', 'x-compute-request-id': 'req-d3140610-8059-4f0d-8bb1-d33e7462fb21', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:17:31,689 123992 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.180s 2022-08-22 17:17:31,690 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-594324f2-80ee-40ff-ad2a-5ea6ca13e3f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b81ffc2da871454ba703addb45a8e31f", "name": "tempest-ServerGroupTestJSON-326094343-project", "password_expires_at": null}, "audit_ids": ["O-4g3203ScWy-43jXuN4mA"], "expires_at": "2022-08-22T18:17:31.000000Z", "issued_at": "2022-08-22T17:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e503218e8c274c6da9ea8b827068f2eb", "name": "tempest-ServerGroupTestJSON-326094343"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e503218e8c274c6da9ea8b827068f2eb", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e503218e8c274c6da9ea8b827068f2eb", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e503218e8c274c6da9ea8b827068f2eb", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e503218e8c274c6da9ea8b827068f2eb", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:17:31,690 123992 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'ac2d5cb0-3ed4-4987-a08a-9340899542f2', 'name': 'tempest-ServerGroupTestJSON-1446017338-network', 'tenant_id': 'e503218e8c274c6da9ea8b827068f2eb', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e503218e8c274c6da9ea8b827068f2eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:17:08Z', 'updated_at': '2022-08-22T17:17:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:17:32,287 123992 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 500 POST http://10.222.0.96/compute/v2.1/servers 0.595s 2022-08-22 17:17:32,287 123992 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-1659917544", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "ac2d5cb0-3ed4-4987-a08a-9340899542f2"}]}, "os:scheduler_hints": {"group": "d1ff068e-36a0-4136-a4dc-8dbe5be013ab"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:17: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-22825be9-9362-4bdc-a757-11100338d734', 'x-compute-request-id': 'req-22825be9-9362-4bdc-a757-11100338d734', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:21,250 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.264s 2022-08-22 17:22:21,250 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f042d00a-b2df-46d6-b1e7-73ca05bc3d75', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["FQB0LjMQTqqtvsisdJG4OQ"], "expires_at": "2022-08-22T18:22:21.000000Z", "issued_at": "2022-08-22T17:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:21,251 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:23,555 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 500 POST http://10.222.0.96/compute/v2.1/servers 2.303s 2022-08-22 17:22:23,555 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-\u20a1-1662518454", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-ba2a3bdd-3095-449f-a7cd-a9c6cc44a699', 'x-compute-request-id': 'req-ba2a3bdd-3095-449f-a7cd-a9c6cc44a699', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:23,556 123989 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-22 17:22:24,528 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.950s 2022-08-22 17:22:24,528 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0914492f-13f5-480a-9658-d31759d5e0e4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["9H5u4hHpSN20BIS8aWz3_A"], "expires_at": "2022-08-22T18:22:24.000000Z", "issued_at": "2022-08-22T17:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:24,535 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_admin_password) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:25,566 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_admin_password): 500 POST http://10.222.0.96/compute/v2.1/servers 1.030s 2022-08-22 17:22:25,566 123989 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-971107169", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "testpassword", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-c2bc00ea-b659-420f-a9c1-038a21a5deda', 'x-compute-request-id': 'req-c2bc00ea-b659-420f-a9c1-038a21a5deda', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:26,000 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.420s 2022-08-22 17:22:26,000 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:25 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-dd3c4726-024d-430a-9623-bd07c1a1ef6a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["Dc1Oq4AERf-twIJX3kcdLA"], "expires_at": "2022-08-22T18:22:25.000000Z", "issued_at": "2022-08-22T17:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:26,001 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:27,570 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 500 POST http://10.222.0.96/compute/v2.1/servers 1.568s 2022-08-22 17:22:27,570 123989 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-747193369", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-08803484-aae9-4550-bc1a-307260a3ff3a', 'x-compute-request-id': 'req-08803484-aae9-4550-bc1a-307260a3ff3a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:27,823 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.246s 2022-08-22 17:22:27,823 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-key-248662822", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFu9b6D7xuKaGtGF7MC/gafprY9uJ64nXdW90NTQKxMlG/oSV5MnCSe5dnomPg/IDpDXv1Pj6a7G75eazIQl7UQMWypzK2b9BFOoXcWTE+r1ePhw021SupTCUKdWY5nqug=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c76dcbfe-0d98-4637-bd16-7cee7e0dcfef', 'x-compute-request-id': 'req-c76dcbfe-0d98-4637-bd16-7cee7e0dcfef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-key-248662822", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFu9b6D7xuKaGtGF7MC/gafprY9uJ64nXdW90NTQKxMlG/oSV5MnCSe5dnomPg/IDpDXv1Pj6a7G75eazIQl7UQMWypzK2b9BFOoXcWTE+r1ePhw021SupTCUKdWY5nqug==", "fingerprint": "b4:81:33:9e:64:99:45:ed:1b:51:7e:62:46:e4:ec:6f", "user_id": "55a5dbd5bfce4e8da7446ca4e7388dcd"}}' 2022-08-22 17:22:27,863 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.222.0.96/compute/v2.1/os-keypairs 0.033s 2022-08-22 17:22:27,868 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c64db0f-df76-4143-bc46-dab3d0c28eef', 'x-compute-request-id': 'req-8c64db0f-df76-4143-bc46-dab3d0c28eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-248662822", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFu9b6D7xuKaGtGF7MC/gafprY9uJ64nXdW90NTQKxMlG/oSV5MnCSe5dnomPg/IDpDXv1Pj6a7G75eazIQl7UQMWypzK2b9BFOoXcWTE+r1ePhw021SupTCUKdWY5nqug==", "fingerprint": "b4:81:33:9e:64:99:45:ed:1b:51:7e:62:46:e4:ec:6f"}}]}' 2022-08-22 17:22:28,601 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.725s 2022-08-22 17:22:28,601 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a5527d51-77cb-463e-80df-1d2fe1306930', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["M89x_dPzQQGmio7pyWAxXw"], "expires_at": "2022-08-22T18:22:28.000000Z", "issued_at": "2022-08-22T17:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:28,602 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:29,192 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 500 POST http://10.222.0.96/compute/v2.1/servers 0.589s 2022-08-22 17:22:29,192 123989 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-1551393038", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-key-248662822", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-c349dcc2-97fb-4021-9db5-4e1612518485', 'x-compute-request-id': 'req-c349dcc2-97fb-4021-9db5-4e1612518485', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:29,374 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-key-248662822 0.180s 2022-08-22 17:22:29,374 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-0b8e4f11-3eaa-47ab-92f8-71b412890ecb', 'x-compute-request-id': 'req-0b8e4f11-3eaa-47ab-92f8-71b412890ecb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-key-248662822'} 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-22 17:22:29,770 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.389s 2022-08-22 17:22:29,771 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-6374e733-356c-44eb-a02c-396a2faeacbc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["bISnAkSWT0OwCXIvqKFzDw"], "expires_at": "2022-08-22T18:22:29.000000Z", "issued_at": "2022-08-22T17:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:29,771 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:30,431 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 500 POST http://10.222.0.96/compute/v2.1/servers 0.659s 2022-08-22 17:22:30,431 123989 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-626335522", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-2d942c0f-1f90-4bb8-bf2b-d3b93d8c7204', 'x-compute-request-id': 'req-2d942c0f-1f90-4bb8-bf2b-d3b93d8c7204', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:30,922 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.477s 2022-08-22 17:22:30,923 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-09019872-061f-4f52-ac3b-a94bd22c2f4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["a8DC4BykS4mqoR2lwnsrVg"], "expires_at": "2022-08-22T18:22:30.000000Z", "issued_at": "2022-08-22T17:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:30,923 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:31,849 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 500 POST http://10.222.0.96/compute/v2.1/servers 0.925s 2022-08-22 17:22:31,849 123989 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-1895368235", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-3acddd54-92aa-49e4-bf80-3361b94821a7', 'x-compute-request-id': 'req-3acddd54-92aa-49e4-bf80-3361b94821a7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:22:32,444 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.581s 2022-08-22 17:22:32,445 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-cc97a236-3ce3-49fd-8253-bcafc94eaafb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "55a5dbd5bfce4e8da7446ca4e7388dcd", "name": "tempest-ServersTestJSON-1025222992-project", "password_expires_at": null}, "audit_ids": ["_SIyLwN6R66UbbvcL5OFjw"], "expires_at": "2022-08-22T18:22:32.000000Z", "issued_at": "2022-08-22T17:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a80188fe99742d39d9dbb725576b4b5", "name": "tempest-ServersTestJSON-1025222992"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a80188fe99742d39d9dbb725576b4b5", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:22:32,445 123989 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': 'a030562b-ae65-489e-9dce-6909cf1340ba', 'name': 'tempest-ServersTestJSON-1368355257-network', 'tenant_id': '1a80188fe99742d39d9dbb725576b4b5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a80188fe99742d39d9dbb725576b4b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:22:04Z', 'updated_at': '2022-08-22T17:22:04Z', 'revision_number': 1} available for tenant 2022-08-22 17:22:33,242 123989 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 500 POST http://10.222.0.96/compute/v2.1/servers 0.795s 2022-08-22 17:22:33,242 123989 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-586842260", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "a030562b-ae65-489e-9dce-6909cf1340ba"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:22: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-2ce345c5-1969-470f-8e1b-80026a9b43c9', 'x-compute-request-id': 'req-2ce345c5-1969-470f-8e1b-80026a9b43c9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:34,217 123992 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:19:34,217 123992 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:19:34,948 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.727s 2022-08-22 17:19:34,952 123992 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-1158608384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFzhlITY5XRs8o0d1W0ElgKQHpwNcfIBNAJpuVByBUpY6lBELMQixN4cVJVoWnu67N/min89qMZgcSTodlSLVSppyiosiS+YDD09n9ZDvmdqqxgUyOUsezppdLPF9UxMQA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:34 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-9f26e15a-3b95-4460-bde0-69846fa36126', 'x-compute-request-id': 'req-9f26e15a-3b95-4460-bde0-69846fa36126', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1158608384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFzhlITY5XRs8o0d1W0ElgKQHpwNcfIBNAJpuVByBUpY6lBELMQixN4cVJVoWnu67N/min89qMZgcSTodlSLVSppyiosiS+YDD09n9ZDvmdqqxgUyOUsezppdLPF9UxMQA==", "fingerprint": "90:a6:86:88:9c:69:b0:9f:fc:36:49:5b:dc:46:11:7b", "user_id": "5cc533ed8b2e49aa936dc5002399f632"}}' 2022-08-22 17:19:34,955 123992 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1158608384 created 2022-08-22 17:19:36,337 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.381s 2022-08-22 17:19:36,338 123992 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--849010449", "description": "tempest-description--1111926940"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2030d80b-1a8d-4e58-962b-bfac2412e895', 'date': 'Mon, 22 Aug 2022 17:19:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "name": "tempest-securitygroup--849010449", "stateful": true, "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "description": "tempest-description--1111926940", "shared": false, "security_group_rules": [{"id": "4525ed77-14a4-4ba7-b41c-7676e2b71610", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "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": 1245, "description": null, "tags": [], "created_at": "2022-08-22T17:19:35Z", "updated_at": "2022-08-22T17:19:35Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}, {"id": "c3fd991e-fd12-4651-b0b1-3f77fac1ba6c", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "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": 1246, "description": null, "tags": [], "created_at": "2022-08-22T17:19:35Z", "updated_at": "2022-08-22T17:19:35Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}], "tags": [], "created_at": "2022-08-22T17:19:35Z", "updated_at": "2022-08-22T17:19:35Z", "revision_number": 1, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:37,811 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.473s 2022-08-22 17:19:37,811 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "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-4c4d1806-e004-4286-a36b-cbedb0f115b0', 'date': 'Mon, 22 Aug 2022 17:19:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "edca3558-3c33-48f7-8466-e4bea68e2bba", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "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-22T17:19:36Z", "updated_at": "2022-08-22T17:19:36Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:38,622 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.810s 2022-08-22 17:19:38,622 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e413ae91-d58c-4c0e-96ef-99711a110be7', 'date': 'Mon, 22 Aug 2022 17:19:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4772e3f2-d468-4ef0-890c-97af76aa9dff", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "9eb2eee1-ca67-4716-b262-0a8fb83bb8f9", "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-22T17:19:38Z", "updated_at": "2022-08-22T17:19:38Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:38,623 123992 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--849010449 created 2022-08-22 17:19:44,767 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 6.143s 2022-08-22 17:19:44,767 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-6b3073e3-5c9d-49c5-a8e0-4d5965195cb1', 'date': 'Mon, 22 Aug 2022 17:19:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f2d01335-d9f2-4581-b8d2-60da6592bc09", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "floating_ip_address": "172.25.9.19", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "98ea4e0e0f7e46e0b7920256194c82d4", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:19:41Z", "updated_at": "2022-08-22T17:19:41Z", "revision_number": 0}}' 2022-08-22 17:19:44,767 123992 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f2d01335-d9f2-4581-b8d2-60da6592bc09', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'floating_ip_address': '172.25.9.19', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:19:41Z', 'updated_at': '2022-08-22T17:19:41Z', 'revision_number': 0, 'ip': '172.25.9.19'} created 2022-08-22 17:19:45,044 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.270s 2022-08-22 17:19:45,045 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:44 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-4ad31022-35b8-4c72-ac4b-5358efe24694', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cc533ed8b2e49aa936dc5002399f632", "name": "tempest-AttachVolumeShelveTestJSON-1460349284-project", "password_expires_at": null}, "audit_ids": ["283901tpTEK89x65CJrkLw"], "expires_at": "2022-08-22T18:19:44.000000Z", "issued_at": "2022-08-22T17:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98ea4e0e0f7e46e0b7920256194c82d4", "name": "tempest-AttachVolumeShelveTestJSON-1460349284"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:19:45,046 123992 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '4375fa14-b0f4-4689-a348-7d1dfebe436f', 'name': 'tempest-AttachVolumeShelveTestJSON-543126709-network', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:19:08Z', 'updated_at': '2022-08-22T17:19:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:19:45,047 123992 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1158608384', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFzhlITY5XRs8o0d1W0ElgKQHpwNcfIBNAJpuVByBUpY6lBELMQixN4cVJVoWnu67N/min89qMZgcSTodlSLVSppyiosiS+YDD09n9ZDvmdqqxgUyOUsezppdLPF9UxMQA==', 'fingerprint': '90:a6:86:88:9c:69:b0:9f:fc:36:49:5b:dc:46:11:7b', 'user_id': '5cc533ed8b2e49aa936dc5002399f632', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCMFynjTLeN/PcJzNExYafddTdC5mnqfDvALK8iowNvqSv7oIoeKf0m\nrdhN5DRfoJ2gBwYFK4EEACKhZANiAARc4ZSE2OV0bPKNHdVtBJYCkB6cDXHyATQC\nablQcgVKWOpQRCzEIsTeHFSVaFp7uuzf5op/PajGYHEk6HZUi1UqacoqLIkvmAw9\nPZ/WQ75naqsYFMjlLHs6aXSzxfVMTEA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9eb2eee1-ca67-4716-b262-0a8fb83bb8f9', 'name': 'tempest-securitygroup--849010449', 'stateful': True, 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': 'tempest-description--1111926940', 'shared': False, 'security_group_rules': [{'id': '4525ed77-14a4-4ba7-b41c-7676e2b71610', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'security_group_id': '9eb2eee1-ca67-4716-b262-0a8fb83bb8f9', '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': 1245, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:19:35Z', 'updated_at': '2022-08-22T17:19:35Z', 'revision_number': 0, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}, {'id': 'c3fd991e-fd12-4651-b0b1-3f77fac1ba6c', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'security_group_id': '9eb2eee1-ca67-4716-b262-0a8fb83bb8f9', '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': 1246, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:19:35Z', 'updated_at': '2022-08-22T17:19:35Z', 'revision_number': 0, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}], 'tags': [], 'created_at': '2022-08-22T17:19:35Z', 'updated_at': '2022-08-22T17:19:35Z', 'revision_number': 1, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}, 'floating_ip': {'id': 'f2d01335-d9f2-4581-b8d2-60da6592bc09', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'floating_ip_address': '172.25.9.19', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:19:41Z', 'updated_at': '2022-08-22T17:19:41Z', 'revision_number': 0, 'ip': '172.25.9.19'}} 2022-08-22 17:19:45,906 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://10.222.0.96/compute/v2.1/servers 0.859s 2022-08-22 17:19:45,907 123992 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-2020757080", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4375fa14-b0f4-4689-a348-7d1dfebe436f"}], "security_groups": [{"name": "tempest-securitygroup--849010449"}], "key_name": "tempest-keypair-1158608384", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:45 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-5f2dc513-6a76-45b9-aa7e-febb2316e41f', 'x-compute-request-id': 'req-5f2dc513-6a76-45b9-aa7e-febb2316e41f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:46,035 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1158608384 0.123s 2022-08-22 17:19:46,035 123992 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': 'Mon, 22 Aug 2022 17:19:45 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-9a76bb65-07a9-4693-840c-8bd0a62ec902', 'x-compute-request-id': 'req-9a76bb65-07a9-4693-840c-8bd0a62ec902', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1158608384'} Body: b'' 2022-08-22 17:19:47,396 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/9eb2eee1-ca67-4716-b262-0a8fb83bb8f9 1.360s 2022-08-22 17:19:47,396 123992 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-8ba84fc2-4f63-4ce9-92c4-c4e537b1d35e', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:19:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/9eb2eee1-ca67-4716-b262-0a8fb83bb8f9'} Body: b'' 2022-08-22 17:19:47,580 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/9eb2eee1-ca67-4716-b262-0a8fb83bb8f9 0.183s 2022-08-22 17:19:47,580 123992 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-dc9f7824-0ae0-42a6-8fc8-5d8545b51e56', 'date': 'Mon, 22 Aug 2022 17:19:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/9eb2eee1-ca67-4716-b262-0a8fb83bb8f9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9eb2eee1-ca67-4716-b262-0a8fb83bb8f9 does not exist", "detail": ""}}' 2022-08-22 17:19:49,872 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/f2d01335-d9f2-4581-b8d2-60da6592bc09 2.291s 2022-08-22 17:19:49,872 123992 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-30663110-6294-47b5-b5b1-c75e402607d4', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:19:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/f2d01335-d9f2-4581-b8d2-60da6592bc09'} 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-22 17:19:49,875 123992 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:19:49,875 123992 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:19:50,087 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.209s 2022-08-22 17:19:50,088 123992 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-1667446711", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQJ4I4duvFKbJ670n6OqUgPSIjb2942KmQ42K+Ar0BlehyRqq5TcXH9Uehnw19iYn6XMdB7ke6igtgOAYdzjWj8LMAszEqktxuTgLNefuFszQ3yTuO37ZpkPgvjTBc9NA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:49 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-e6ef1555-4456-482a-914b-8a16de29ab6d', 'x-compute-request-id': 'req-e6ef1555-4456-482a-914b-8a16de29ab6d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1667446711", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQJ4I4duvFKbJ670n6OqUgPSIjb2942KmQ42K+Ar0BlehyRqq5TcXH9Uehnw19iYn6XMdB7ke6igtgOAYdzjWj8LMAszEqktxuTgLNefuFszQ3yTuO37ZpkPgvjTBc9NA==", "fingerprint": "51:76:40:a3:0e:06:90:9a:7d:c2:55:5c:00:25:b6:96", "user_id": "5cc533ed8b2e49aa936dc5002399f632"}}' 2022-08-22 17:19:50,091 123992 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1667446711 created 2022-08-22 17:19:50,771 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.679s 2022-08-22 17:19:50,771 123992 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--1444491856", "description": "tempest-description--641584747"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2f6b260f-46fa-4357-92a5-fc2cd3ca0ce6', 'date': 'Mon, 22 Aug 2022 17:19:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "851c7c00-c508-45ab-ad14-081169d5a80b", "name": "tempest-securitygroup--1444491856", "stateful": true, "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "description": "tempest-description--641584747", "shared": false, "security_group_rules": [{"id": "ad764cdc-eb49-4802-ad81-60c0e3b1e6f8", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "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": 1272, "description": null, "tags": [], "created_at": "2022-08-22T17:19:50Z", "updated_at": "2022-08-22T17:19:50Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}, {"id": "f2b49b46-c46b-4f3f-9fe4-8256bb65e4c5", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "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": 1271, "description": null, "tags": [], "created_at": "2022-08-22T17:19:50Z", "updated_at": "2022-08-22T17:19:50Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}], "tags": [], "created_at": "2022-08-22T17:19:50Z", "updated_at": "2022-08-22T17:19:50Z", "revision_number": 1, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:51,493 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.721s 2022-08-22 17:19:51,494 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "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-e3198636-8f82-43dc-b5aa-69ddbfbd890f', 'date': 'Mon, 22 Aug 2022 17:19:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf11d13d-0f66-4bbb-a563-4d76c68997f3", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "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-22T17:19:51Z", "updated_at": "2022-08-22T17:19:51Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:52,314 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.819s 2022-08-22 17:19:52,314 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ce6e508-dca9-4a8a-8fa1-2020a4c99c98', 'date': 'Mon, 22 Aug 2022 17:19:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7714929-fb7a-4dfc-9438-5e0ff5f84542", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "security_group_id": "851c7c00-c508-45ab-ad14-081169d5a80b", "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-22T17:19:51Z", "updated_at": "2022-08-22T17:19:51Z", "revision_number": 0, "project_id": "98ea4e0e0f7e46e0b7920256194c82d4"}}' 2022-08-22 17:19:52,315 123992 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1444491856 created 2022-08-22 17:19:55,303 123992 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 2.988s 2022-08-22 17:19:55,304 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-135a9caf-e22e-4140-b0b7-8c36b4bdcdca', 'date': 'Mon, 22 Aug 2022 17:19:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4a7c6185-5525-4a64-8b02-5bb84ee77f96", "tenant_id": "98ea4e0e0f7e46e0b7920256194c82d4", "floating_ip_address": "172.25.9.124", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "98ea4e0e0f7e46e0b7920256194c82d4", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:19:53Z", "updated_at": "2022-08-22T17:19:53Z", "revision_number": 0}}' 2022-08-22 17:19:55,304 123992 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4a7c6185-5525-4a64-8b02-5bb84ee77f96', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'floating_ip_address': '172.25.9.124', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:19:53Z', 'updated_at': '2022-08-22T17:19:53Z', 'revision_number': 0, 'ip': '172.25.9.124'} created 2022-08-22 17:19:55,645 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.335s 2022-08-22 17:19:55,645 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:55 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-f28a0554-9d7f-4a1c-bc89-47c9d103088d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cc533ed8b2e49aa936dc5002399f632", "name": "tempest-AttachVolumeShelveTestJSON-1460349284-project", "password_expires_at": null}, "audit_ids": ["g0997756QGmbmzQV75G3KA"], "expires_at": "2022-08-22T18:19:55.000000Z", "issued_at": "2022-08-22T17:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98ea4e0e0f7e46e0b7920256194c82d4", "name": "tempest-AttachVolumeShelveTestJSON-1460349284"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/98ea4e0e0f7e46e0b7920256194c82d4", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:19:55,646 123992 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '4375fa14-b0f4-4689-a348-7d1dfebe436f', 'name': 'tempest-AttachVolumeShelveTestJSON-543126709-network', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 228, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:19:08Z', 'updated_at': '2022-08-22T17:19:09Z', 'revision_number': 1} available for tenant 2022-08-22 17:19:55,647 123992 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1667446711', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQJ4I4duvFKbJ670n6OqUgPSIjb2942KmQ42K+Ar0BlehyRqq5TcXH9Uehnw19iYn6XMdB7ke6igtgOAYdzjWj8LMAszEqktxuTgLNefuFszQ3yTuO37ZpkPgvjTBc9NA==', 'fingerprint': '51:76:40:a3:0e:06:90:9a:7d:c2:55:5c:00:25:b6:96', 'user_id': '5cc533ed8b2e49aa936dc5002399f632', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDkqaH13LM4UlKgaNQr63yKYPiDfTl2usbDpa94IgenwK5duasB1C7b\n0tuyWw1P2WegBwYFK4EEACKhZANiAAQkCeCOHbrxSmyeu9J+jqlID0iI29veNipk\nONivgK9AZXockaquU3Fx/VHoZ8NfYmJ+lzHQe5HuooLYDgGHc41o/CzALMxKpLcb\nk4CzXn7hbM0N8k7jt+2aZD4L40wXPTQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '851c7c00-c508-45ab-ad14-081169d5a80b', 'name': 'tempest-securitygroup--1444491856', 'stateful': True, 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': 'tempest-description--641584747', 'shared': False, 'security_group_rules': [{'id': 'ad764cdc-eb49-4802-ad81-60c0e3b1e6f8', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'security_group_id': '851c7c00-c508-45ab-ad14-081169d5a80b', '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': 1272, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:19:50Z', 'updated_at': '2022-08-22T17:19:50Z', 'revision_number': 0, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}, {'id': 'f2b49b46-c46b-4f3f-9fe4-8256bb65e4c5', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'security_group_id': '851c7c00-c508-45ab-ad14-081169d5a80b', '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': 1271, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:19:50Z', 'updated_at': '2022-08-22T17:19:50Z', 'revision_number': 0, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}], 'tags': [], 'created_at': '2022-08-22T17:19:50Z', 'updated_at': '2022-08-22T17:19:50Z', 'revision_number': 1, 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4'}, 'floating_ip': {'id': '4a7c6185-5525-4a64-8b02-5bb84ee77f96', 'tenant_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'floating_ip_address': '172.25.9.124', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '98ea4e0e0f7e46e0b7920256194c82d4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:19:53Z', 'updated_at': '2022-08-22T17:19:53Z', 'revision_number': 0, 'ip': '172.25.9.124'}} 2022-08-22 17:19:57,410 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.762s 2022-08-22 17:19:57,413 123992 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-168795078", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "4375fa14-b0f4-4689-a348-7d1dfebe436f"}], "security_groups": [{"name": "tempest-securitygroup--1444491856"}], "key_name": "tempest-keypair-1667446711", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:19:55 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-5be26b1d-4256-4a55-a47b-2b13c886913f', 'x-compute-request-id': 'req-5be26b1d-4256-4a55-a47b-2b13c886913f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:19:57,613 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1667446711 0.199s 2022-08-22 17:19:57,619 123992 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': 'Mon, 22 Aug 2022 17:19:57 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-d55a3c01-d2f6-4f47-9655-be5c161c6d8f', 'x-compute-request-id': 'req-d55a3c01-d2f6-4f47-9655-be5c161c6d8f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1667446711'} Body: b'' 2022-08-22 17:19:58,200 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/851c7c00-c508-45ab-ad14-081169d5a80b 0.580s 2022-08-22 17:19:58,201 123992 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-8a0f56df-8f1a-4f32-8257-99df06fa2b59', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:19:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/851c7c00-c508-45ab-ad14-081169d5a80b'} Body: b'' 2022-08-22 17:19:58,272 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/851c7c00-c508-45ab-ad14-081169d5a80b 0.070s 2022-08-22 17:19:58,273 123992 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-c26242c7-31b9-49a1-9c8e-46c0315fad49', 'date': 'Mon, 22 Aug 2022 17:19:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/851c7c00-c508-45ab-ad14-081169d5a80b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 851c7c00-c508-45ab-ad14-081169d5a80b does not exist", "detail": ""}}' 2022-08-22 17:20:00,222 123992 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/4a7c6185-5525-4a64-8b02-5bb84ee77f96 1.948s 2022-08-22 17:20:00,222 123992 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-c8a80df7-b9ae-41d0-9060-668f41a2a0a7', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:20:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/4a7c6185-5525-4a64-8b02-5bb84ee77f96'} 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-22 17:26:14,135 123980 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:26:14,135 123980 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:26:14,981 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.842s 2022-08-22 17:26:14,981 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-214370225", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP0qO6FIi2++S3W44bn+6SerG0uf+gOyvoAuuETB3fOKqMJAujorrF0Tt50q+pPVHNZFjBttLBrfXM+Z+fz6bXorsa82uB4IE2K5j2i4CmKVqBsfkBg9X+eNdntc8hRKZg=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26:14 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-2ea83bb4-d1c2-4484-854c-ff78eb99335c', 'x-compute-request-id': 'req-2ea83bb4-d1c2-4484-854c-ff78eb99335c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-214370225", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP0qO6FIi2++S3W44bn+6SerG0uf+gOyvoAuuETB3fOKqMJAujorrF0Tt50q+pPVHNZFjBttLBrfXM+Z+fz6bXorsa82uB4IE2K5j2i4CmKVqBsfkBg9X+eNdntc8hRKZg==", "fingerprint": "0f:72:ae:9b:8a:47:9b:99:5d:6e:bc:be:2b:2d:18:a5", "user_id": "b9d8cd25487b4d5581f904fd63f761ae"}}' 2022-08-22 17:26:14,984 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-214370225 created 2022-08-22 17:26:16,467 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.482s 2022-08-22 17:26:16,468 123980 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--691976374", "description": "tempest-description--472517766"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-7f3b6edf-78c5-4e9d-af4d-fa60af167fc9', 'date': 'Mon, 22 Aug 2022 17:26:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "name": "tempest-securitygroup--691976374", "stateful": true, "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "description": "tempest-description--472517766", "shared": false, "security_group_rules": [{"id": "765a6ade-523d-466b-8bba-af493e1d182c", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "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": 2472, "description": null, "tags": [], "created_at": "2022-08-22T17:26:15Z", "updated_at": "2022-08-22T17:26:15Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}, {"id": "91189c3d-35a4-45f3-bf8c-c8bd27dc9efb", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "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": 2474, "description": null, "tags": [], "created_at": "2022-08-22T17:26:15Z", "updated_at": "2022-08-22T17:26:15Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}], "tags": [], "created_at": "2022-08-22T17:26:15Z", "updated_at": "2022-08-22T17:26:15Z", "revision_number": 1, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:18,553 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 2.084s 2022-08-22 17:26:18,553 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "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-a58b204a-11ee-4592-a442-5e38f118d406', 'date': 'Mon, 22 Aug 2022 17:26:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27d7f697-0c67-48b8-a376-7618aaa42c90", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "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-22T17:26:17Z", "updated_at": "2022-08-22T17:26:17Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:20,433 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.879s 2022-08-22 17:26:20,433 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8443e1fb-fa59-4859-b6ff-310079129e2b', 'date': 'Mon, 22 Aug 2022 17:26:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbc02932-0805-4d24-879f-57393209df90", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "c5a76758-4c18-4ecd-946c-139099dc20e9", "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-22T17:26:19Z", "updated_at": "2022-08-22T17:26:19Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:20,433 123980 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--691976374 created 2022-08-22 17:26:24,704 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 4.269s 2022-08-22 17:26:24,704 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-fbd53642-eb5b-47e5-ada1-6da90bdaf15e', 'date': 'Mon, 22 Aug 2022 17:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "95dca243-b69a-49e0-998f-42a30fd56d62", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "floating_ip_address": "172.25.9.117", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e078f565d4f24256857f151c7ce9ca64", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:26:22Z", "updated_at": "2022-08-22T17:26:22Z", "revision_number": 0}}' 2022-08-22 17:26:24,706 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '95dca243-b69a-49e0-998f-42a30fd56d62', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'floating_ip_address': '172.25.9.117', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:26:22Z', 'updated_at': '2022-08-22T17:26:22Z', 'revision_number': 0, 'ip': '172.25.9.117'} created 2022-08-22 17:26:24,996 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.272s 2022-08-22 17:26:24,997 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26:24 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-728dac90-b7b4-4201-b732-d9479ee498a1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b9d8cd25487b4d5581f904fd63f761ae", "name": "tempest-AttachVolumeTestJSON-1047005807-project", "password_expires_at": null}, "audit_ids": ["L1wcrsvRTeCQUwc1m17tDA"], "expires_at": "2022-08-22T18:26:24.000000Z", "issued_at": "2022-08-22T17:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e078f565d4f24256857f151c7ce9ca64", "name": "tempest-AttachVolumeTestJSON-1047005807"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:26:24,997 123980 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'c9cbdc50-2e7f-4bb5-bb29-9fc041d16e37', 'name': 'tempest-AttachVolumeTestJSON-321568264-network', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 240, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:26:00Z', 'updated_at': '2022-08-22T17:26:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:26:24,998 123980 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-214370225', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP0qO6FIi2++S3W44bn+6SerG0uf+gOyvoAuuETB3fOKqMJAujorrF0Tt50q+pPVHNZFjBttLBrfXM+Z+fz6bXorsa82uB4IE2K5j2i4CmKVqBsfkBg9X+eNdntc8hRKZg==', 'fingerprint': '0f:72:ae:9b:8a:47:9b:99:5d:6e:bc:be:2b:2d:18:a5', 'user_id': 'b9d8cd25487b4d5581f904fd63f761ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB6tglfxaZoQfcNVtqWhyVzK6j7os0nWm64E6IDED+0xCdEaKWkVnLN\ndcANfCEFZ+KgBwYFK4EEACKhZANiAAT9KjuhSItvvkt1uOG5/uknqxtLn/oDsr6A\nLrhEwd3ziqjCQLo6K6xdE7edKvqT1RzWRYwbbSwa31zPmfn8+m16K7GvNrgeCBNi\nuY9ouApilagbH5AYPV/njXZ7XPIUSmY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c5a76758-4c18-4ecd-946c-139099dc20e9', 'name': 'tempest-securitygroup--691976374', 'stateful': True, 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': 'tempest-description--472517766', 'shared': False, 'security_group_rules': [{'id': '765a6ade-523d-466b-8bba-af493e1d182c', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'security_group_id': 'c5a76758-4c18-4ecd-946c-139099dc20e9', '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': 2472, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:26:15Z', 'updated_at': '2022-08-22T17:26:15Z', 'revision_number': 0, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}, {'id': '91189c3d-35a4-45f3-bf8c-c8bd27dc9efb', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'security_group_id': 'c5a76758-4c18-4ecd-946c-139099dc20e9', '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': 2474, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:26:15Z', 'updated_at': '2022-08-22T17:26:15Z', 'revision_number': 0, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}], 'tags': [], 'created_at': '2022-08-22T17:26:15Z', 'updated_at': '2022-08-22T17:26:15Z', 'revision_number': 1, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}, 'floating_ip': {'id': '95dca243-b69a-49e0-998f-42a30fd56d62', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'floating_ip_address': '172.25.9.117', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:26:22Z', 'updated_at': '2022-08-22T17:26:22Z', 'revision_number': 0, 'ip': '172.25.9.117'}} 2022-08-22 17:26:26,943 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.944s 2022-08-22 17:26:26,944 123980 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-653884558", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "c9cbdc50-2e7f-4bb5-bb29-9fc041d16e37"}], "security_groups": [{"name": "tempest-securitygroup--691976374"}], "key_name": "tempest-keypair-214370225", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26: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-0253cd3e-071c-411b-bfc8-9c5f697bca23', 'x-compute-request-id': 'req-0253cd3e-071c-411b-bfc8-9c5f697bca23', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:26:27,156 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-214370225 0.210s 2022-08-22 17:26:27,165 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26: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-eb0e3a41-b4a2-4d17-8154-ea26761bc5cd', 'x-compute-request-id': 'req-eb0e3a41-b4a2-4d17-8154-ea26761bc5cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-214370225'} Body: b'' 2022-08-22 17:26:28,193 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/c5a76758-4c18-4ecd-946c-139099dc20e9 1.026s 2022-08-22 17:26:28,193 123980 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-c582c28e-d76d-4940-bf15-23c50243715e', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/c5a76758-4c18-4ecd-946c-139099dc20e9'} Body: b'' 2022-08-22 17:26:28,352 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/c5a76758-4c18-4ecd-946c-139099dc20e9 0.157s 2022-08-22 17:26:28,352 123980 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-6cfe64db-2919-41b4-a387-61eb5b1e7809', 'date': 'Mon, 22 Aug 2022 17:26:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/c5a76758-4c18-4ecd-946c-139099dc20e9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c5a76758-4c18-4ecd-946c-139099dc20e9 does not exist", "detail": ""}}' 2022-08-22 17:26:31,242 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/95dca243-b69a-49e0-998f-42a30fd56d62 2.889s 2022-08-22 17:26:31,242 123980 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-08ce23f6-d280-4bf4-b7c0-36d0b006a884', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/95dca243-b69a-49e0-998f-42a30fd56d62'} 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-22 17:26:31,246 123980 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:26:31,246 123980 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:26:31,480 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.230s 2022-08-22 17:26:31,480 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-179729938", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHJNE+v+2gm2sFhC+jk9GiadECAsrNLSIFVgYSX2TdXd+DS9mbUeELBLHj3sGxdReYj+qvjhPNTrPlueKb5bpcT54wPbB0jL1AQFzfR8wrRsjmbmbaMCOiuZhPtxZlnIog=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe0201b9-7448-4cc0-a364-c1ee0d8c6f73', 'x-compute-request-id': 'req-fe0201b9-7448-4cc0-a364-c1ee0d8c6f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-179729938", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHJNE+v+2gm2sFhC+jk9GiadECAsrNLSIFVgYSX2TdXd+DS9mbUeELBLHj3sGxdReYj+qvjhPNTrPlueKb5bpcT54wPbB0jL1AQFzfR8wrRsjmbmbaMCOiuZhPtxZlnIog==", "fingerprint": "b3:91:3a:47:36:d6:dd:07:e6:52:f0:08:fb:92:e1:f7", "user_id": "b9d8cd25487b4d5581f904fd63f761ae"}}' 2022-08-22 17:26:31,483 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-179729938 created 2022-08-22 17:26:32,997 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.513s 2022-08-22 17:26:32,997 123980 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--995196059", "description": "tempest-description--2088443721"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-385037f1-ba7b-451c-94c4-a7c8b1336a33', 'date': 'Mon, 22 Aug 2022 17:26:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "name": "tempest-securitygroup--995196059", "stateful": true, "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "description": "tempest-description--2088443721", "shared": false, "security_group_rules": [{"id": "04b67cae-e644-4792-9ffa-752f7913e0ba", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "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": 2513, "description": null, "tags": [], "created_at": "2022-08-22T17:26:32Z", "updated_at": "2022-08-22T17:26:32Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}, {"id": "386dc1e5-e55d-441a-a031-2ffb5ee263cf", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "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": 2510, "description": null, "tags": [], "created_at": "2022-08-22T17:26:32Z", "updated_at": "2022-08-22T17:26:32Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}], "tags": [], "created_at": "2022-08-22T17:26:31Z", "updated_at": "2022-08-22T17:26:32Z", "revision_number": 1, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:33,999 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.000s 2022-08-22 17:26:33,999 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "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-dca024c0-1da7-4f91-abf5-274f23f09d58', 'date': 'Mon, 22 Aug 2022 17:26:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f077cdb-44e5-494d-bcee-d55221f72760", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "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-22T17:26:33Z", "updated_at": "2022-08-22T17:26:33Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:34,658 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.657s 2022-08-22 17:26:34,658 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97ce811c-5cff-4438-92a1-21880ed0493b', 'date': 'Mon, 22 Aug 2022 17:26:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f736f5d3-8972-4773-80b2-fd9171121398", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "security_group_id": "56a919d9-7697-4462-a6f0-eb4759ee56f4", "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-22T17:26:34Z", "updated_at": "2022-08-22T17:26:34Z", "revision_number": 0, "project_id": "e078f565d4f24256857f151c7ce9ca64"}}' 2022-08-22 17:26:34,659 123980 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--995196059 created 2022-08-22 17:26:39,631 123980 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 4.970s 2022-08-22 17:26:39,639 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-116fabfc-6f18-4ec5-b886-8e55e1be159c', 'date': 'Mon, 22 Aug 2022 17:26:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "729f96a8-3b68-414b-9dcb-1c17b8e89037", "tenant_id": "e078f565d4f24256857f151c7ce9ca64", "floating_ip_address": "172.25.9.179", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e078f565d4f24256857f151c7ce9ca64", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:26:37Z", "updated_at": "2022-08-22T17:26:37Z", "revision_number": 0}}' 2022-08-22 17:26:39,639 123980 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '729f96a8-3b68-414b-9dcb-1c17b8e89037', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'floating_ip_address': '172.25.9.179', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:26:37Z', 'updated_at': '2022-08-22T17:26:37Z', 'revision_number': 0, 'ip': '172.25.9.179'} created 2022-08-22 17:26:40,180 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.529s 2022-08-22 17:26:40,180 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26:39 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-835f09f7-ee7b-4871-9127-ebdc59e030c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b9d8cd25487b4d5581f904fd63f761ae", "name": "tempest-AttachVolumeTestJSON-1047005807-project", "password_expires_at": null}, "audit_ids": ["QSDs2_FwTDW7acVrT-PT_g"], "expires_at": "2022-08-22T18:26:40.000000Z", "issued_at": "2022-08-22T17:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e078f565d4f24256857f151c7ce9ca64", "name": "tempest-AttachVolumeTestJSON-1047005807"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e078f565d4f24256857f151c7ce9ca64", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:26:40,181 123980 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'c9cbdc50-2e7f-4bb5-bb29-9fc041d16e37', 'name': 'tempest-AttachVolumeTestJSON-321568264-network', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 240, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:26:00Z', 'updated_at': '2022-08-22T17:26:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:26:40,182 123980 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-179729938', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHJNE+v+2gm2sFhC+jk9GiadECAsrNLSIFVgYSX2TdXd+DS9mbUeELBLHj3sGxdReYj+qvjhPNTrPlueKb5bpcT54wPbB0jL1AQFzfR8wrRsjmbmbaMCOiuZhPtxZlnIog==', 'fingerprint': 'b3:91:3a:47:36:d6:dd:07:e6:52:f0:08:fb:92:e1:f7', 'user_id': 'b9d8cd25487b4d5581f904fd63f761ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDl81GWhinI5iy3dEMldAWbPzXb0CwVHYTCPMXrUZvKVfUugIRvv8di\nL897fjJ29JKgBwYFK4EEACKhZANiAARyTRPr/toJtrBYQvo5PRomnRAgLKzS0iBV\nYGEl9k3V3fg0vZm1HhCwSx497BsXUXmI/qr44TzU6z5bnim+W6XE+eMD2wdIy9QE\nBc30fMK0bI5m5m2jAjormYT7cWZZyKI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '56a919d9-7697-4462-a6f0-eb4759ee56f4', 'name': 'tempest-securitygroup--995196059', 'stateful': True, 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': 'tempest-description--2088443721', 'shared': False, 'security_group_rules': [{'id': '04b67cae-e644-4792-9ffa-752f7913e0ba', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'security_group_id': '56a919d9-7697-4462-a6f0-eb4759ee56f4', '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': 2513, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:26:32Z', 'updated_at': '2022-08-22T17:26:32Z', 'revision_number': 0, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}, {'id': '386dc1e5-e55d-441a-a031-2ffb5ee263cf', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'security_group_id': '56a919d9-7697-4462-a6f0-eb4759ee56f4', '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': 2510, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:26:32Z', 'updated_at': '2022-08-22T17:26:32Z', 'revision_number': 0, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}], 'tags': [], 'created_at': '2022-08-22T17:26:31Z', 'updated_at': '2022-08-22T17:26:32Z', 'revision_number': 1, 'project_id': 'e078f565d4f24256857f151c7ce9ca64'}, 'floating_ip': {'id': '729f96a8-3b68-414b-9dcb-1c17b8e89037', 'tenant_id': 'e078f565d4f24256857f151c7ce9ca64', 'floating_ip_address': '172.25.9.179', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e078f565d4f24256857f151c7ce9ca64', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:26:37Z', 'updated_at': '2022-08-22T17:26:37Z', 'revision_number': 0, 'ip': '172.25.9.179'}} 2022-08-22 17:26:42,085 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://10.222.0.96/compute/v2.1/servers 1.901s 2022-08-22 17:26:42,085 123980 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-49212183", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "c9cbdc50-2e7f-4bb5-bb29-9fc041d16e37"}], "security_groups": [{"name": "tempest-securitygroup--995196059"}], "key_name": "tempest-keypair-179729938", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26: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-ce519118-71b8-4060-b3ea-31ceb0ee72e9', 'x-compute-request-id': 'req-ce519118-71b8-4060-b3ea-31ceb0ee72e9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:26:42,304 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-179729938 0.216s 2022-08-22 17:26:42,304 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34d2d9cf-32a2-45b7-8605-6cdd0c7df1df', 'x-compute-request-id': 'req-34d2d9cf-32a2-45b7-8605-6cdd0c7df1df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-179729938'} Body: b'' 2022-08-22 17:26:43,698 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/56a919d9-7697-4462-a6f0-eb4759ee56f4 1.393s 2022-08-22 17:26:43,698 123980 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-71908968-34ac-495f-94dc-353fd8d23424', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:26:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/56a919d9-7697-4462-a6f0-eb4759ee56f4'} Body: b'' 2022-08-22 17:26:43,737 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/56a919d9-7697-4462-a6f0-eb4759ee56f4 0.038s 2022-08-22 17:26:43,737 123980 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-f63acce2-9c35-4e5b-a99e-774989625e04', 'date': 'Mon, 22 Aug 2022 17:26:43 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/56a919d9-7697-4462-a6f0-eb4759ee56f4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 56a919d9-7697-4462-a6f0-eb4759ee56f4 does not exist", "detail": ""}}' 2022-08-22 17:26:45,885 123980 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/729f96a8-3b68-414b-9dcb-1c17b8e89037 2.147s 2022-08-22 17:26:45,886 123980 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-2b6c88ef-751c-4a32-a5cd-608ab09834c6', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:26:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/729f96a8-3b68-414b-9dcb-1c17b8e89037'} 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-22 17:23:13,017 123987 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:23:13,017 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:23:13,618 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.598s 2022-08-22 17:23:13,619 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-544922006", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAjqEcCYFqHr6XBJJqLnUhPsGU2WQM80zwn56rg2WfHa8aYPzud3RqkRCwhtlEh95iF/JoLRURqHyExoLn40+BECxBjzyDgFsSOY1zYAR/xZV495w/L/MMFlA6OWZPSEA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:13 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-115341d3-694e-4f68-b7dc-e386f146ebfd', 'x-compute-request-id': 'req-115341d3-694e-4f68-b7dc-e386f146ebfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-544922006", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAjqEcCYFqHr6XBJJqLnUhPsGU2WQM80zwn56rg2WfHa8aYPzud3RqkRCwhtlEh95iF/JoLRURqHyExoLn40+BECxBjzyDgFsSOY1zYAR/xZV495w/L/MMFlA6OWZPSEA==", "fingerprint": "8c:0b:85:eb:5b:4b:aa:31:59:f3:b9:a1:6a:0f:0b:18", "user_id": "e171587086bc4d938fe5fb146f8ac48e"}}' 2022-08-22 17:23:13,622 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-544922006 created 2022-08-22 17:23:14,565 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.942s 2022-08-22 17:23:14,565 123987 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--815323840", "description": "tempest-description--1454355738"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-000ba2a4-f158-4aa5-8da2-caf1ad7c2b04', 'date': 'Mon, 22 Aug 2022 17:23:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "name": "tempest-securitygroup--815323840", "stateful": true, "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "tempest-description--1454355738", "shared": false, "security_group_rules": [{"id": "25f3198b-4a29-4aee-a73a-3644042a34a4", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "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": 1785, "description": null, "tags": [], "created_at": "2022-08-22T17:23:14Z", "updated_at": "2022-08-22T17:23:14Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}, {"id": "f5d7a705-817b-44cd-9dc5-fb87e8ce7e1b", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "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": 1784, "description": null, "tags": [], "created_at": "2022-08-22T17:23:14Z", "updated_at": "2022-08-22T17:23:14Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}], "tags": [], "created_at": "2022-08-22T17:23:14Z", "updated_at": "2022-08-22T17:23:14Z", "revision_number": 1, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:15,342 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.776s 2022-08-22 17:23:15,343 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "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-2573481d-0886-464b-8232-dbe2da23a870', 'date': 'Mon, 22 Aug 2022 17:23:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7344048f-5203-46d5-ac2a-afaec3662ab1", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "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-22T17:23:14Z", "updated_at": "2022-08-22T17:23:14Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:16,266 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.923s 2022-08-22 17:23:16,266 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-61ab3171-b6fe-4b71-98d4-7c09c31bb6c6', 'date': 'Mon, 22 Aug 2022 17:23:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbe43fa2-e96d-44ec-b270-719f4f302326", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "7228be27-e973-4b93-8ef3-3c94fc608e21", "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-22T17:23:15Z", "updated_at": "2022-08-22T17:23:15Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:16,267 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--815323840 created 2022-08-22 17:23:20,212 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.944s 2022-08-22 17:23:20,212 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-267a6963-0824-40e7-be35-42e098712aa3', 'date': 'Mon, 22 Aug 2022 17:23:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d79ab6e0-63f3-4b41-a23a-26f27f50341d", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "floating_ip_address": "172.25.9.105", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:23:18Z", "updated_at": "2022-08-22T17:23:18Z", "revision_number": 0}}' 2022-08-22 17:23:20,213 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd79ab6e0-63f3-4b41-a23a-26f27f50341d', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.105', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:18Z', 'updated_at': '2022-08-22T17:23:18Z', 'revision_number': 0, 'ip': '172.25.9.105'} created 2022-08-22 17:23:20,491 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.272s 2022-08-22 17:23:20,491 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23: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-f0dc6b12-1c06-42f1-9e62-527ec031c7c7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e171587086bc4d938fe5fb146f8ac48e", "name": "tempest-AttachVolumeNegativeTest-271013766-project", "password_expires_at": null}, "audit_ids": ["l5_SlKOHTnKAEJUR6ndDgQ"], "expires_at": "2022-08-22T18:23:20.000000Z", "issued_at": "2022-08-22T17:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae69e693812e49ab8bc2ee3100268bce", "name": "tempest-AttachVolumeNegativeTest-271013766"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:23:20,492 123987 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '9720896f-9490-4d1a-b699-2c176fb4b050', 'name': 'tempest-AttachVolumeNegativeTest-1556166254-network', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 227, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:23:00Z', 'updated_at': '2022-08-22T17:23:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:23:20,492 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-544922006', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAjqEcCYFqHr6XBJJqLnUhPsGU2WQM80zwn56rg2WfHa8aYPzud3RqkRCwhtlEh95iF/JoLRURqHyExoLn40+BECxBjzyDgFsSOY1zYAR/xZV495w/L/MMFlA6OWZPSEA==', 'fingerprint': '8c:0b:85:eb:5b:4b:aa:31:59:f3:b9:a1:6a:0f:0b:18', 'user_id': 'e171587086bc4d938fe5fb146f8ac48e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDwzuM/5G7C+amek/fmAbP4gudql/XYKqfIeeuM1t/bZnyWsZGElwXi\nC9vsRGf3grmgBwYFK4EEACKhZANiAASwI6hHAmBah6+lwSSai51IT7BlNlkDPNM8\nJ+eq4Nlnx2vGmD87nd0apEQsIbZRIfeYhfyaC0VEah8hMaC5+NPgRAsQY88g4BbE\njmNc2AEf8WVePecPy/zDBZQOjlmT0hA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7228be27-e973-4b93-8ef3-3c94fc608e21', 'name': 'tempest-securitygroup--815323840', 'stateful': True, 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': 'tempest-description--1454355738', 'shared': False, 'security_group_rules': [{'id': '25f3198b-4a29-4aee-a73a-3644042a34a4', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '7228be27-e973-4b93-8ef3-3c94fc608e21', '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': 1785, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:14Z', 'updated_at': '2022-08-22T17:23:14Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, {'id': 'f5d7a705-817b-44cd-9dc5-fb87e8ce7e1b', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '7228be27-e973-4b93-8ef3-3c94fc608e21', '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': 1784, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:14Z', 'updated_at': '2022-08-22T17:23:14Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}], 'tags': [], 'created_at': '2022-08-22T17:23:14Z', 'updated_at': '2022-08-22T17:23:14Z', 'revision_number': 1, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, 'floating_ip': {'id': 'd79ab6e0-63f3-4b41-a23a-26f27f50341d', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.105', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:18Z', 'updated_at': '2022-08-22T17:23:18Z', 'revision_number': 0, 'ip': '172.25.9.105'}} 2022-08-22 17:23:22,366 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.873s 2022-08-22 17:23:22,367 123987 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-1117972279", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "9720896f-9490-4d1a-b699-2c176fb4b050"}], "security_groups": [{"name": "tempest-securitygroup--815323840"}], "key_name": "tempest-keypair-544922006", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23: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-27b234dc-b1fe-478c-8e11-30b824c0990c', 'x-compute-request-id': 'req-27b234dc-b1fe-478c-8e11-30b824c0990c', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:23:22,479 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-544922006 0.111s 2022-08-22 17:23:22,482 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0fa0a08-bfd9-4236-8ddf-d70ac96dccac', 'x-compute-request-id': 'req-e0fa0a08-bfd9-4236-8ddf-d70ac96dccac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-544922006'} Body: b'' 2022-08-22 17:23:22,945 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/7228be27-e973-4b93-8ef3-3c94fc608e21 0.462s 2022-08-22 17:23:22,945 123987 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-01d43ad0-22c9-42d7-9508-d4a909cb0b0b', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/7228be27-e973-4b93-8ef3-3c94fc608e21'} Body: b'' 2022-08-22 17:23:22,983 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/7228be27-e973-4b93-8ef3-3c94fc608e21 0.037s 2022-08-22 17:23:22,983 123987 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-e56a1b5a-8ad6-4498-bfc0-aa419d5ede9e', 'date': 'Mon, 22 Aug 2022 17:23:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/7228be27-e973-4b93-8ef3-3c94fc608e21'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7228be27-e973-4b93-8ef3-3c94fc608e21 does not exist", "detail": ""}}' 2022-08-22 17:23:24,201 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/d79ab6e0-63f3-4b41-a23a-26f27f50341d 1.217s 2022-08-22 17:23:24,202 123987 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-33936fd2-4fe7-4c8b-8368-b2a259b23b9d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/d79ab6e0-63f3-4b41-a23a-26f27f50341d'} 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-22 17:23:24,205 123987 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:23:24,205 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:23:24,387 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.179s 2022-08-22 17:23:24,388 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1177589004", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJl/JYxxwRwKuy7SJ4Sd+dINC5czf1zxo6POmJEDFRryFU2uNFZX5LPDSYeo3lxeKoMmqhrY3MJJkMsWw6pSHKWcR0pf0ajZiWwSNecd1B3ZKITQmKrF8NTi0pQhnfQiHA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:24 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-a7ebd874-f43b-4e46-a3a5-4829957fc6d6', 'x-compute-request-id': 'req-a7ebd874-f43b-4e46-a3a5-4829957fc6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1177589004", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJl/JYxxwRwKuy7SJ4Sd+dINC5czf1zxo6POmJEDFRryFU2uNFZX5LPDSYeo3lxeKoMmqhrY3MJJkMsWw6pSHKWcR0pf0ajZiWwSNecd1B3ZKITQmKrF8NTi0pQhnfQiHA==", "fingerprint": "6c:72:91:8f:62:6d:1e:c8:ec:56:94:51:03:49:5e:5c", "user_id": "e171587086bc4d938fe5fb146f8ac48e"}}' 2022-08-22 17:23:24,390 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1177589004 created 2022-08-22 17:23:25,193 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.802s 2022-08-22 17:23:25,193 123987 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--1913905755", "description": "tempest-description--311239493"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-1fd52c2a-991a-4713-8258-820d9e2003af', 'date': 'Mon, 22 Aug 2022 17:23:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "name": "tempest-securitygroup--1913905755", "stateful": true, "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "tempest-description--311239493", "shared": false, "security_group_rules": [{"id": "64ca95da-af6b-43ea-af8a-108cd89273dd", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "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": 1821, "description": null, "tags": [], "created_at": "2022-08-22T17:23:24Z", "updated_at": "2022-08-22T17:23:24Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}, {"id": "bc7f0b93-4256-4634-a121-6a1ab932e5fc", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "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": 1820, "description": null, "tags": [], "created_at": "2022-08-22T17:23:24Z", "updated_at": "2022-08-22T17:23:24Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}], "tags": [], "created_at": "2022-08-22T17:23:24Z", "updated_at": "2022-08-22T17:23:24Z", "revision_number": 1, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:26,429 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.235s 2022-08-22 17:23:26,431 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "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-23a8d2e7-7567-4310-940f-e300bf63771d', 'date': 'Mon, 22 Aug 2022 17:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4b356dbe-bc9e-4beb-800a-1d08934744b4", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "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-22T17:23:25Z", "updated_at": "2022-08-22T17:23:25Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:26,989 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.556s 2022-08-22 17:23:26,989 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f2fa138c-7c54-41a0-8da1-7815d354649e', 'date': 'Mon, 22 Aug 2022 17:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "214a958e-12ba-4aff-9fd0-832251a1ed3e", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "0306c45f-6ec3-4e02-8c68-7c867c90ed59", "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-22T17:23:26Z", "updated_at": "2022-08-22T17:23:26Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:26,989 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1913905755 created 2022-08-22 17:23:30,255 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 3.264s 2022-08-22 17:23:30,255 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-582cf1fe-4a19-4937-aeee-5758a3f36823', 'date': 'Mon, 22 Aug 2022 17:23:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2d1505c5-ecdf-4a2b-870e-55fefe92933f", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "floating_ip_address": "172.25.9.76", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:23:28Z", "updated_at": "2022-08-22T17:23:28Z", "revision_number": 0}}' 2022-08-22 17:23:30,255 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d1505c5-ecdf-4a2b-870e-55fefe92933f', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.76', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:28Z', 'updated_at': '2022-08-22T17:23:28Z', 'revision_number': 0, 'ip': '172.25.9.76'} created 2022-08-22 17:23:30,500 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.238s 2022-08-22 17:23:30,500 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d78cd988-31b8-4e4f-b314-114abfbd312d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e171587086bc4d938fe5fb146f8ac48e", "name": "tempest-AttachVolumeNegativeTest-271013766-project", "password_expires_at": null}, "audit_ids": ["_39Pje9zSJ208A_8f9rW_A"], "expires_at": "2022-08-22T18:23:30.000000Z", "issued_at": "2022-08-22T17:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae69e693812e49ab8bc2ee3100268bce", "name": "tempest-AttachVolumeNegativeTest-271013766"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:23:30,500 123987 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '9720896f-9490-4d1a-b699-2c176fb4b050', 'name': 'tempest-AttachVolumeNegativeTest-1556166254-network', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 227, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:23:00Z', 'updated_at': '2022-08-22T17:23:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:23:30,501 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1177589004', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJl/JYxxwRwKuy7SJ4Sd+dINC5czf1zxo6POmJEDFRryFU2uNFZX5LPDSYeo3lxeKoMmqhrY3MJJkMsWw6pSHKWcR0pf0ajZiWwSNecd1B3ZKITQmKrF8NTi0pQhnfQiHA==', 'fingerprint': '6c:72:91:8f:62:6d:1e:c8:ec:56:94:51:03:49:5e:5c', 'user_id': 'e171587086bc4d938fe5fb146f8ac48e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBYHwvTHUEMuM4pFZh24plwj6BwxYVq5qjVdtEgnBAFUklnyx73IuBy\nC4TXLUseFQugBwYFK4EEACKhZANiAASZfyWMccEcCrsu0ieEnfnSDQuXM39c8aOj\nzpiRAxUa8hVNrjRWV+Szw0mHqN5cXiqDJqoa2NzCSZDLFsOqUhylnEdKX9Go2Yls\nEjXnHdQd2SiE0JiqxfDU4tKUIZ30Ihw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0306c45f-6ec3-4e02-8c68-7c867c90ed59', 'name': 'tempest-securitygroup--1913905755', 'stateful': True, 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': 'tempest-description--311239493', 'shared': False, 'security_group_rules': [{'id': '64ca95da-af6b-43ea-af8a-108cd89273dd', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '0306c45f-6ec3-4e02-8c68-7c867c90ed59', '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': 1821, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:24Z', 'updated_at': '2022-08-22T17:23:24Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, {'id': 'bc7f0b93-4256-4634-a121-6a1ab932e5fc', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '0306c45f-6ec3-4e02-8c68-7c867c90ed59', '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': 1820, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:24Z', 'updated_at': '2022-08-22T17:23:24Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}], 'tags': [], 'created_at': '2022-08-22T17:23:24Z', 'updated_at': '2022-08-22T17:23:24Z', 'revision_number': 1, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, 'floating_ip': {'id': '2d1505c5-ecdf-4a2b-870e-55fefe92933f', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.76', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:28Z', 'updated_at': '2022-08-22T17:23:28Z', 'revision_number': 0, 'ip': '172.25.9.76'}} 2022-08-22 17:23:31,531 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://10.222.0.96/compute/v2.1/servers 1.029s 2022-08-22 17:23:31,532 123987 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-1128714544", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "9720896f-9490-4d1a-b699-2c176fb4b050"}], "security_groups": [{"name": "tempest-securitygroup--1913905755"}], "key_name": "tempest-keypair-1177589004", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23: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-2b072e73-1e98-4e8e-9d4d-55215dd52ad9', 'x-compute-request-id': 'req-2b072e73-1e98-4e8e-9d4d-55215dd52ad9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:23:31,717 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1177589004 0.184s 2022-08-22 17:23:31,718 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc25fb48-6e50-482f-b9f6-1a6d1af95946', 'x-compute-request-id': 'req-dc25fb48-6e50-482f-b9f6-1a6d1af95946', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-1177589004'} Body: b'' 2022-08-22 17:23:33,289 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/0306c45f-6ec3-4e02-8c68-7c867c90ed59 1.571s 2022-08-22 17:23:33,290 123987 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-d810f556-4fa4-4bee-bc6f-1af2ffc6d14b', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/0306c45f-6ec3-4e02-8c68-7c867c90ed59'} Body: b'' 2022-08-22 17:23:33,458 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/0306c45f-6ec3-4e02-8c68-7c867c90ed59 0.167s 2022-08-22 17:23:33,458 123987 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-be40ecf6-8b86-41f1-bff2-1004de1de874', 'date': 'Mon, 22 Aug 2022 17:23:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/0306c45f-6ec3-4e02-8c68-7c867c90ed59'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0306c45f-6ec3-4e02-8c68-7c867c90ed59 does not exist", "detail": ""}}' 2022-08-22 17:23:35,107 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/2d1505c5-ecdf-4a2b-870e-55fefe92933f 1.648s 2022-08-22 17:23:35,107 123987 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-526fe708-240b-4df7-847e-eed9f32933ab', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/2d1505c5-ecdf-4a2b-870e-55fefe92933f'} 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-22 17:23:35,110 123987 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-08-22 17:23:35,110 123987 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-08-22 17:23:35,259 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.146s 2022-08-22 17:23:35,260 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-823923299", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE4AXgS6WQN+ts2rULMQ9ueJvpdnfc4+OOrnRodnmQqe/DcF9HLJ3G3wEt8PxjosGRwSnEdt6pZvjPiJDUbouekGd5kXjO7gF2sz2N/6U8yeU5y2iV4d/SdD3KgnazVTsw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:35 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-8b0d4218-4869-474a-8ed5-b180d7707f54', 'x-compute-request-id': 'req-8b0d4218-4869-474a-8ed5-b180d7707f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-823923299", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE4AXgS6WQN+ts2rULMQ9ueJvpdnfc4+OOrnRodnmQqe/DcF9HLJ3G3wEt8PxjosGRwSnEdt6pZvjPiJDUbouekGd5kXjO7gF2sz2N/6U8yeU5y2iV4d/SdD3KgnazVTsw==", "fingerprint": "b2:46:a1:bd:25:4f:e5:be:36:2c:53:36:6a:85:c0:a6", "user_id": "e171587086bc4d938fe5fb146f8ac48e"}}' 2022-08-22 17:23:35,263 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-823923299 created 2022-08-22 17:23:36,374 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.110s 2022-08-22 17:23:36,374 123987 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--911452493", "description": "tempest-description--583867764"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-bd20274c-0465-490e-8748-8c5b6bf0e462', 'date': 'Mon, 22 Aug 2022 17:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "00042728-5c82-4eeb-a811-d5e02bc00385", "name": "tempest-securitygroup--911452493", "stateful": true, "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "tempest-description--583867764", "shared": false, "security_group_rules": [{"id": "3019e4cf-9665-473a-b47f-2418ef6ce191", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "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": 1861, "description": null, "tags": [], "created_at": "2022-08-22T17:23:35Z", "updated_at": "2022-08-22T17:23:35Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}, {"id": "5ae98a55-602d-4645-92a1-d48a06952479", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "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": 1862, "description": null, "tags": [], "created_at": "2022-08-22T17:23:35Z", "updated_at": "2022-08-22T17:23:35Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}], "tags": [], "created_at": "2022-08-22T17:23:35Z", "updated_at": "2022-08-22T17:23:35Z", "revision_number": 1, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:37,811 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.436s 2022-08-22 17:23:37,811 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "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-455f663c-b6d8-45fa-b0af-cd5a1c3ad58b', 'date': 'Mon, 22 Aug 2022 17:23:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dd116f54-9bd9-4807-a090-cdadcf5fc52b", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "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-22T17:23:37Z", "updated_at": "2022-08-22T17:23:37Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:38,918 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.106s 2022-08-22 17:23:38,919 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-638766b2-95b7-4bbf-aa36-ed6dccf36891', 'date': 'Mon, 22 Aug 2022 17:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9142509-b1d0-4543-be83-b69ec5950905", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "security_group_id": "00042728-5c82-4eeb-a811-d5e02bc00385", "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-22T17:23:38Z", "updated_at": "2022-08-22T17:23:38Z", "revision_number": 0, "project_id": "ae69e693812e49ab8bc2ee3100268bce"}}' 2022-08-22 17:23:38,919 123987 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--911452493 created 2022-08-22 17:23:44,062 123987 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/floatingips 5.142s 2022-08-22 17:23:44,062 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-299077f5-f4a7-4e6b-809c-51bf6daa7ed5', 'date': 'Mon, 22 Aug 2022 17:23:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "39013501-2c44-47b7-a3fd-566730119443", "tenant_id": "ae69e693812e49ab8bc2ee3100268bce", "floating_ip_address": "172.25.9.116", "floating_network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ae69e693812e49ab8bc2ee3100268bce", "description": "", "port_details": null, "tags": [], "created_at": "2022-08-22T17:23:41Z", "updated_at": "2022-08-22T17:23:41Z", "revision_number": 0}}' 2022-08-22 17:23:44,063 123987 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '39013501-2c44-47b7-a3fd-566730119443', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.116', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:41Z', 'updated_at': '2022-08-22T17:23:41Z', 'revision_number': 0, 'ip': '172.25.9.116'} created 2022-08-22 17:23:44,273 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.204s 2022-08-22 17:23:44,273 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:44 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-3d66c485-4a1f-4e68-bd21-d2efacf9c0ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e171587086bc4d938fe5fb146f8ac48e", "name": "tempest-AttachVolumeNegativeTest-271013766-project", "password_expires_at": null}, "audit_ids": ["9mQM-xALT92PAlttPG4MKw"], "expires_at": "2022-08-22T18:23:44.000000Z", "issued_at": "2022-08-22T17:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae69e693812e49ab8bc2ee3100268bce", "name": "tempest-AttachVolumeNegativeTest-271013766"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ae69e693812e49ab8bc2ee3100268bce", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:23:44,274 123987 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '9720896f-9490-4d1a-b699-2c176fb4b050', 'name': 'tempest-AttachVolumeNegativeTest-1556166254-network', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 227, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:23:00Z', 'updated_at': '2022-08-22T17:23:00Z', 'revision_number': 1} available for tenant 2022-08-22 17:23:44,274 123987 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-823923299', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE4AXgS6WQN+ts2rULMQ9ueJvpdnfc4+OOrnRodnmQqe/DcF9HLJ3G3wEt8PxjosGRwSnEdt6pZvjPiJDUbouekGd5kXjO7gF2sz2N/6U8yeU5y2iV4d/SdD3KgnazVTsw==', 'fingerprint': 'b2:46:a1:bd:25:4f:e5:be:36:2c:53:36:6a:85:c0:a6', 'user_id': 'e171587086bc4d938fe5fb146f8ac48e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCWayTRH3Yo+YqCyQzqpLxcdvAU5O1F4UYxot3WAb6DsPjoOUHqA5fE\nkjAgxQCJpQqgBwYFK4EEACKhZANiAAROAF4EulkDfrbNq1CzEPbnib6XZ33OPjjq\n50aHZ5kKnvw3BfRyydxt8BLfD8Y6LBkcEpxHbeqWb4z4iQ1G6LnpBneZF4zu4Bdr\nM9jf+lPMnlOctoleHf0nQ9yoJ2s1U7M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '00042728-5c82-4eeb-a811-d5e02bc00385', 'name': 'tempest-securitygroup--911452493', 'stateful': True, 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': 'tempest-description--583867764', 'shared': False, 'security_group_rules': [{'id': '3019e4cf-9665-473a-b47f-2418ef6ce191', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '00042728-5c82-4eeb-a811-d5e02bc00385', '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': 1861, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:35Z', 'updated_at': '2022-08-22T17:23:35Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, {'id': '5ae98a55-602d-4645-92a1-d48a06952479', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'security_group_id': '00042728-5c82-4eeb-a811-d5e02bc00385', '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': 1862, 'description': None, 'tags': [], 'created_at': '2022-08-22T17:23:35Z', 'updated_at': '2022-08-22T17:23:35Z', 'revision_number': 0, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}], 'tags': [], 'created_at': '2022-08-22T17:23:35Z', 'updated_at': '2022-08-22T17:23:35Z', 'revision_number': 1, 'project_id': 'ae69e693812e49ab8bc2ee3100268bce'}, 'floating_ip': {'id': '39013501-2c44-47b7-a3fd-566730119443', 'tenant_id': 'ae69e693812e49ab8bc2ee3100268bce', 'floating_ip_address': '172.25.9.116', 'floating_network_id': '4c455958-7695-4977-9814-9d02d094e4ed', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ae69e693812e49ab8bc2ee3100268bce', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-08-22T17:23:41Z', 'updated_at': '2022-08-22T17:23:41Z', 'revision_number': 0, 'ip': '172.25.9.116'}} 2022-08-22 17:23:45,687 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.412s 2022-08-22 17:23:45,688 123987 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-520994150", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "9720896f-9490-4d1a-b699-2c176fb4b050"}], "security_groups": [{"name": "tempest-securitygroup--911452493"}], "key_name": "tempest-keypair-823923299", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23: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-57f59817-bc65-47b0-8511-93720b5fb152', 'x-compute-request-id': 'req-57f59817-bc65-47b0-8511-93720b5fb152', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:23:45,688 123987 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-22 17:23:45,837 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-823923299 0.147s 2022-08-22 17:23:45,837 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-433705cb-4599-4355-a2fb-b60711fb3bf3', 'x-compute-request-id': 'req-433705cb-4599-4355-a2fb-b60711fb3bf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-keypair-823923299'} Body: b'' 2022-08-22 17:23:46,349 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/00042728-5c82-4eeb-a811-d5e02bc00385 0.512s 2022-08-22 17:23:46,350 123987 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-c1380d91-ff4b-4412-899c-0dc0af622304', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/00042728-5c82-4eeb-a811-d5e02bc00385'} Body: b'' 2022-08-22 17:23:46,379 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.96:9696/networking/v2.0/security-groups/00042728-5c82-4eeb-a811-d5e02bc00385 0.029s 2022-08-22 17:23:46,380 123987 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-0a46507a-ccb1-4c7d-9fac-3e8441839b94', 'date': 'Mon, 22 Aug 2022 17:23:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/00042728-5c82-4eeb-a811-d5e02bc00385'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 00042728-5c82-4eeb-a811-d5e02bc00385 does not exist", "detail": ""}}' 2022-08-22 17:23:47,147 123987 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/floatingips/39013501-2c44-47b7-a3fd-566730119443 0.767s 2022-08-22 17:23:47,148 123987 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-c0390f57-083e-4b41-bff3-996d3889bf13', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:23:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/floatingips/39013501-2c44-47b7-a3fd-566730119443'} 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-22 17:28:39,960 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.339s 2022-08-22 17:28:39,960 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:28:39 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-ad4d7c20-4c4d-4397-9bbf-d1603636f68a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abae46684d8d45208c70d7fcaf9f7c7e", "name": "tempest-VolumesActionsTest-1841706373-project", "password_expires_at": null}, "audit_ids": ["1jiMHocHTnS5oyQaWv770Q"], "expires_at": "2022-08-22T18:28:39.000000Z", "issued_at": "2022-08-22T17:28:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6b7cdacb11a47f38f4a086937702ac9", "name": "tempest-VolumesActionsTest-1841706373"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e6b7cdacb11a47f38f4a086937702ac9", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_e6b7cdacb11a47f38f4a086937702ac9", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/e6b7cdacb11a47f38f4a086937702ac9", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/e6b7cdacb11a47f38f4a086937702ac9", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:28:39,961 123992 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '6a21e0bc-9861-4ab3-9033-63e87d061b80', 'name': 'tempest-VolumesActionsTest-1812349126-network', 'tenant_id': 'e6b7cdacb11a47f38f4a086937702ac9', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6b7cdacb11a47f38f4a086937702ac9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 213, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:28:31Z', 'updated_at': '2022-08-22T17:28:31Z', 'revision_number': 1} available for tenant 2022-08-22 17:28:41,735 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.773s 2022-08-22 17:28:41,736 123992 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-136453810", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "6a21e0bc-9861-4ab3-9033-63e87d061b80"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:28: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-6b731f6c-5425-4da5-b904-6b773474d204', 'x-compute-request-id': 'req-6b731f6c-5425-4da5-b904-6b773474d204', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:30:03,129 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.318s 2022-08-22 17:30:03,129 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:02 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-77749e47-00d3-4546-b9d6-64d53eda4b21', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00d4fbcf7d34418f8171e8c68d1723dc", "name": "tempest-VolumesActionsTest-572867422-project", "password_expires_at": null}, "audit_ids": ["v5aztxedRG6nIRT9bzHKXQ"], "expires_at": "2022-08-22T18:30:02.000000Z", "issued_at": "2022-08-22T17:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14b3a97e6ac84c80a5c7e50dd8b91f9c", "name": "tempest-VolumesActionsTest-572867422"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:30:03,130 123992 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '7bd06c82-32e0-4d02-bb5d-e3160232df70', 'name': 'tempest-VolumesActionsTest-26207784-network', 'tenant_id': '14b3a97e6ac84c80a5c7e50dd8b91f9c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '14b3a97e6ac84c80a5c7e50dd8b91f9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 234, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:29:53Z', 'updated_at': '2022-08-22T17:29:54Z', 'revision_number': 1} available for tenant 2022-08-22 17:30:04,203 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://10.222.0.96/compute/v2.1/servers 1.072s 2022-08-22 17:30:04,203 123992 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-1915745195", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "7bd06c82-32e0-4d02-bb5d-e3160232df70"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-34af3418-c741-48b1-96ae-0dc0b5a3d8f6', 'x-compute-request-id': 'req-34af3418-c741-48b1-96ae-0dc0b5a3d8f6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:30:04,364 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.144s 2022-08-22 17:30:04,364 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:04 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-f159ba63-910b-43cc-9287-020bc3879ecc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00d4fbcf7d34418f8171e8c68d1723dc", "name": "tempest-VolumesActionsTest-572867422-project", "password_expires_at": null}, "audit_ids": ["_nwC8CkFSUyVIxAU80pecA"], "expires_at": "2022-08-22T18:30:04.000000Z", "issued_at": "2022-08-22T17:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14b3a97e6ac84c80a5c7e50dd8b91f9c", "name": "tempest-VolumesActionsTest-572867422"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/14b3a97e6ac84c80a5c7e50dd8b91f9c", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:30:04,365 123992 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '7bd06c82-32e0-4d02-bb5d-e3160232df70', 'name': 'tempest-VolumesActionsTest-26207784-network', 'tenant_id': '14b3a97e6ac84c80a5c7e50dd8b91f9c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '14b3a97e6ac84c80a5c7e50dd8b91f9c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 234, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:29:53Z', 'updated_at': '2022-08-22T17:29:54Z', 'revision_number': 1} available for tenant 2022-08-22 17:30:05,116 123992 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://10.222.0.96/compute/v2.1/servers 0.750s 2022-08-22 17:30:05,117 123992 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-1864253920", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "7bd06c82-32e0-4d02-bb5d-e3160232df70"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30: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-e1596112-cc26-4cf3-a731-5d528468e070', 'x-compute-request-id': 'req-e1596112-cc26-4cf3-a731-5d528468e070', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:40:14,866 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.220s 2022-08-22 17:40:14,866 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:14 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-02348e25-f4af-4e1d-8081-71868a5d7661', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9f6eb638f39d452581772e673ba5b8d7", "name": "tempest-VolumesSnapshotTestJSON-2038313507-project", "password_expires_at": null}, "audit_ids": ["OOjyy34WRXWJV-45d4PhHw"], "expires_at": "2022-08-22T18:40:14.000000Z", "issued_at": "2022-08-22T17:40:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fb8cbbc262c4330a486120d8a8466f7", "name": "tempest-VolumesSnapshotTestJSON-2038313507"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:40:14,867 123987 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'f6565400-a04a-4566-864e-9619df37cd89', 'name': 'tempest-VolumesSnapshotTestJSON-917613956-network', 'tenant_id': '8fb8cbbc262c4330a486120d8a8466f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8fb8cbbc262c4330a486120d8a8466f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:37:48Z', 'updated_at': '2022-08-22T17:37:48Z', 'revision_number': 1} available for tenant 2022-08-22 17:40:15,362 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 500 POST http://10.222.0.96/compute/v2.1/servers 0.493s 2022-08-22 17:40:15,362 123987 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-321504512", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "f6565400-a04a-4566-864e-9619df37cd89"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-a1a4ed46-d8ed-4589-b9dd-ac35a8612a77', 'x-compute-request-id': 'req-a1a4ed46-d8ed-4589-b9dd-ac35a8612a77', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:40:24,854 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots 0.869s 2022-08-22 17:40:24,855 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "108d3245-d437-4b61-b483-4731e245747e", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3658a3d-915b-485d-ae89-c8fe134f6070', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3658a3d-915b-485d-ae89-c8fe134f6070', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots'} Body: b'{"snapshot": {"id": "c061401e-d5b4-4a89-8931-abbcb6c116c8", "created_at": "2022-08-22T17:40:24.470165", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487", "description": null, "volume_id": "108d3245-d437-4b61-b483-4731e245747e", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-22 17:40:24,890 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8 0.031s 2022-08-22 17:40:24,896 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-873d0c5e-45f3-45be-a8f7-4e2fdaa2f8b1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-873d0c5e-45f3-45be-a8f7-4e2fdaa2f8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8'} Body: b'{"snapshot": {"id": "c061401e-d5b4-4a89-8931-abbcb6c116c8", "created_at": "2022-08-22T17:40:24.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487", "description": null, "volume_id": "108d3245-d437-4b61-b483-4731e245747e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "8fb8cbbc262c4330a486120d8a8466f7", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:40:25,931 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8 0.030s 2022-08-22 17:40:25,932 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38abc01c-408d-4a77-8d3a-62daa6069ad8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38abc01c-408d-4a77-8d3a-62daa6069ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8'} Body: b'{"snapshot": {"id": "c061401e-d5b4-4a89-8931-abbcb6c116c8", "created_at": "2022-08-22T17:40:24.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487", "description": null, "volume_id": "108d3245-d437-4b61-b483-4731e245747e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "8fb8cbbc262c4330a486120d8a8466f7", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:40:27,034 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8 0.097s 2022-08-22 17:40:27,040 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48d375a-da27-42d7-98e5-c91351c449dd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48d375a-da27-42d7-98e5-c91351c449dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8'} Body: b'{"snapshot": {"id": "c061401e-d5b4-4a89-8931-abbcb6c116c8", "created_at": "2022-08-22T17:40:24.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487", "description": null, "volume_id": "108d3245-d437-4b61-b483-4731e245747e", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "8fb8cbbc262c4330a486120d8a8466f7", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:40:28,115 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8 0.070s 2022-08-22 17:40:28,116 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c8550e4-0e47-4528-9d53-2a0c240ac67a', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c8550e4-0e47-4528-9d53-2a0c240ac67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7/snapshots/c061401e-d5b4-4a89-8931-abbcb6c116c8'} Body: b'{"snapshot": {"id": "c061401e-d5b4-4a89-8931-abbcb6c116c8", "created_at": "2022-08-22T17:40:24.000000", "updated_at": "2022-08-22T17:40:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-534015487", "description": null, "volume_id": "108d3245-d437-4b61-b483-4731e245747e", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "8fb8cbbc262c4330a486120d8a8466f7", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:40:28,123 123987 INFO [tempest.common.waiters] snapshot c061401e-d5b4-4a89-8931-abbcb6c116c8 reached available after waiting for 4.123285 seconds 2022-08-22 17:40:28,185 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.053s 2022-08-22 17:40:28,185 123987 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:28 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-451f7a93-ee9d-4f00-ad8e-34a3d1f6e3c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9f6eb638f39d452581772e673ba5b8d7", "name": "tempest-VolumesSnapshotTestJSON-2038313507-project", "password_expires_at": null}, "audit_ids": ["vfErXuo2T6iINC_t_JgHzg"], "expires_at": "2022-08-22T18:40:28.000000Z", "issued_at": "2022-08-22T17:40:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fb8cbbc262c4330a486120d8a8466f7", "name": "tempest-VolumesSnapshotTestJSON-2038313507"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/8fb8cbbc262c4330a486120d8a8466f7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:40:28,186 123987 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'f6565400-a04a-4566-864e-9619df37cd89', 'name': 'tempest-VolumesSnapshotTestJSON-917613956-network', 'tenant_id': '8fb8cbbc262c4330a486120d8a8466f7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8fb8cbbc262c4330a486120d8a8466f7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 244, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:37:48Z', 'updated_at': '2022-08-22T17:37:48Z', 'revision_number': 1} available for tenant 2022-08-22 17:40:28,921 123987 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST http://10.222.0.96/compute/v2.1/servers 0.734s 2022-08-22 17:40:28,921 123987 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-166086362", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "f6565400-a04a-4566-864e-9619df37cd89"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-a20c87cb-cdf2-4baa-98db-643c2a751aa2', 'x-compute-request-id': 'req-a20c87cb-cdf2-4baa-98db-643c2a751aa2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:49:33,037 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.349s 2022-08-22 17:49:33,037 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1606028854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBrrLrjUHExWISRev3U0XoTtG72Q7LjVD2vEpQR18b47ehzn8CbW795PO7DSmTzLaNsj7hQa/T5xvNifE45EuE2/382Ad1ekFC4x7xFiTCzEoDCFxwg6arkNY6rS0yh5MA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:32 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-a1097649-214b-409f-841a-60254beda75f', 'x-compute-request-id': 'req-a1097649-214b-409f-841a-60254beda75f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1606028854", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBrrLrjUHExWISRev3U0XoTtG72Q7LjVD2vEpQR18b47ehzn8CbW795PO7DSmTzLaNsj7hQa/T5xvNifE45EuE2/382Ad1ekFC4x7xFiTCzEoDCFxwg6arkNY6rS0yh5MA==", "fingerprint": "34:97:e4:c4:96:25:87:04:6e:eb:3a:18:c7:55:ce:6d", "user_id": "525ed235b6b6426db9a521248755b0fd"}}' 2022-08-22 17:49:33,081 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.035s 2022-08-22 17:49:33,082 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:33 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-252dfd84-53bc-4538-9250-d79e4c25caaf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "525ed235b6b6426db9a521248755b0fd", "name": "tempest-TestEncryptedCinderVolumes-339501940-project", "password_expires_at": null}, "audit_ids": ["h057-YvIQJy-sH7_MMGIDw"], "expires_at": "2022-08-22T18:49:33.000000Z", "issued_at": "2022-08-22T17:49:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1686a86d1a743a59a2cca88845b9a51", "name": "tempest-TestEncryptedCinderVolumes-339501940"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:49:33,082 177485 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': 'a7f072bb-a83a-45b7-be65-4a2007508711', 'name': 'tempest-TestEncryptedCinderVolumes-1463565002-network', 'tenant_id': 'a1686a86d1a743a59a2cca88845b9a51', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1686a86d1a743a59a2cca88845b9a51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 225, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:49:20Z', 'updated_at': '2022-08-22T17:49:20Z', 'revision_number': 1} available for tenant 2022-08-22 17:49:33,367 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 500 POST http://10.222.0.96/compute/v2.1/servers 0.284s 2022-08-22 17:49:33,368 177485 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-2063862996", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1606028854", "networks": [{"uuid": "a7f072bb-a83a-45b7-be65-4a2007508711"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49: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-c54bd253-2378-4fbd-9551-85276aa386e2', 'x-compute-request-id': 'req-c54bd253-2378-4fbd-9551-85276aa386e2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:49:33,464 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1606028854 0.083s 2022-08-22 17:49:33,464 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:33 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-28182a66-75b2-4484-a4ea-f5bd270dba62', 'x-compute-request-id': 'req-28182a66-75b2-4484-a4ea-f5bd270dba62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1606028854'} 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-22 17:49:33,597 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.126s 2022-08-22 17:49:33,597 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1676697438", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGu22Q+ObZVTXlTCZCjEHsIjLL5FzIj25KmY1LXfLidxvdnjf3IDeqsFZL2ui5lJcBEUjsfZoG6iLV/l+ZtGTNkQjVbRy67iMn5QE/5nRt8UDz6eRu2NR/MPmHHwpr3GGA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:33 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-b24b0205-5ab2-43cc-93d2-8083f486824d', 'x-compute-request-id': 'req-b24b0205-5ab2-43cc-93d2-8083f486824d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1676697438", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGu22Q+ObZVTXlTCZCjEHsIjLL5FzIj25KmY1LXfLidxvdnjf3IDeqsFZL2ui5lJcBEUjsfZoG6iLV/l+ZtGTNkQjVbRy67iMn5QE/5nRt8UDz6eRu2NR/MPmHHwpr3GGA==", "fingerprint": "42:a9:1b:63:2d:e8:b4:a1:9c:9b:6f:1a:20:ca:a2:92", "user_id": "525ed235b6b6426db9a521248755b0fd"}}' 2022-08-22 17:49:33,639 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.034s 2022-08-22 17:49:33,640 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:33 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-c91e0c9f-82be-4ec9-856c-1e02b4f3b6c8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "525ed235b6b6426db9a521248755b0fd", "name": "tempest-TestEncryptedCinderVolumes-339501940-project", "password_expires_at": null}, "audit_ids": ["dH6IJ0FJRlm3YWlr_EHqYA"], "expires_at": "2022-08-22T18:49:33.000000Z", "issued_at": "2022-08-22T17:49:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1686a86d1a743a59a2cca88845b9a51", "name": "tempest-TestEncryptedCinderVolumes-339501940"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:49:33,640 177485 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': 'a7f072bb-a83a-45b7-be65-4a2007508711', 'name': 'tempest-TestEncryptedCinderVolumes-1463565002-network', 'tenant_id': 'a1686a86d1a743a59a2cca88845b9a51', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1686a86d1a743a59a2cca88845b9a51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 225, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:49:20Z', 'updated_at': '2022-08-22T17:49:20Z', 'revision_number': 1} available for tenant 2022-08-22 17:49:33,940 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 500 POST http://10.222.0.96/compute/v2.1/servers 0.298s 2022-08-22 17:49:33,940 177485 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-1169709670", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1676697438", "networks": [{"uuid": "a7f072bb-a83a-45b7-be65-4a2007508711"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49: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-5320cca6-9be5-4b35-bbe3-e5ab23c383e9', 'x-compute-request-id': 'req-5320cca6-9be5-4b35-bbe3-e5ab23c383e9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:49:34,058 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1676697438 0.117s 2022-08-22 17:49:34,059 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:33 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-48926863-3556-4c11-a921-081a44780e78', 'x-compute-request-id': 'req-48926863-3556-4c11-a921-081a44780e78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1676697438'} 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-22 17:49:34,191 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.126s 2022-08-22 17:49:34,191 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1374884914", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFn6IZPi/I8o6lYuPpb1ayXCJOlYnRY+iOQ0GU366/+tn6iziikfaoKWXyW2owkossCf6GVSzJ3lxP0Aed39vt9se6ExrLUPAHcfqnK49LSW81j8KCqbOCwvjHS+ZitMbg=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49: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-1eaed899-b1d2-4cb1-9ec3-6a4a36af3390', 'x-compute-request-id': 'req-1eaed899-b1d2-4cb1-9ec3-6a4a36af3390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestEncryptedCinderVolumes-1374884914", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFn6IZPi/I8o6lYuPpb1ayXCJOlYnRY+iOQ0GU366/+tn6iziikfaoKWXyW2owkossCf6GVSzJ3lxP0Aed39vt9se6ExrLUPAHcfqnK49LSW81j8KCqbOCwvjHS+ZitMbg==", "fingerprint": "ee:29:ec:41:4b:e8:be:0a:ef:8c:99:85:0e:d5:ee:e1", "user_id": "525ed235b6b6426db9a521248755b0fd"}}' 2022-08-22 17:49:34,235 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.034s 2022-08-22 17:49:34,236 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:34 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-9bd7ec54-68e8-4649-a0d9-ba28f65cdd64', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "525ed235b6b6426db9a521248755b0fd", "name": "tempest-TestEncryptedCinderVolumes-339501940-project", "password_expires_at": null}, "audit_ids": ["oqE4PCQfQqSmuJWK4m92tA"], "expires_at": "2022-08-22T18:49:34.000000Z", "issued_at": "2022-08-22T17:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1686a86d1a743a59a2cca88845b9a51", "name": "tempest-TestEncryptedCinderVolumes-339501940"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a1686a86d1a743a59a2cca88845b9a51", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:49:34,236 177485 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'a7f072bb-a83a-45b7-be65-4a2007508711', 'name': 'tempest-TestEncryptedCinderVolumes-1463565002-network', 'tenant_id': 'a1686a86d1a743a59a2cca88845b9a51', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a1686a86d1a743a59a2cca88845b9a51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 225, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:49:20Z', 'updated_at': '2022-08-22T17:49:20Z', 'revision_number': 1} available for tenant 2022-08-22 17:49:34,554 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 POST http://10.222.0.96/compute/v2.1/servers 0.317s 2022-08-22 17:49:34,554 177485 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-1387967118", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-1374884914", "networks": [{"uuid": "a7f072bb-a83a-45b7-be65-4a2007508711"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49: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-0c0126bb-dd56-4a87-9f2f-3d29afe17c4e', 'x-compute-request-id': 'req-0c0126bb-dd56-4a87-9f2f-3d29afe17c4e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:49:34,647 177485 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1374884914 0.092s 2022-08-22 17:49:34,648 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49: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-4352de9e-6ee1-455f-8ef7-1d91f771199c', 'x-compute-request-id': 'req-4352de9e-6ee1-455f-8ef7-1d91f771199c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-1374884914'} 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-22 17:49:57,442 177485 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-22 17:49:57,764 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.96/image/v2/images 0.321s 2022-08-22 17:49:57,764 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--407087539", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1bde85ab-3875-4079-bc08-56af6d809964', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/image/v2/images'} Body: b'{"name": "tempest-scenario-img--407087539", "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": "4535aae351d7426cbd405ca27e30950c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "5f5fb0fe-56ad-443d-a496-56a61b6afbdd", "created_at": "2022-08-22T17:49:58Z", "updated_at": "2022-08-22T17:49:58Z", "tags": [], "self": "/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd", "file": "/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:50:08,768 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.96/image/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd/file 11.003s 2022-08-22 17:50:08,768 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f6339ecc9d0> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b3ae2bcf-a109-4b55-b548-095b0ddd1640', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd/file'} Body: b'' 2022-08-22 17:50:08,769 177485 DEBUG [tempest.scenario.manager] image:5f5fb0fe-56ad-443d-a496-56a61b6afbdd 2022-08-22 17:50:08,882 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.110s 2022-08-22 17:50:08,882 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2001423118", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzQDhkD1k9hnFjquTwIONYK7G0tw50zTJk0mUh31r0xxwR+qouQesGCdkCJbSWLk1VNL71o0XsUCErYq4hGNlje1FZr65QvOk6LUhrd0pzEeGxPBT16Dc9Ox3f2TznZBw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:08 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-87bf00b0-3ea2-4947-bda1-2cac43299123', 'x-compute-request-id': 'req-87bf00b0-3ea2-4947-bda1-2cac43299123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-2001423118", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHzQDhkD1k9hnFjquTwIONYK7G0tw50zTJk0mUh31r0xxwR+qouQesGCdkCJbSWLk1VNL71o0XsUCErYq4hGNlje1FZr65QvOk6LUhrd0pzEeGxPBT16Dc9Ox3f2TznZBw==", "fingerprint": "9d:d8:d1:c9:5f:a1:57:6d:f2:21:7f:b6:ae:3b:ea:b3", "user_id": "d0a7bce6324e41c3bee09e2b0d06285e"}}' 2022-08-22 17:50:08,923 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.032s 2022-08-22 17:50:08,923 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-365319b6-81c9-4418-9d4a-b297b6b3843e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0a7bce6324e41c3bee09e2b0d06285e", "name": "tempest-TestMinimumBasicScenario-1218042584-project", "password_expires_at": null}, "audit_ids": ["CqWv7KVMQkOlCZJz4LRcCQ"], "expires_at": "2022-08-22T18:50:08.000000Z", "issued_at": "2022-08-22T17:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4535aae351d7426cbd405ca27e30950c", "name": "tempest-TestMinimumBasicScenario-1218042584"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:50:08,923 177485 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '2aa82ea0-39b5-4099-8a07-1ca6ecaf52bb', 'name': 'tempest-TestMinimumBasicScenario-978028351-network', 'tenant_id': '4535aae351d7426cbd405ca27e30950c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4535aae351d7426cbd405ca27e30950c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:49:45Z', 'updated_at': '2022-08-22T17:49:45Z', 'revision_number': 1} available for tenant 2022-08-22 17:50:09,194 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 POST http://10.222.0.96/compute/v2.1/servers 0.269s 2022-08-22 17:50:09,194 177485 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-946644605", "imageRef": "5f5fb0fe-56ad-443d-a496-56a61b6afbdd", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-2001423118", "networks": [{"uuid": "2aa82ea0-39b5-4099-8a07-1ca6ecaf52bb"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50: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-a68691a7-6e16-4eae-9ca5-552f13fc3e64', 'x-compute-request-id': 'req-a68691a7-6e16-4eae-9ca5-552f13fc3e64', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:50:09,294 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2001423118 0.095s 2022-08-22 17:50:09,294 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50: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-cc47c475-c7a0-40f6-81b0-821117d92b06', 'x-compute-request-id': 'req-cc47c475-c7a0-40f6-81b0-821117d92b06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2001423118'} Body: b'' 2022-08-22 17:50:10,382 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.96/image/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd 1.087s 2022-08-22 17:50:10,383 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-90263c82-049e-4cd6-bd25-ab66ef6c9c54', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/5f5fb0fe-56ad-443d-a496-56a61b6afbdd'} 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-22 17:50:10,385 177485 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-22 17:50:10,520 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.96/image/v2/images 0.134s 2022-08-22 17:50:10,521 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--6707659", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '638', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e4f0fb93-382c-4998-88c5-7003cd25dc81', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/image/v2/images'} Body: b'{"name": "tempest-scenario-img--6707659", "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": "4535aae351d7426cbd405ca27e30950c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "30dacd1a-da17-4ed0-840d-c5b1da19aae0", "created_at": "2022-08-22T17:50:10Z", "updated_at": "2022-08-22T17:50:10Z", "tags": [], "self": "/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0", "file": "/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:50:20,624 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.96/image/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0/file 10.103s 2022-08-22 17:50:20,625 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f63393d21c0> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b4ad8190-737e-4464-888b-d60e1c61ac82', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0/file'} Body: b'' 2022-08-22 17:50:20,625 177485 DEBUG [tempest.scenario.manager] image:30dacd1a-da17-4ed0-840d-c5b1da19aae0 2022-08-22 17:50:20,760 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.132s 2022-08-22 17:50:20,760 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-176286372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL32N1V1K2TNjc2+Mvwu4BTn8RlUmucicdkIhSGhHqLSzx76K5SUwx/9+W3roBF6AniXo0Z/3/QmMK1feQaujw1EMYBWWLAoLJozlPR1/anQGBQpVr/I2l1ACwDT8diY/g=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19e21867-0492-4a63-88e6-4eb4b5c7980c', 'x-compute-request-id': 'req-19e21867-0492-4a63-88e6-4eb4b5c7980c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-176286372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL32N1V1K2TNjc2+Mvwu4BTn8RlUmucicdkIhSGhHqLSzx76K5SUwx/9+W3roBF6AniXo0Z/3/QmMK1feQaujw1EMYBWWLAoLJozlPR1/anQGBQpVr/I2l1ACwDT8diY/g==", "fingerprint": "00:44:16:87:e6:d6:ee:f3:db:78:e6:4d:a0:a6:f5:f0", "user_id": "d0a7bce6324e41c3bee09e2b0d06285e"}}' 2022-08-22 17:50:20,802 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.033s 2022-08-22 17:50:20,803 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7048496a-a00b-4bd4-8155-82dc1b98f6e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0a7bce6324e41c3bee09e2b0d06285e", "name": "tempest-TestMinimumBasicScenario-1218042584-project", "password_expires_at": null}, "audit_ids": ["Wos5GkCjQJiB6TU4FlfRUQ"], "expires_at": "2022-08-22T18:50:20.000000Z", "issued_at": "2022-08-22T17:50:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4535aae351d7426cbd405ca27e30950c", "name": "tempest-TestMinimumBasicScenario-1218042584"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/4535aae351d7426cbd405ca27e30950c", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:50:20,803 177485 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '2aa82ea0-39b5-4099-8a07-1ca6ecaf52bb', 'name': 'tempest-TestMinimumBasicScenario-978028351-network', 'tenant_id': '4535aae351d7426cbd405ca27e30950c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4535aae351d7426cbd405ca27e30950c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 229, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:49:45Z', 'updated_at': '2022-08-22T17:49:45Z', 'revision_number': 1} available for tenant 2022-08-22 17:50:21,414 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://10.222.0.96/compute/v2.1/servers 0.610s 2022-08-22 17:50:21,414 177485 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-811304480", "imageRef": "30dacd1a-da17-4ed0-840d-c5b1da19aae0", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-176286372", "networks": [{"uuid": "2aa82ea0-39b5-4099-8a07-1ca6ecaf52bb"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-d13bf3bd-12c2-45dc-b7fe-03053e8e44b2', 'x-compute-request-id': 'req-d13bf3bd-12c2-45dc-b7fe-03053e8e44b2', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:50:21,506 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-176286372 0.090s 2022-08-22 17:50:21,506 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1397c45f-4a9e-4081-ba64-9f78b50eecf3', 'x-compute-request-id': 'req-1397c45f-4a9e-4081-ba64-9f78b50eecf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-176286372'} Body: b'' 2022-08-22 17:50:22,716 177485 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.96/image/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0 1.209s 2022-08-22 17:50:22,716 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-faef1299-1b88-4d0c-adc1-0898ed991525', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96/image/v2/images/30dacd1a-da17-4ed0-840d-c5b1da19aae0'} 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-22 17:31:34,600 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.751s 2022-08-22 17:31:34,603 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1227745615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFuk3GQ2KH5izTgIOSknc7b1NMkUnkqJDaGEHiT+t1gFIvwujlooiXCXNAKatU7pkwXZsQN4OP/fj8uCnMOUkMubt8ijziVNwbMoGDJJr38vHzFi+KSCehlQuKc9jyeTgQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:31:33 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-e694f693-99fa-4243-ac21-2db95ba57e19', 'x-compute-request-id': 'req-e694f693-99fa-4243-ac21-2db95ba57e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1227745615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFuk3GQ2KH5izTgIOSknc7b1NMkUnkqJDaGEHiT+t1gFIvwujlooiXCXNAKatU7pkwXZsQN4OP/fj8uCnMOUkMubt8ijziVNwbMoGDJJr38vHzFi+KSCehlQuKc9jyeTgQ==", "fingerprint": "e3:1b:80:76:73:32:c9:a3:e2:c9:f6:45:6b:b5:b4:60", "user_id": "e7ab25bb2da94c739a70719d8829ccda"}}' 2022-08-22 17:31:35,990 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.381s 2022-08-22 17:31:35,991 123992 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-1563321772", "description": "tempest-secgroup-smoke-1563321772 description", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-e17169a8-2a59-454c-9b2d-3df111b54ad9', 'date': 'Mon, 22 Aug 2022 17:31:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "name": "tempest-secgroup-smoke-1563321772", "stateful": true, "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "description": "tempest-secgroup-smoke-1563321772 description", "shared": false, "security_group_rules": [{"id": "3df021e8-e60a-4d40-ba70-3e996790a99b", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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": 3288, "description": null, "tags": [], "created_at": "2022-08-22T17:31:35Z", "updated_at": "2022-08-22T17:31:35Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}, {"id": "b739ae20-26ea-4e05-8e92-e34fa1f0727b", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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": 3287, "description": null, "tags": [], "created_at": "2022-08-22T17:31:35Z", "updated_at": "2022-08-22T17:31:35Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}], "tags": [], "created_at": "2022-08-22T17:31:35Z", "updated_at": "2022-08-22T17:31:35Z", "revision_number": 1, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:37,591 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.600s 2022-08-22 17:31:37,592 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-fca198a5-38d9-4eda-923d-9981d42028a6', 'date': 'Mon, 22 Aug 2022 17:31:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fa6c6ba5-2851-4b5d-b4e0-d155e1ba7363", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:36Z", "updated_at": "2022-08-22T17:31:36Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:38,658 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.066s 2022-08-22 17:31:38,659 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-4be7f7a8-3a6f-4afc-a74a-05fe064dd731', 'date': 'Mon, 22 Aug 2022 17:31:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "acb46e15-0643-48a9-9440-1f51e9b991dd", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:38Z", "updated_at": "2022-08-22T17:31:38Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:39,396 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.736s 2022-08-22 17:31:39,396 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-993a02e8-3c2e-4cf4-993d-88e93564ff5d', 'date': 'Mon, 22 Aug 2022 17:31:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67cd5d7e-401f-4ce3-b22e-8aa89d712f2e", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:39Z", "updated_at": "2022-08-22T17:31:39Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:40,392 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.995s 2022-08-22 17:31:40,392 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-94cc764f-3b0d-4138-bd2d-8f6d2d6395ac', 'date': 'Mon, 22 Aug 2022 17:31:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4b5d066c-3c83-4843-ae13-830dc71229bd", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:39Z", "updated_at": "2022-08-22T17:31:39Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:41,835 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.443s 2022-08-22 17:31:41,836 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1342a9ba-c7b6-471f-88d3-3457abe08bdd', 'date': 'Mon, 22 Aug 2022 17:31:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a1e3936-ab0d-49c4-acda-5933267e0f6a", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:40Z", "updated_at": "2022-08-22T17:31:40Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:43,632 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.795s 2022-08-22 17:31:43,633 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6d9e7d61-50e6-4fb9-a24c-fa29381aa707', 'date': 'Mon, 22 Aug 2022 17:31:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "061cffac-5179-40ae-95d3-b2f7e33c754f", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "52cec27f-110a-49ce-a061-58e6a0d3adb6", "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-22T17:31:42Z", "updated_at": "2022-08-22T17:31:42Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:44,995 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.361s 2022-08-22 17:31:44,995 123992 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--1253353432", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0b226428-bd82-4420-a02a-bee8be88b517', 'date': 'Mon, 22 Aug 2022 17:31:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"14b514d5-dd40-4cde-99b4-7819ff8dfae7","name":"tempest-network-smoke--1253353432","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:31:44Z","updated_at":"2022-08-22T17:31:44Z","revision_number":1}}' 2022-08-22 17:31:55,880 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 10.883s 2022-08-22 17:31:55,880 123992 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-1737238827", "admin_state_up": true, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-f9612bd3-979d-491c-8a94-03d67fed1fb2', 'date': 'Mon, 22 Aug 2022 17:31:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "a4d6a078-d785-48f1-993c-f58252ef2140", "name": "tempest-TestNetworkAdvancedServerOps-router-1737238827", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.247"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:31:45Z", "updated_at": "2022-08-22T17:31:51Z", "revision_number": 3, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:31:56,474 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28 0.593s 2022-08-22 17:31:56,475 123992 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-27aaf08a-e6dd-4e15-a059-91c03b7da088', 'date': 'Mon, 22 Aug 2022 17:31:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:31:56,877 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.400s 2022-08-22 17:31:56,877 123992 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-13530647-f3b1-42df-97ca-a19aa26d1fe0', 'date': 'Mon, 22 Aug 2022 17:31:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:31:57,012 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.133s 2022-08-22 17:31:57,012 123992 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-2fe7fb8c-87fe-49ac-bcea-bbfca75963d6', 'date': 'Mon, 22 Aug 2022 17:31:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:31:59,416 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.403s 2022-08-22 17:31:59,417 123992 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-1299086840", "network_id": "14b514d5-dd40-4cde-99b4-7819ff8dfae7", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-aa2dc756-527f-4158-bd8e-78a2a01aa941', 'date': 'Mon, 22 Aug 2022 17:31:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"69bbbdf9-1c1c-4c92-a60d-571ca92acfdb","name":"tempest-subnet-smoke-1299086840","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","network_id":"14b514d5-dd40-4cde-99b4-7819ff8dfae7","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-22T17:31:57Z","updated_at":"2022-08-22T17:31:57Z","revision_number":0,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:10,175 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140/add_router_interface 10.757s 2022-08-22 17:32:10,175 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "69bbbdf9-1c1c-4c92-a60d-571ca92acfdb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-dea37778-27e1-424b-9539-114b471b9282', 'date': 'Mon, 22 Aug 2022 17:32:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140/add_router_interface'} Body: b'{"id": "a4d6a078-d785-48f1-993c-f58252ef2140", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "a4fcc61b-e1fd-4812-9fe9-8e05838ee71f", "network_id": "14b514d5-dd40-4cde-99b4-7819ff8dfae7", "subnet_id": "69bbbdf9-1c1c-4c92-a60d-571ca92acfdb", "subnet_ids": ["69bbbdf9-1c1c-4c92-a60d-571ca92acfdb"]}' 2022-08-22 17:32:10,593 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.410s 2022-08-22 17:32:10,594 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32:10 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-6ab2ae6f-87a6-4db9-aeeb-9fe5f2d7c8c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7ab25bb2da94c739a70719d8829ccda", "name": "tempest-TestNetworkAdvancedServerOps-847049055-project", "password_expires_at": null}, "audit_ids": ["wJ-9F1JeQqSF0e2PtJo_Cw"], "expires_at": "2022-08-22T18:32:10.000000Z", "issued_at": "2022-08-22T17:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05b947f48bd24315b147bc1cb4c2f6c7", "name": "tempest-TestNetworkAdvancedServerOps-847049055"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:32:10,594 123992 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration) Found network None available for tenant 2022-08-22 17:32:12,001 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 1.406s 2022-08-22 17:32:12,002 123992 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-1918238012", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "14b514d5-dd40-4cde-99b4-7819ff8dfae7"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1227745615", "security_groups": [{"name": "tempest-secgroup-smoke-1563321772"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32: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-74e11d91-1842-4df3-86e1-955bb9e1fa39', 'x-compute-request-id': 'req-74e11d91-1842-4df3-86e1-955bb9e1fa39', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:32:18,105 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140/remove_router_interface 6.095s 2022-08-22 17:32:18,106 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "69bbbdf9-1c1c-4c92-a60d-571ca92acfdb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-00da2f7f-9f1d-45f7-bf44-072505d824dd', 'date': 'Mon, 22 Aug 2022 17:32:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140/remove_router_interface'} Body: b'{"id": "a4d6a078-d785-48f1-993c-f58252ef2140", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "a4fcc61b-e1fd-4812-9fe9-8e05838ee71f", "network_id": "14b514d5-dd40-4cde-99b4-7819ff8dfae7", "subnet_id": "69bbbdf9-1c1c-4c92-a60d-571ca92acfdb", "subnet_ids": ["69bbbdf9-1c1c-4c92-a60d-571ca92acfdb"]}' 2022-08-22 17:32:19,186 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/69bbbdf9-1c1c-4c92-a60d-571ca92acfdb 1.079s 2022-08-22 17:32:19,187 123992 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-c311d8fc-8079-4ec4-ab6a-c3d8ffa16e9c', 'date': 'Mon, 22 Aug 2022 17:32:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/69bbbdf9-1c1c-4c92-a60d-571ca92acfdb'} Body: b'' 2022-08-22 17:32:23,060 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140 3.872s 2022-08-22 17:32:23,060 123992 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-bbe4eab3-044b-4812-bc40-32e23fc808b5', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:32:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a4d6a078-d785-48f1-993c-f58252ef2140'} Body: b'' 2022-08-22 17:32:24,406 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/14b514d5-dd40-4cde-99b4-7819ff8dfae7 1.345s 2022-08-22 17:32:24,406 123992 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-c586cbbe-17ab-435c-a883-22c266d6b943', 'date': 'Mon, 22 Aug 2022 17:32:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/14b514d5-dd40-4cde-99b4-7819ff8dfae7'} Body: b'' 2022-08-22 17:32:25,736 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/52cec27f-110a-49ce-a061-58e6a0d3adb6 1.330s 2022-08-22 17:32:25,737 123992 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-eb27e320-2e53-4824-b321-5ae4be67e033', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:32:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/52cec27f-110a-49ce-a061-58e6a0d3adb6'} Body: b'' 2022-08-22 17:32:25,891 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1227745615 0.154s 2022-08-22 17:32:25,891 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74359609-ae00-4985-aead-ac0c2283081f', 'x-compute-request-id': 'req-74359609-ae00-4985-aead-ac0c2283081f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1227745615'} 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-22 17:32:26,200 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.303s 2022-08-22 17:32:26,200 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-159907735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkYnPbhhBRr50Urgd+0dVMl3YpWh+E8SJBpmEJYItypk2rkm+wipbmTDY2CbJU/pXGlJDQO4rQQxCjceYosuHT57kh9y8uJUjdkYRrpem7UiS1Jevvam9OuRrZikVzhew=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32:25 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-d71dbb68-79be-4d42-8c28-ef3a10aa770e', 'x-compute-request-id': 'req-d71dbb68-79be-4d42-8c28-ef3a10aa770e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-159907735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkYnPbhhBRr50Urgd+0dVMl3YpWh+E8SJBpmEJYItypk2rkm+wipbmTDY2CbJU/pXGlJDQO4rQQxCjceYosuHT57kh9y8uJUjdkYRrpem7UiS1Jevvam9OuRrZikVzhew==", "fingerprint": "5a:cb:d2:8c:23:31:90:d2:df:04:80:0a:da:07:47:5e", "user_id": "e7ab25bb2da94c739a70719d8829ccda"}}' 2022-08-22 17:32:27,217 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 1.013s 2022-08-22 17:32:27,217 123992 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-165891424", "description": "tempest-secgroup-smoke-165891424 description", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-87579a4f-2e88-4b76-8435-9ad712ea6233', 'date': 'Mon, 22 Aug 2022 17:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "77396b09-9082-404b-9a8e-45b4eec42dab", "name": "tempest-secgroup-smoke-165891424", "stateful": true, "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "description": "tempest-secgroup-smoke-165891424 description", "shared": false, "security_group_rules": [{"id": "03cccc1e-bff7-450e-99f2-0b072b33dc3f", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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": 3379, "description": null, "tags": [], "created_at": "2022-08-22T17:32:26Z", "updated_at": "2022-08-22T17:32:26Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}, {"id": "aaefde7e-242e-4312-a6da-f667344e6325", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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": 3378, "description": null, "tags": [], "created_at": "2022-08-22T17:32:26Z", "updated_at": "2022-08-22T17:32:26Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}], "tags": [], "created_at": "2022-08-22T17:32:26Z", "updated_at": "2022-08-22T17:32:26Z", "revision_number": 1, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:28,148 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.930s 2022-08-22 17:32:28,149 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-ab693ee4-cbf9-49d5-981b-457b534629a5', 'date': 'Mon, 22 Aug 2022 17:32:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "601a1f66-0df9-411e-a76c-b63886ccf01c", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:27Z", "updated_at": "2022-08-22T17:32:27Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:29,365 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.215s 2022-08-22 17:32:29,365 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-36df570d-8bf8-4eb4-83bb-9dbc001c02e6', 'date': 'Mon, 22 Aug 2022 17:32:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "32db70fc-9fae-4029-a67e-b329791a3d67", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:28Z", "updated_at": "2022-08-22T17:32:28Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:31,149 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.782s 2022-08-22 17:32:31,149 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-995b7e40-b63b-4a38-8122-d4f575361895', 'date': 'Mon, 22 Aug 2022 17:32:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a04216a6-1450-4fe5-a460-037f423f68e4", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:30Z", "updated_at": "2022-08-22T17:32:30Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:32,244 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.094s 2022-08-22 17:32:32,245 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-651f3e3b-c973-4ebe-9580-ffd2d864acbb', 'date': 'Mon, 22 Aug 2022 17:32:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "42b3e00c-54a8-4f18-a4dd-ed5fc03f6fdb", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:31Z", "updated_at": "2022-08-22T17:32:31Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:33,064 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.818s 2022-08-22 17:32:33,064 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-42ea30be-cb12-40d0-bd0c-e6328ab26698', 'date': 'Mon, 22 Aug 2022 17:32:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "879c50f1-7d04-4a40-b9ac-80bea4e985c8", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:32Z", "updated_at": "2022-08-22T17:32:32Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:34,056 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.991s 2022-08-22 17:32:34,057 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-90062b31-1ac6-4cbd-b531-6653e43c5bfd', 'date': 'Mon, 22 Aug 2022 17:32:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ec9cc620-52ab-4f67-a73f-02f096657dc6", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "77396b09-9082-404b-9a8e-45b4eec42dab", "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-22T17:32:33Z", "updated_at": "2022-08-22T17:32:33Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:35,253 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.196s 2022-08-22 17:32:35,254 123992 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--15000198", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '568', 'x-openstack-request-id': 'req-82e49a80-9f78-417c-964a-825ce648bc97', 'date': 'Mon, 22 Aug 2022 17:32:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"9e9eb0df-2d7e-4c74-bec8-071022c83fb7","name":"tempest-network-smoke--15000198","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:32:34Z","updated_at":"2022-08-22T17:32:34Z","revision_number":1}}' 2022-08-22 17:32:42,846 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 7.592s 2022-08-22 17:32:42,847 123992 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-1983731966", "admin_state_up": true, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-1dd2d597-af36-4bf5-b206-417116733ceb', 'date': 'Mon, 22 Aug 2022 17:32:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "e8604a6d-0d91-4cb6-a38e-e52f94375cae", "name": "tempest-TestNetworkAdvancedServerOps-router-1983731966", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.51"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:32:35Z", "updated_at": "2022-08-22T17:32:39Z", "revision_number": 3, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:42,979 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28 0.131s 2022-08-22 17:32:42,979 123992 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-8bea5a9f-aacf-4744-a129-c63cb308b0ce', 'date': 'Mon, 22 Aug 2022 17:32:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:32:43,240 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.260s 2022-08-22 17:32:43,240 123992 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-58a500de-870f-4d7e-a915-a423afd42810', 'date': 'Mon, 22 Aug 2022 17:32:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:32:43,304 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.062s 2022-08-22 17:32:43,304 123992 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-f38d70ab-3253-4d8b-8a09-0956582128a5', 'date': 'Mon, 22 Aug 2022 17:32:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:32:44,688 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.382s 2022-08-22 17:32:44,688 123992 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-1122972649", "network_id": "9e9eb0df-2d7e-4c74-bec8-071022c83fb7", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-c6595b79-38f8-4ec7-9adb-725dfd696a53', 'date': 'Mon, 22 Aug 2022 17:32:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"559b841b-6f8c-4319-b36c-d8b4581e3192","name":"tempest-subnet-smoke-1122972649","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","network_id":"9e9eb0df-2d7e-4c74-bec8-071022c83fb7","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-22T17:32:43Z","updated_at":"2022-08-22T17:32:43Z","revision_number":0,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:32:51,735 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae/add_router_interface 7.046s 2022-08-22 17:32:51,735 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "559b841b-6f8c-4319-b36c-d8b4581e3192"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9304df7b-8401-4bde-8eee-a984831ee468', 'date': 'Mon, 22 Aug 2022 17:32:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae/add_router_interface'} Body: b'{"id": "e8604a6d-0d91-4cb6-a38e-e52f94375cae", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "0f42f0c6-8910-4bb8-8c3d-3a3c48756126", "network_id": "9e9eb0df-2d7e-4c74-bec8-071022c83fb7", "subnet_id": "559b841b-6f8c-4319-b36c-d8b4581e3192", "subnet_ids": ["559b841b-6f8c-4319-b36c-d8b4581e3192"]}' 2022-08-22 17:32:52,009 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.143s 2022-08-22 17:32:52,009 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32:51 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-ee2e936a-5705-429e-9325-d34cef819f67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7ab25bb2da94c739a70719d8829ccda", "name": "tempest-TestNetworkAdvancedServerOps-847049055-project", "password_expires_at": null}, "audit_ids": ["knnwVJFaS8u0IR7rz5D5xw"], "expires_at": "2022-08-22T18:32:51.000000Z", "issued_at": "2022-08-22T17:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05b947f48bd24315b147bc1cb4c2f6c7", "name": "tempest-TestNetworkAdvancedServerOps-847049055"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:32:52,010 123992 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert) Found network None available for tenant 2022-08-22 17:32:53,744 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_cold_migration_revert): 500 POST http://10.222.0.96/compute/v2.1/servers 1.733s 2022-08-22 17:32:53,744 123992 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-1938697261", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "9e9eb0df-2d7e-4c74-bec8-071022c83fb7"}], "key_name": "tempest-TestNetworkAdvancedServerOps-159907735", "security_groups": [{"name": "tempest-secgroup-smoke-165891424"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-78c19bc6-78ad-44cf-894c-6f3cba1a9606', 'x-compute-request-id': 'req-78c19bc6-78ad-44cf-894c-6f3cba1a9606', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:33:00,339 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae/remove_router_interface 6.592s 2022-08-22 17:33:00,339 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "559b841b-6f8c-4319-b36c-d8b4581e3192"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-24f6edf2-188a-4f83-8654-73a4341f26d1', 'date': 'Mon, 22 Aug 2022 17:33:00 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae/remove_router_interface'} Body: b'{"id": "e8604a6d-0d91-4cb6-a38e-e52f94375cae", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "0f42f0c6-8910-4bb8-8c3d-3a3c48756126", "network_id": "9e9eb0df-2d7e-4c74-bec8-071022c83fb7", "subnet_id": "559b841b-6f8c-4319-b36c-d8b4581e3192", "subnet_ids": ["559b841b-6f8c-4319-b36c-d8b4581e3192"]}' 2022-08-22 17:33:02,532 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/559b841b-6f8c-4319-b36c-d8b4581e3192 2.192s 2022-08-22 17:33:02,532 123992 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-4ba9067d-da33-4c62-8f60-ec34bf035ef3', 'date': 'Mon, 22 Aug 2022 17:33:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/559b841b-6f8c-4319-b36c-d8b4581e3192'} Body: b'' 2022-08-22 17:33:04,491 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae 1.957s 2022-08-22 17:33:04,491 123992 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-b55ca535-cbe7-4226-a009-639bd842d7d0', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:33:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/e8604a6d-0d91-4cb6-a38e-e52f94375cae'} Body: b'' 2022-08-22 17:33:05,439 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/9e9eb0df-2d7e-4c74-bec8-071022c83fb7 0.947s 2022-08-22 17:33:05,439 123992 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-3f60449c-461d-49fd-9d92-d7f0e8962212', 'date': 'Mon, 22 Aug 2022 17:33:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/9e9eb0df-2d7e-4c74-bec8-071022c83fb7'} Body: b'' 2022-08-22 17:33:06,378 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/77396b09-9082-404b-9a8e-45b4eec42dab 0.939s 2022-08-22 17:33:06,379 123992 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-77a0a9b8-3dc0-442b-a147-4e65e448c078', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:33:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/77396b09-9082-404b-9a8e-45b4eec42dab'} Body: b'' 2022-08-22 17:33:06,496 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-159907735 0.116s 2022-08-22 17:33:06,496 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33: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-c71aa403-8a9e-4784-ba51-fb799ede594a', 'x-compute-request-id': 'req-c71aa403-8a9e-4784-ba51-fb799ede594a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-159907735'} 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-22 17:33:06,685 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.178s 2022-08-22 17:33:06,685 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-277874389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOKeq+aZO39tkz7Ed6EVhs08LIFHFv9dZjAQoC7lLq9KUh9sW9sDSb52tiheroMu1shj5stMPOEGNnfHv1B5b/6/bQUUE3sEnSlGZHOhG+P8Vxgp8Rf/eGHH3HvAK3rcZw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:06 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-1b1dd4d8-6a30-4cb3-8570-e97ef69970e0', 'x-compute-request-id': 'req-1b1dd4d8-6a30-4cb3-8570-e97ef69970e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-277874389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOKeq+aZO39tkz7Ed6EVhs08LIFHFv9dZjAQoC7lLq9KUh9sW9sDSb52tiheroMu1shj5stMPOEGNnfHv1B5b/6/bQUUE3sEnSlGZHOhG+P8Vxgp8Rf/eGHH3HvAK3rcZw==", "fingerprint": "33:bd:af:a3:7a:98:98:6e:6f:5e:a1:aa:72:b6:53:1f", "user_id": "e7ab25bb2da94c739a70719d8829ccda"}}' 2022-08-22 17:33:07,525 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.837s 2022-08-22 17:33:07,525 123992 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-1473467424", "description": "tempest-secgroup-smoke-1473467424 description", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-24bab2ec-3457-47d4-9a28-9b33e3396330', 'date': 'Mon, 22 Aug 2022 17:33:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1d5819d-91de-4bde-9976-67cef41548b0", "name": "tempest-secgroup-smoke-1473467424", "stateful": true, "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "description": "tempest-secgroup-smoke-1473467424 description", "shared": false, "security_group_rules": [{"id": "2e7becf1-cd88-4342-a265-347c428bdd6d", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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": 3498, "description": null, "tags": [], "created_at": "2022-08-22T17:33:07Z", "updated_at": "2022-08-22T17:33:07Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}, {"id": "fccd3313-4751-4c92-a2fa-979963972207", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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": 3499, "description": null, "tags": [], "created_at": "2022-08-22T17:33:07Z", "updated_at": "2022-08-22T17:33:07Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}], "tags": [], "created_at": "2022-08-22T17:33:06Z", "updated_at": "2022-08-22T17:33:07Z", "revision_number": 1, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:08,466 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.939s 2022-08-22 17:33:08,466 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-34fb86ca-0668-456f-aab3-da4892b70e15', 'date': 'Mon, 22 Aug 2022 17:33:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50f556e1-f3f6-498b-8a6c-8505b6e3d02d", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:08Z", "updated_at": "2022-08-22T17:33:08Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:09,870 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.403s 2022-08-22 17:33:09,871 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-70fd1f68-fa49-459b-95c8-9a6cc1f37e85', 'date': 'Mon, 22 Aug 2022 17:33:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f581cf83-9c4e-458b-957f-6c30860075d4", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:08Z", "updated_at": "2022-08-22T17:33:08Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:10,943 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.071s 2022-08-22 17:33:10,943 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-30b67751-432d-4bdd-a0c3-e5ce8bc12599', 'date': 'Mon, 22 Aug 2022 17:33:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d9b2d7b-79b7-484f-93d9-d8f53f240d63", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:10Z", "updated_at": "2022-08-22T17:33:10Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:11,643 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.691s 2022-08-22 17:33:11,643 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-0186b36c-f62c-4ac0-bf1e-e290db44060a', 'date': 'Mon, 22 Aug 2022 17:33:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba6ba217-0870-4c72-84b8-112cbdd376c1", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:11Z", "updated_at": "2022-08-22T17:33:11Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:12,388 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.744s 2022-08-22 17:33:12,389 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e957c3da-6eab-4a98-bd57-0b90c9d9a294', 'date': 'Mon, 22 Aug 2022 17:33:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1240a8c5-535c-4b94-8384-c23428d6a578", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:11Z", "updated_at": "2022-08-22T17:33:11Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:13,149 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.759s 2022-08-22 17:33:13,150 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1bc862b0-3a2f-4d51-8419-603d8b56d3d2', 'date': 'Mon, 22 Aug 2022 17:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0cbed666-0e34-40be-9860-4190de21dfa3", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "b1d5819d-91de-4bde-9976-67cef41548b0", "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-22T17:33:12Z", "updated_at": "2022-08-22T17:33:12Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:13,822 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.672s 2022-08-22 17:33:13,823 123992 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--548897940", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-94fcea09-2f07-43ac-8d78-66c38d02c648', 'date': 'Mon, 22 Aug 2022 17:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e8baf373-4291-476f-9e47-c6f6e93d7d00","name":"tempest-network-smoke--548897940","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:33:13Z","updated_at":"2022-08-22T17:33:13Z","revision_number":1}}' 2022-08-22 17:33:19,115 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 5.291s 2022-08-22 17:33:19,115 123992 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-378372463", "admin_state_up": true, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-67dbb5c2-60ea-44b7-869b-2197d004eba0', 'date': 'Mon, 22 Aug 2022 17:33:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "b75f1c6a-d442-4968-8cd5-f5c3e2d5b372", "name": "tempest-TestNetworkAdvancedServerOps-router-378372463", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.169"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:33:13Z", "updated_at": "2022-08-22T17:33:17Z", "revision_number": 3, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:19,240 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28 0.123s 2022-08-22 17:33:19,240 123992 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-ae2baad1-0bf4-4c5a-968c-d3d7291a8d1e', 'date': 'Mon, 22 Aug 2022 17:33:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:33:19,757 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.516s 2022-08-22 17:33:19,758 123992 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-8268b91e-dd49-45f9-9483-6256723c065e', 'date': 'Mon, 22 Aug 2022 17:33:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:33:19,855 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.096s 2022-08-22 17:33:19,855 123992 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-0db21600-f336-4bf8-be34-cb6f22d7a43f', 'date': 'Mon, 22 Aug 2022 17:33:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:33:22,435 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.578s 2022-08-22 17:33:22,435 123992 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-467325623", "network_id": "e8baf373-4291-476f-9e47-c6f6e93d7d00", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-41ae36b4-6fa9-413a-9493-aaab4fffc8a3', 'date': 'Mon, 22 Aug 2022 17:33:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb","name":"tempest-subnet-smoke-467325623","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","network_id":"e8baf373-4291-476f-9e47-c6f6e93d7d00","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-22T17:33:21Z","updated_at":"2022-08-22T17:33:21Z","revision_number":0,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:32,373 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372/add_router_interface 9.938s 2022-08-22 17:33:32,374 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-1c1407a2-f4ab-42a2-845f-cda7bbd3f357', 'date': 'Mon, 22 Aug 2022 17:33:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372/add_router_interface'} Body: b'{"id": "b75f1c6a-d442-4968-8cd5-f5c3e2d5b372", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "448847a5-5027-43d3-8899-8ec60bb75e84", "network_id": "e8baf373-4291-476f-9e47-c6f6e93d7d00", "subnet_id": "3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb", "subnet_ids": ["3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb"]}' 2022-08-22 17:33:32,622 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.242s 2022-08-22 17:33:32,623 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:32 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-c4f99c86-9f9f-4155-93af-f5a886f7ea80', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7ab25bb2da94c739a70719d8829ccda", "name": "tempest-TestNetworkAdvancedServerOps-847049055-project", "password_expires_at": null}, "audit_ids": ["7p1PEo3PR1mFi5fXRjuLRQ"], "expires_at": "2022-08-22T18:33:32.000000Z", "issued_at": "2022-08-22T17:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05b947f48bd24315b147bc1cb4c2f6c7", "name": "tempest-TestNetworkAdvancedServerOps-847049055"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:33:32,623 123992 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration) Found network None available for tenant 2022-08-22 17:33:34,174 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_live_migration): 500 POST http://10.222.0.96/compute/v2.1/servers 1.550s 2022-08-22 17:33:34,175 123992 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-1746376443", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "e8baf373-4291-476f-9e47-c6f6e93d7d00"}], "key_name": "tempest-TestNetworkAdvancedServerOps-277874389", "security_groups": [{"name": "tempest-secgroup-smoke-1473467424"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33: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-864869b0-539f-4b09-9370-2291e6af6ef9', 'x-compute-request-id': 'req-864869b0-539f-4b09-9370-2291e6af6ef9', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:33:41,197 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372/remove_router_interface 7.022s 2022-08-22 17:33:41,198 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e30879f1-a5a1-4652-8f59-feca2f0e3e2f', 'date': 'Mon, 22 Aug 2022 17:33:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372/remove_router_interface'} Body: b'{"id": "b75f1c6a-d442-4968-8cd5-f5c3e2d5b372", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "448847a5-5027-43d3-8899-8ec60bb75e84", "network_id": "e8baf373-4291-476f-9e47-c6f6e93d7d00", "subnet_id": "3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb", "subnet_ids": ["3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb"]}' 2022-08-22 17:33:43,005 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb 1.806s 2022-08-22 17:33:43,005 123992 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-9bd1eed7-5fa4-40f5-95d1-80f629a93632', 'date': 'Mon, 22 Aug 2022 17:33:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/3f2abddd-ea3a-46ee-8ebe-a65cd1f46feb'} Body: b'' 2022-08-22 17:33:46,667 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372 3.661s 2022-08-22 17:33:46,668 123992 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-fa8f13ab-ca2a-46da-a056-78f0636a1902', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:33:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/b75f1c6a-d442-4968-8cd5-f5c3e2d5b372'} Body: b'' 2022-08-22 17:33:49,385 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/e8baf373-4291-476f-9e47-c6f6e93d7d00 2.716s 2022-08-22 17:33:49,385 123992 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-14915a78-dbd6-4e84-a3fc-e50125a75735', 'date': 'Mon, 22 Aug 2022 17:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/e8baf373-4291-476f-9e47-c6f6e93d7d00'} Body: b'' 2022-08-22 17:33:49,962 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/b1d5819d-91de-4bde-9976-67cef41548b0 0.576s 2022-08-22 17:33:49,962 123992 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-7838ec12-80e2-4edc-a98c-e285fa5b6c3c', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/b1d5819d-91de-4bde-9976-67cef41548b0'} Body: b'' 2022-08-22 17:33:50,081 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-277874389 0.118s 2022-08-22 17:33:50,082 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33: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-806454c0-402e-4005-93fb-4627eb487084', 'x-compute-request-id': 'req-806454c0-402e-4005-93fb-4627eb487084', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-277874389'} 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-22 17:33:50,325 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.237s 2022-08-22 17:33:50,326 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1649978109", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPMqc2ncVAgijG8Ju8APYrsNrmuedJx2C9hKp5PlWDwSMdlMmK0cHirRLcBzlda4pd66l0Dp3JFwB1sn2Wn/wfwQnCV9MsfWOpXnkmMX18r2dWmHCCvi/k+L2QnPBZKntg=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:50 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-2e38f1ed-b5a6-41cb-8577-0ee7a24f891e', 'x-compute-request-id': 'req-2e38f1ed-b5a6-41cb-8577-0ee7a24f891e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1649978109", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPMqc2ncVAgijG8Ju8APYrsNrmuedJx2C9hKp5PlWDwSMdlMmK0cHirRLcBzlda4pd66l0Dp3JFwB1sn2Wn/wfwQnCV9MsfWOpXnkmMX18r2dWmHCCvi/k+L2QnPBZKntg==", "fingerprint": "69:2e:45:d8:48:5f:81:87:ca:74:de:2e:a2:a9:93:e4", "user_id": "e7ab25bb2da94c739a70719d8829ccda"}}' 2022-08-22 17:33:51,178 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.850s 2022-08-22 17:33:51,183 123992 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-1715702822", "description": "tempest-secgroup-smoke-1715702822 description", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-c78a287c-ab13-4cbb-a34b-2640c8d9d286', 'date': 'Mon, 22 Aug 2022 17:33:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "name": "tempest-secgroup-smoke-1715702822", "stateful": true, "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "description": "tempest-secgroup-smoke-1715702822 description", "shared": false, "security_group_rules": [{"id": "36c431da-ca2a-4142-9b29-ee66f24d4752", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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": 3584, "description": null, "tags": [], "created_at": "2022-08-22T17:33:50Z", "updated_at": "2022-08-22T17:33:50Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}, {"id": "5fe3a242-ab7a-4f91-a46a-e4306b6f993f", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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": 3585, "description": null, "tags": [], "created_at": "2022-08-22T17:33:50Z", "updated_at": "2022-08-22T17:33:50Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}], "tags": [], "created_at": "2022-08-22T17:33:50Z", "updated_at": "2022-08-22T17:33:50Z", "revision_number": 1, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:51,892 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.708s 2022-08-22 17:33:51,892 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-3bb35325-bf1e-42f2-b917-8d98210dc01b', 'date': 'Mon, 22 Aug 2022 17:33:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d39fd0a1-b9da-4c3d-91bd-113721ca4564", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:51Z", "updated_at": "2022-08-22T17:33:51Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:52,502 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.608s 2022-08-22 17:33:52,502 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "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-115f08f7-3412-4a04-b65d-8413f7a7c854', 'date': 'Mon, 22 Aug 2022 17:33:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b1dfa5f-3c99-433c-b594-255b1a3a15c5", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:52Z", "updated_at": "2022-08-22T17:33:52Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:53,376 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.873s 2022-08-22 17:33:53,377 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9aeaf08b-916f-47e8-a774-14321e687f11', 'date': 'Mon, 22 Aug 2022 17:33:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "55549e86-9409-4d89-a491-3da6e4faf140", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:52Z", "updated_at": "2022-08-22T17:33:52Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:54,171 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.794s 2022-08-22 17:33:54,172 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-eeecf19a-949f-4788-a674-3402de70a83e', 'date': 'Mon, 22 Aug 2022 17:33:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d356aba0-110e-44cf-b83d-d0c12d0ab193", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:53Z", "updated_at": "2022-08-22T17:33:53Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:55,190 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.017s 2022-08-22 17:33:55,190 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-7ec24923-8fcb-45fd-aea4-9742de3e97e0', 'date': 'Mon, 22 Aug 2022 17:33:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f59a914-3d82-4354-8c37-ae99886db28d", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:54Z", "updated_at": "2022-08-22T17:33:54Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:57,109 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.917s 2022-08-22 17:33:57,109 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-76cbf09c-cbfe-4763-97f7-242b5edfd6ec', 'date': 'Mon, 22 Aug 2022 17:33:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "58f962e9-e486-4ff5-a5fa-529309ba50b3", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "security_group_id": "d77e3778-3bb5-4023-84cd-b11ec90cf4c3", "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-22T17:33:56Z", "updated_at": "2022-08-22T17:33:56Z", "revision_number": 0, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:33:57,995 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.885s 2022-08-22 17:33:58,001 123992 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--418355840", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-48f59306-70c7-47db-af61-243cc8b4dd6b', 'date': 'Mon, 22 Aug 2022 17:33:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a6496acd-1422-4304-8a0c-3c36f42327e5","name":"tempest-network-smoke--418355840","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:33:57Z","updated_at":"2022-08-22T17:33:57Z","revision_number":1}}' 2022-08-22 17:34:03,615 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 5.613s 2022-08-22 17:34:03,616 123992 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-1191962259", "admin_state_up": true, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-7ae0e952-3639-4048-a652-55a20f0f4821', 'date': 'Mon, 22 Aug 2022 17:34:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "5782872f-59a4-4e0c-acc0-0ad29350b341", "name": "tempest-TestNetworkAdvancedServerOps-router-1191962259", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.51"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:33:58Z", "updated_at": "2022-08-22T17:34:01Z", "revision_number": 3, "project_id": "05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:34:03,729 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28 0.112s 2022-08-22 17:34:03,730 123992 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-b7a9a23e-5972-4b0f-b4dc-d38e4b758f6b', 'date': 'Mon, 22 Aug 2022 17:34:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=05b947f48bd24315b147bc1cb4c2f6c7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:34:03,964 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.233s 2022-08-22 17:34:03,964 123992 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-797764ab-3f8b-4e2a-8eb8-b4ec71f36f7f', 'date': 'Mon, 22 Aug 2022 17:34:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:34:04,133 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.168s 2022-08-22 17:34:04,133 123992 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-df84536d-c0c2-4f43-aaac-6c875a0ae08f', 'date': 'Mon, 22 Aug 2022 17:34:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:34:06,070 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.936s 2022-08-22 17:34:06,071 123992 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-2002115989", "network_id": "a6496acd-1422-4304-8a0c-3c36f42327e5", "project_id": "05b947f48bd24315b147bc1cb4c2f6c7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4f4c07d9-5079-4025-8ae5-00c223b58463', 'date': 'Mon, 22 Aug 2022 17:34:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"96d7b048-6434-451e-8d0b-1143e580109b","name":"tempest-subnet-smoke-2002115989","tenant_id":"05b947f48bd24315b147bc1cb4c2f6c7","network_id":"a6496acd-1422-4304-8a0c-3c36f42327e5","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-22T17:34:04Z","updated_at":"2022-08-22T17:34:04Z","revision_number":0,"project_id":"05b947f48bd24315b147bc1cb4c2f6c7"}}' 2022-08-22 17:34:13,615 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341/add_router_interface 7.543s 2022-08-22 17:34:13,615 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "96d7b048-6434-451e-8d0b-1143e580109b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7a898872-18b4-4df9-b119-40ffdf37a6e4', 'date': 'Mon, 22 Aug 2022 17:34:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341/add_router_interface'} Body: b'{"id": "5782872f-59a4-4e0c-acc0-0ad29350b341", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "42890cfa-ad14-4b83-bb24-0eed0b11c451", "network_id": "a6496acd-1422-4304-8a0c-3c36f42327e5", "subnet_id": "96d7b048-6434-451e-8d0b-1143e580109b", "subnet_ids": ["96d7b048-6434-451e-8d0b-1143e580109b"]}' 2022-08-22 17:34:13,810 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.188s 2022-08-22 17:34:13,811 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:13 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-99531b00-bc73-4c2e-b2df-33485d536d00', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7ab25bb2da94c739a70719d8829ccda", "name": "tempest-TestNetworkAdvancedServerOps-847049055-project", "password_expires_at": null}, "audit_ids": ["SUbuKbXySVmg4jQtiqimtg"], "expires_at": "2022-08-22T18:34:13.000000Z", "issued_at": "2022-08-22T17:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05b947f48bd24315b147bc1cb4c2f6c7", "name": "tempest-TestNetworkAdvancedServerOps-847049055"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/05b947f48bd24315b147bc1cb4c2f6c7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:34:13,811 123992 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant 2022-08-22 17:34:15,022 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.96/compute/v2.1/servers 1.209s 2022-08-22 17:34:15,022 123992 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-1103982912", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "a6496acd-1422-4304-8a0c-3c36f42327e5"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1649978109", "security_groups": [{"name": "tempest-secgroup-smoke-1715702822"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34: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-97b4fda2-2fff-49dc-942f-fc2462cb38e4', 'x-compute-request-id': 'req-97b4fda2-2fff-49dc-942f-fc2462cb38e4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:34:19,384 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341/remove_router_interface 4.361s 2022-08-22 17:34:19,384 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "96d7b048-6434-451e-8d0b-1143e580109b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-1051e65a-c6b2-4002-8950-ba86c5b76ec9', 'date': 'Mon, 22 Aug 2022 17:34:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341/remove_router_interface'} Body: b'{"id": "5782872f-59a4-4e0c-acc0-0ad29350b341", "tenant_id": "05b947f48bd24315b147bc1cb4c2f6c7", "port_id": "42890cfa-ad14-4b83-bb24-0eed0b11c451", "network_id": "a6496acd-1422-4304-8a0c-3c36f42327e5", "subnet_id": "96d7b048-6434-451e-8d0b-1143e580109b", "subnet_ids": ["96d7b048-6434-451e-8d0b-1143e580109b"]}' 2022-08-22 17:34:20,707 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/96d7b048-6434-451e-8d0b-1143e580109b 1.322s 2022-08-22 17:34:20,707 123992 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-c517033f-9494-47e9-9f9e-0a36dc0b42dd', 'date': 'Mon, 22 Aug 2022 17:34:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/96d7b048-6434-451e-8d0b-1143e580109b'} Body: b'' 2022-08-22 17:34:23,006 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341 2.298s 2022-08-22 17:34:23,007 123992 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-f1e64d11-44d4-44b3-9efb-2df1893559dd', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:34:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5782872f-59a4-4e0c-acc0-0ad29350b341'} Body: b'' 2022-08-22 17:34:24,075 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/a6496acd-1422-4304-8a0c-3c36f42327e5 1.067s 2022-08-22 17:34:24,075 123992 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-885114fd-2c1e-498c-8b06-fcffd2ded49b', 'date': 'Mon, 22 Aug 2022 17:34:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/a6496acd-1422-4304-8a0c-3c36f42327e5'} Body: b'' 2022-08-22 17:34:24,682 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/d77e3778-3bb5-4023-84cd-b11ec90cf4c3 0.607s 2022-08-22 17:34:24,683 123992 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-5f870f34-b0e2-4ca8-84cc-31258c7ab25f', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:34:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/d77e3778-3bb5-4023-84cd-b11ec90cf4c3'} Body: b'' 2022-08-22 17:34:24,906 123992 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1649978109 0.223s 2022-08-22 17:34:24,907 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34: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-e2c046dc-7695-4bee-b377-69b80f984429', 'x-compute-request-id': 'req-e2c046dc-7695-4bee-b377-69b80f984429', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1649978109'} 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-22 17:50:33,934 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.302s 2022-08-22 17:50:33,935 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1988371689", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG78HPm8GaC+s8Llc8MlW+rm6hzwKlzjK1AGGAZciP7VkdRyL+ZiJQnci7GmBeW/TrkVWE2oiUnsGnP0q7EovWJ3smpY/fZvKcvotrJsDtPISLZtDCftRG/FaimxrQxLiw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:33 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-56afd199-0ad2-4894-abf5-7a153b2d27a9', 'x-compute-request-id': 'req-56afd199-0ad2-4894-abf5-7a153b2d27a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1988371689", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG78HPm8GaC+s8Llc8MlW+rm6hzwKlzjK1AGGAZciP7VkdRyL+ZiJQnci7GmBeW/TrkVWE2oiUnsGnP0q7EovWJ3smpY/fZvKcvotrJsDtPISLZtDCftRG/FaimxrQxLiw==", "fingerprint": "6d:85:b4:fe:50:dd:0c:cb:3c:e1:1a:85:d6:9c:8c:50", "user_id": "f03d602c255c4acba76efbc6faf8cd74"}}' 2022-08-22 17:50:34,436 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.498s 2022-08-22 17:50:34,437 177485 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-1106799580", "description": "tempest-secgroup-smoke-1106799580 description", "project_id": "a89f2a978b004d16bf867ef955c44ce7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-cabedd35-4e6a-43c9-9823-211612d9a840', 'date': 'Mon, 22 Aug 2022 17:50:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "name": "tempest-secgroup-smoke-1106799580", "stateful": true, "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "description": "tempest-secgroup-smoke-1106799580 description", "shared": false, "security_group_rules": [{"id": "96a04567-be72-448a-ab22-5aee34e86ab4", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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": 4252, "description": null, "tags": [], "created_at": "2022-08-22T17:50:34Z", "updated_at": "2022-08-22T17:50:34Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}, {"id": "c7ea1ba1-757e-40ab-bd2c-9a501b0cb66c", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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": 4253, "description": null, "tags": [], "created_at": "2022-08-22T17:50:34Z", "updated_at": "2022-08-22T17:50:34Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}], "tags": [], "created_at": "2022-08-22T17:50:34Z", "updated_at": "2022-08-22T17:50:34Z", "revision_number": 1, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:34,731 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.294s 2022-08-22 17:50:34,732 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-205c333e-08f5-4b99-9a4c-c4d3f9994da2', 'date': 'Mon, 22 Aug 2022 17:50:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "816b88be-03d3-4d45-adb7-94ee92eae3b1", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:34Z", "updated_at": "2022-08-22T17:50:34Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:35,083 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.350s 2022-08-22 17:50:35,083 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-6fdf7655-2852-43a1-817b-d9e61ba49ccd', 'date': 'Mon, 22 Aug 2022 17:50:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f061e7b-7c03-49ae-8e6c-5f7e3fb75162", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:34Z", "updated_at": "2022-08-22T17:50:34Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:35,442 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.359s 2022-08-22 17:50:35,443 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c01c0589-4262-4f9d-9834-5c0e480a114d', 'date': 'Mon, 22 Aug 2022 17:50:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f98b9935-127e-4c3d-a7c5-247f248b472b", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:35Z", "updated_at": "2022-08-22T17:50:35Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:35,782 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.339s 2022-08-22 17:50:35,783 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6a4df9f5-10d9-4b28-a4b1-ba3993f89df8', 'date': 'Mon, 22 Aug 2022 17:50:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "070d9623-be50-4f1a-973a-cd688ef5e172", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:35Z", "updated_at": "2022-08-22T17:50:35Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:36,163 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.379s 2022-08-22 17:50:36,163 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2e6a8ca0-8e7d-4979-a0b8-ea8d3573c012', 'date': 'Mon, 22 Aug 2022 17:50:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e800e734-b8a8-4a92-a54c-215c34f187f1", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:35Z", "updated_at": "2022-08-22T17:50:35Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:36,488 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.324s 2022-08-22 17:50:36,488 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d260955f-d20a-45fd-bc90-5a48a66e576e', 'date': 'Mon, 22 Aug 2022 17:50:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "65e3bc2a-01d8-4c26-8794-7f19d68d721c", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b34fbbd4-51ff-498b-89ef-9c354ee037b2", "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-22T17:50:36Z", "updated_at": "2022-08-22T17:50:36Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:36,890 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.401s 2022-08-22 17:50:36,891 177485 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--1863047739", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c7206a0e-a3be-4a03-b148-a6a44b9c968e', 'date': 'Mon, 22 Aug 2022 17:50:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6","name":"tempest-network-smoke--1863047739","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a89f2a978b004d16bf867ef955c44ce7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:50:36Z","updated_at":"2022-08-22T17:50:36Z","revision_number":1}}' 2022-08-22 17:50:39,145 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 2.253s 2022-08-22 17:50:39,145 177485 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-562364847", "admin_state_up": true, "project_id": "a89f2a978b004d16bf867ef955c44ce7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-f2b9ba15-dee5-412d-b966-df549d3705a8', 'date': 'Mon, 22 Aug 2022 17:50:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "5572b6a9-4c33-4d32-8b76-a38c87133ffc", "name": "tempest-TestNetworkAdvancedServerOps-router-562364847", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.71"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:50:37Z", "updated_at": "2022-08-22T17:50:38Z", "revision_number": 3, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:39,279 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28 0.133s 2022-08-22 17:50:39,280 177485 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-a5f46c97-b098-41cf-af1f-69c4383fd1ba', 'date': 'Mon, 22 Aug 2022 17:50:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:50:39,374 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.094s 2022-08-22 17:50:39,375 177485 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-319f69cc-730e-4737-8843-c8c7cca9c5ff', 'date': 'Mon, 22 Aug 2022 17:50:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:50:39,410 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.035s 2022-08-22 17:50:39,411 177485 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-68f4b718-0611-4be2-a398-184307ce4aec', 'date': 'Mon, 22 Aug 2022 17:50:39 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:50:40,282 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 0.870s 2022-08-22 17:50:40,282 177485 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-1264949513", "network_id": "0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-bd426ae6-7b88-450a-b392-dc95449ab449', 'date': 'Mon, 22 Aug 2022 17:50:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"377d60eb-94b5-47b5-8e69-565ef6e91f4b","name":"tempest-subnet-smoke-1264949513","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","network_id":"0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6","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-22T17:50:39Z","updated_at":"2022-08-22T17:50:39Z","revision_number":0,"project_id":"a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:42,475 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc/add_router_interface 2.191s 2022-08-22 17:50:42,475 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "377d60eb-94b5-47b5-8e69-565ef6e91f4b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-240424a6-9e49-4d60-ac63-7796da3a9b4b', 'date': 'Mon, 22 Aug 2022 17:50:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc/add_router_interface'} Body: b'{"id": "5572b6a9-4c33-4d32-8b76-a38c87133ffc", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "eacbaead-0c1e-4ad9-83cf-23353860b900", "network_id": "0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6", "subnet_id": "377d60eb-94b5-47b5-8e69-565ef6e91f4b", "subnet_ids": ["377d60eb-94b5-47b5-8e69-565ef6e91f4b"]}' 2022-08-22 17:50:42,526 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.043s 2022-08-22 17:50:42,526 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:42 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-674f43cf-4338-48c6-b475-0ba5e0cb0c67', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f03d602c255c4acba76efbc6faf8cd74", "name": "tempest-TestNetworkAdvancedServerOps-641456243-project", "password_expires_at": null}, "audit_ids": ["HMec1JWOQKyr7kQudleMfw"], "expires_at": "2022-08-22T18:50:42.000000Z", "issued_at": "2022-08-22T17:50:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f2a978b004d16bf867ef955c44ce7", "name": "tempest-TestNetworkAdvancedServerOps-641456243"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:50:42,526 177485 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant 2022-08-22 17:50:42,913 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.96/compute/v2.1/servers 0.385s 2022-08-22 17:50:42,913 177485 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-1536419897", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1988371689", "security_groups": [{"name": "tempest-secgroup-smoke-1106799580"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50: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-11d3b722-90ac-4468-8772-eb48488f78e3', 'x-compute-request-id': 'req-11d3b722-90ac-4468-8772-eb48488f78e3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:50:44,836 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc/remove_router_interface 1.921s 2022-08-22 17:50:44,836 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "377d60eb-94b5-47b5-8e69-565ef6e91f4b"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fc89b218-c2af-4e83-bc88-eecfc179979e', 'date': 'Mon, 22 Aug 2022 17:50:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc/remove_router_interface'} Body: b'{"id": "5572b6a9-4c33-4d32-8b76-a38c87133ffc", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "eacbaead-0c1e-4ad9-83cf-23353860b900", "network_id": "0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6", "subnet_id": "377d60eb-94b5-47b5-8e69-565ef6e91f4b", "subnet_ids": ["377d60eb-94b5-47b5-8e69-565ef6e91f4b"]}' 2022-08-22 17:50:45,215 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/377d60eb-94b5-47b5-8e69-565ef6e91f4b 0.378s 2022-08-22 17:50:45,216 177485 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-9707e2ed-3123-4b49-86ed-a7b2da253009', 'date': 'Mon, 22 Aug 2022 17:50:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/377d60eb-94b5-47b5-8e69-565ef6e91f4b'} Body: b'' 2022-08-22 17:50:46,368 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc 1.151s 2022-08-22 17:50:46,368 177485 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-1f980409-241a-4238-bbfc-00c037cf709c', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:50:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5572b6a9-4c33-4d32-8b76-a38c87133ffc'} Body: b'' 2022-08-22 17:50:46,767 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6 0.398s 2022-08-22 17:50:46,767 177485 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-60e01dbe-a579-4b35-ae8c-5077be0a1edf', 'date': 'Mon, 22 Aug 2022 17:50:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/0acf8cb9-ebf9-4aa4-9447-35cc96f51dd6'} Body: b'' 2022-08-22 17:50:47,035 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/b34fbbd4-51ff-498b-89ef-9c354ee037b2 0.267s 2022-08-22 17:50:47,036 177485 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-208a78ea-949d-4ee3-90ec-da4a74df79b9', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:50:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/b34fbbd4-51ff-498b-89ef-9c354ee037b2'} Body: b'' 2022-08-22 17:50:47,134 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1988371689 0.098s 2022-08-22 17:50:47,135 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50: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-175554bf-b4de-4e1b-bb17-33563ae851df', 'x-compute-request-id': 'req-175554bf-b4de-4e1b-bb17-33563ae851df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1988371689'} 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-22 17:50:47,277 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.137s 2022-08-22 17:50:47,278 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-16828917", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDL4DLig/soLyiHNoWsdGrZxo8zJ5wq37EtOZuDxQexYm7c2DsymzV/5MRpf7DHXNA6x9z57bwSyIUD5HXZppjkvI+aJTcSmD3f94o7gaRDdCUghG79oSzG74nw96acQkw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:47 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-01bceb37-603c-4c40-8c96-358941ba7ce0', 'x-compute-request-id': 'req-01bceb37-603c-4c40-8c96-358941ba7ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-16828917", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDL4DLig/soLyiHNoWsdGrZxo8zJ5wq37EtOZuDxQexYm7c2DsymzV/5MRpf7DHXNA6x9z57bwSyIUD5HXZppjkvI+aJTcSmD3f94o7gaRDdCUghG79oSzG74nw96acQkw==", "fingerprint": "99:39:fb:25:08:4c:1e:f7:c0:a6:3d:b4:d5:4f:14:aa", "user_id": "f03d602c255c4acba76efbc6faf8cd74"}}' 2022-08-22 17:50:47,594 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.313s 2022-08-22 17:50:47,594 177485 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-352107446", "description": "tempest-secgroup-smoke-352107446 description", "project_id": "a89f2a978b004d16bf867ef955c44ce7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-2f199a47-5fbc-428f-913d-ca0990f438ec', 'date': 'Mon, 22 Aug 2022 17:50:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "name": "tempest-secgroup-smoke-352107446", "stateful": true, "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "description": "tempest-secgroup-smoke-352107446 description", "shared": false, "security_group_rules": [{"id": "52937470-9c71-4c9d-bd55-be8e2161173a", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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": 4269, "description": null, "tags": [], "created_at": "2022-08-22T17:50:47Z", "updated_at": "2022-08-22T17:50:47Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}, {"id": "a1b76f48-59fe-42b4-9802-5bd15546f1cb", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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": 4268, "description": null, "tags": [], "created_at": "2022-08-22T17:50:47Z", "updated_at": "2022-08-22T17:50:47Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}], "tags": [], "created_at": "2022-08-22T17:50:47Z", "updated_at": "2022-08-22T17:50:47Z", "revision_number": 1, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:47,911 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.316s 2022-08-22 17:50:47,912 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-778d331a-359c-46f0-8e3b-16bf77f13b9e', 'date': 'Mon, 22 Aug 2022 17:50:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04cd7de5-08bd-41f1-b339-355e6e892739", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:47Z", "updated_at": "2022-08-22T17:50:47Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:48,257 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.344s 2022-08-22 17:50:48,257 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-97f16bb3-bf88-44ab-8640-16304de1b501', 'date': 'Mon, 22 Aug 2022 17:50:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1aac8fe8-f66d-408b-b9b1-6d8d54f45e02", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:48Z", "updated_at": "2022-08-22T17:50:48Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:48,663 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.405s 2022-08-22 17:50:48,664 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c0b9cdf1-7212-4a11-9534-eaf186da7457', 'date': 'Mon, 22 Aug 2022 17:50:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fddac5ff-d521-4ffc-a505-bc0fc3febf0d", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:48Z", "updated_at": "2022-08-22T17:50:48Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:48,982 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.318s 2022-08-22 17:50:48,983 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-63987dce-4c10-40ca-86e8-cbbda7a33d6c', 'date': 'Mon, 22 Aug 2022 17:50:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7cb8c904-ca20-4586-9b0a-2f31a2ccbd13", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:48Z", "updated_at": "2022-08-22T17:50:48Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:49,349 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.365s 2022-08-22 17:50:49,349 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-65e4859b-1bf8-4789-808f-0ef15a5f2a38', 'date': 'Mon, 22 Aug 2022 17:50:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb903eae-9a47-425d-a673-9e4c4a3e2a87", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:49Z", "updated_at": "2022-08-22T17:50:49Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:49,659 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.309s 2022-08-22 17:50:49,659 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6bd50012-ce33-4371-b427-8b731780dd75', 'date': 'Mon, 22 Aug 2022 17:50:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4fab2707-bfd9-4641-8757-4650dca634ad", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "435e94cc-e0cd-4a6f-beb4-9d4f68a6e386", "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-22T17:50:49Z", "updated_at": "2022-08-22T17:50:49Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:50,054 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.394s 2022-08-22 17:50:50,054 177485 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--1493526649", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c6ae2f08-95be-449e-b495-febbb1f6e880', 'date': 'Mon, 22 Aug 2022 17:50:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b5e4aef7-4c94-4207-89b1-f7d36ba4c657","name":"tempest-network-smoke--1493526649","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a89f2a978b004d16bf867ef955c44ce7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:50:49Z","updated_at":"2022-08-22T17:50:49Z","revision_number":1}}' 2022-08-22 17:50:51,874 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 1.819s 2022-08-22 17:50:51,874 177485 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-153510676", "admin_state_up": true, "project_id": "a89f2a978b004d16bf867ef955c44ce7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-bba8bb35-8b94-4731-9785-7865ce2e0270', 'date': 'Mon, 22 Aug 2022 17:50:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8f6f03b9-9a94-4136-9944-d24faebf008d", "name": "tempest-TestNetworkAdvancedServerOps-router-153510676", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.149"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:50:50Z", "updated_at": "2022-08-22T17:50:51Z", "revision_number": 3, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:51,916 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28 0.041s 2022-08-22 17:50:51,916 177485 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-dc3fb2fc-977a-4d02-8b9d-b6e6cf3b79f1', 'date': 'Mon, 22 Aug 2022 17:50:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:50:52,010 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.093s 2022-08-22 17:50:52,010 177485 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-3a21ae68-aaff-4bc0-8ac0-02639a7d1836', 'date': 'Mon, 22 Aug 2022 17:50:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:50:52,047 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.037s 2022-08-22 17:50:52,048 177485 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-3e2697e4-8d9d-4f74-b733-054b26bb5aed', 'date': 'Mon, 22 Aug 2022 17:50:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:50:52,908 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 0.859s 2022-08-22 17:50:52,908 177485 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-1174490479", "network_id": "b5e4aef7-4c94-4207-89b1-f7d36ba4c657", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-67a9364e-645e-40ce-b429-28c72d3e7106', 'date': 'Mon, 22 Aug 2022 17:50:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"db876cf7-7bbe-4e29-a46d-c802685fb7d8","name":"tempest-subnet-smoke-1174490479","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","network_id":"b5e4aef7-4c94-4207-89b1-f7d36ba4c657","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-22T17:50:52Z","updated_at":"2022-08-22T17:50:52Z","revision_number":0,"project_id":"a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:50:55,383 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d/add_router_interface 2.474s 2022-08-22 17:50:55,383 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "db876cf7-7bbe-4e29-a46d-c802685fb7d8"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-daf15810-205e-496f-8a84-804f4f8776eb', 'date': 'Mon, 22 Aug 2022 17:50:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d/add_router_interface'} Body: b'{"id": "8f6f03b9-9a94-4136-9944-d24faebf008d", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "15cb597a-bfc9-4f3f-b074-c4a3496ed993", "network_id": "b5e4aef7-4c94-4207-89b1-f7d36ba4c657", "subnet_id": "db876cf7-7bbe-4e29-a46d-c802685fb7d8", "subnet_ids": ["db876cf7-7bbe-4e29-a46d-c802685fb7d8"]}' 2022-08-22 17:50:55,432 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.043s 2022-08-22 17:50:55,432 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:55 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-7326debe-d736-44b8-954e-1717369a3324', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f03d602c255c4acba76efbc6faf8cd74", "name": "tempest-TestNetworkAdvancedServerOps-641456243-project", "password_expires_at": null}, "audit_ids": ["w_sFQfdfSoSEZ9PKQk6V_Q"], "expires_at": "2022-08-22T18:50:55.000000Z", "issued_at": "2022-08-22T17:50:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f2a978b004d16bf867ef955c44ce7", "name": "tempest-TestNetworkAdvancedServerOps-641456243"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:50:55,433 177485 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant 2022-08-22 17:50:55,819 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.96/compute/v2.1/servers 0.385s 2022-08-22 17:50:55,819 177485 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-1977485964", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "b5e4aef7-4c94-4207-89b1-f7d36ba4c657"}], "key_name": "tempest-TestNetworkAdvancedServerOps-16828917", "security_groups": [{"name": "tempest-secgroup-smoke-352107446"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-5f7cc772-3e38-4e87-8c3a-6988fbc354f1', 'x-compute-request-id': 'req-5f7cc772-3e38-4e87-8c3a-6988fbc354f1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:50:57,342 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d/remove_router_interface 1.522s 2022-08-22 17:50:57,342 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "db876cf7-7bbe-4e29-a46d-c802685fb7d8"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-410a4b85-6edf-4d20-90ef-2a2a1b94ec0e', 'date': 'Mon, 22 Aug 2022 17:50:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d/remove_router_interface'} Body: b'{"id": "8f6f03b9-9a94-4136-9944-d24faebf008d", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "15cb597a-bfc9-4f3f-b074-c4a3496ed993", "network_id": "b5e4aef7-4c94-4207-89b1-f7d36ba4c657", "subnet_id": "db876cf7-7bbe-4e29-a46d-c802685fb7d8", "subnet_ids": ["db876cf7-7bbe-4e29-a46d-c802685fb7d8"]}' 2022-08-22 17:50:58,043 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/db876cf7-7bbe-4e29-a46d-c802685fb7d8 0.699s 2022-08-22 17:50:58,043 177485 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-b15ed56f-166b-45b9-a8e8-2a6d540ecd32', 'date': 'Mon, 22 Aug 2022 17:50:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/db876cf7-7bbe-4e29-a46d-c802685fb7d8'} Body: b'' 2022-08-22 17:50:59,075 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d 1.031s 2022-08-22 17:50:59,075 177485 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-be7f0e93-1ba9-4993-827b-3e71ad43e7d8', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:50:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f6f03b9-9a94-4136-9944-d24faebf008d'} Body: b'' 2022-08-22 17:50:59,454 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/b5e4aef7-4c94-4207-89b1-f7d36ba4c657 0.378s 2022-08-22 17:50:59,454 177485 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-268bfa13-c964-420a-99c8-2bf0e3e7f53a', 'date': 'Mon, 22 Aug 2022 17:50:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/b5e4aef7-4c94-4207-89b1-f7d36ba4c657'} Body: b'' 2022-08-22 17:50:59,702 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/435e94cc-e0cd-4a6f-beb4-9d4f68a6e386 0.247s 2022-08-22 17:50:59,702 177485 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-bab5bc79-3682-450a-aba3-c7778d2090f0', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:50:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/435e94cc-e0cd-4a6f-beb4-9d4f68a6e386'} Body: b'' 2022-08-22 17:50:59,795 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-16828917 0.092s 2022-08-22 17:50:59,795 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb99850e-c526-4e63-987d-2148082582b6', 'x-compute-request-id': 'req-bb99850e-c526-4e63-987d-2148082582b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-16828917'} 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-22 17:50:59,920 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.119s 2022-08-22 17:50:59,921 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-832699538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKebsXdiaewj7vhxQjoIkC3oUqgThV8I/ftl/K7HRKfl64yNIl0+telwe5lzOtxe6Cx8Nh+y8ZtPOP+bYA5A6pOXpOyHeqHG7MvuJ+aqy9tiZllgU+0zoBnvw+AVrSDsIg=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:50:59 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-af186d6c-d6e8-4075-baa4-6915130e4c8c', 'x-compute-request-id': 'req-af186d6c-d6e8-4075-baa4-6915130e4c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-832699538", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKebsXdiaewj7vhxQjoIkC3oUqgThV8I/ftl/K7HRKfl64yNIl0+telwe5lzOtxe6Cx8Nh+y8ZtPOP+bYA5A6pOXpOyHeqHG7MvuJ+aqy9tiZllgU+0zoBnvw+AVrSDsIg==", "fingerprint": "a9:e6:56:d6:af:c9:d2:1b:b1:ac:85:45:82:0b:1b:9c", "user_id": "f03d602c255c4acba76efbc6faf8cd74"}}' 2022-08-22 17:51:00,263 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.339s 2022-08-22 17:51:00,264 177485 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-1952671324", "description": "tempest-secgroup-smoke-1952671324 description", "project_id": "a89f2a978b004d16bf867ef955c44ce7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-cafd8ecd-a4ae-47ae-bace-3ea10b0c3c37', 'date': 'Mon, 22 Aug 2022 17:51:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4de09076-6971-42cf-8255-7798a1675596", "name": "tempest-secgroup-smoke-1952671324", "stateful": true, "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "description": "tempest-secgroup-smoke-1952671324 description", "shared": false, "security_group_rules": [{"id": "53743954-8d63-44ef-95c1-403b9c64d523", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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": 4284, "description": null, "tags": [], "created_at": "2022-08-22T17:51:00Z", "updated_at": "2022-08-22T17:51:00Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}, {"id": "87c6bbab-1d96-4829-9500-1cd864da2f71", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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": 4285, "description": null, "tags": [], "created_at": "2022-08-22T17:51:00Z", "updated_at": "2022-08-22T17:51:00Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}], "tags": [], "created_at": "2022-08-22T17:51:00Z", "updated_at": "2022-08-22T17:51:00Z", "revision_number": 1, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:00,628 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.364s 2022-08-22 17:51:00,629 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-f58a8548-67f6-4da3-8b27-0400f8c83d2a', 'date': 'Mon, 22 Aug 2022 17:51:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d597fb74-e4a6-4862-8350-c10423c2e9d1", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:00Z", "updated_at": "2022-08-22T17:51:00Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:00,954 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.325s 2022-08-22 17:51:00,955 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-0d95ac7f-ee65-4760-8394-3a580217e39b', 'date': 'Mon, 22 Aug 2022 17:51:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "61527a39-7103-4f85-b54e-2d3668d82291", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:00Z", "updated_at": "2022-08-22T17:51:00Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:01,254 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.299s 2022-08-22 17:51:01,255 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b6474bd4-8317-4ca2-81b9-1a45d971ab41', 'date': 'Mon, 22 Aug 2022 17:51:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "854fe2e3-93b7-4fe8-a4c2-8cb927edee33", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:01Z", "updated_at": "2022-08-22T17:51:01Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:01,608 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.353s 2022-08-22 17:51:01,609 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-084db326-4c2e-46fa-be32-fb8c8a33a1d5', 'date': 'Mon, 22 Aug 2022 17:51:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "406d7572-e2cc-442e-bedd-4d2067095927", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:01Z", "updated_at": "2022-08-22T17:51:01Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:01,963 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.353s 2022-08-22 17:51:01,963 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bba8c424-ec46-4f0d-ba0f-25bc769f8273', 'date': 'Mon, 22 Aug 2022 17:51:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9da520ff-b01a-4e7a-a682-c5421f1b150d", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:01Z", "updated_at": "2022-08-22T17:51:01Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:02,320 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.356s 2022-08-22 17:51:02,320 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-de734712-435d-46c6-b6bd-14c0597b51d7', 'date': 'Mon, 22 Aug 2022 17:51:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "584c7d93-3dc7-4d74-b6e8-c52287e4ead2", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "4de09076-6971-42cf-8255-7798a1675596", "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-22T17:51:02Z", "updated_at": "2022-08-22T17:51:02Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:02,691 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.370s 2022-08-22 17:51:02,691 177485 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--170289611", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-11ca7810-e6e4-40b8-8461-375206305dae', 'date': 'Mon, 22 Aug 2022 17:51:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"99c0192e-b91f-4564-81be-a564e84601c1","name":"tempest-network-smoke--170289611","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a89f2a978b004d16bf867ef955c44ce7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:51:02Z","updated_at":"2022-08-22T17:51:02Z","revision_number":1}}' 2022-08-22 17:51:04,597 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 1.905s 2022-08-22 17:51:04,597 177485 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-1531288955", "admin_state_up": true, "project_id": "a89f2a978b004d16bf867ef955c44ce7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-0ddb829a-e435-44ef-9bf7-d75ac3477002', 'date': 'Mon, 22 Aug 2022 17:51:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9", "name": "tempest-TestNetworkAdvancedServerOps-router-1531288955", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.176"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:51:02Z", "updated_at": "2022-08-22T17:51:03Z", "revision_number": 3, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:04,632 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28 0.034s 2022-08-22 17:51:04,632 177485 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-c96c8c6e-54bc-4ab5-95e8-0640e8154df1', 'date': 'Mon, 22 Aug 2022 17:51:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:04,734 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.101s 2022-08-22 17:51:04,734 177485 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-d34734cf-2eae-446b-a447-21a751f1c0f5', 'date': 'Mon, 22 Aug 2022 17:51:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:51:04,768 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.033s 2022-08-22 17:51:04,768 177485 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-d20a15e4-0a33-4a9b-8f05-53e672ac4827', 'date': 'Mon, 22 Aug 2022 17:51:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:05,566 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 0.797s 2022-08-22 17:51:05,566 177485 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-1255974794", "network_id": "99c0192e-b91f-4564-81be-a564e84601c1", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-b6a78a7a-6602-4238-833d-87cd7d4ff0bd', 'date': 'Mon, 22 Aug 2022 17:51:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"077e09b5-9f4c-441d-9a97-671c81fa06c7","name":"tempest-subnet-smoke-1255974794","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","network_id":"99c0192e-b91f-4564-81be-a564e84601c1","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-22T17:51:05Z","updated_at":"2022-08-22T17:51:05Z","revision_number":0,"project_id":"a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:08,009 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9/add_router_interface 2.442s 2022-08-22 17:51:08,010 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "077e09b5-9f4c-441d-9a97-671c81fa06c7"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-cb1fe558-bcc8-459f-adc4-96608d054b0a', 'date': 'Mon, 22 Aug 2022 17:51:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9/add_router_interface'} Body: b'{"id": "5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "30333ae0-e917-47d4-8391-a0fe33f58b44", "network_id": "99c0192e-b91f-4564-81be-a564e84601c1", "subnet_id": "077e09b5-9f4c-441d-9a97-671c81fa06c7", "subnet_ids": ["077e09b5-9f4c-441d-9a97-671c81fa06c7"]}' 2022-08-22 17:51:08,048 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.033s 2022-08-22 17:51:08,049 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:08 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-25b86354-3a28-4b8a-a830-0893e45c2fc0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f03d602c255c4acba76efbc6faf8cd74", "name": "tempest-TestNetworkAdvancedServerOps-641456243-project", "password_expires_at": null}, "audit_ids": ["HWOkpkhpS_-PiRa82IwMuQ"], "expires_at": "2022-08-22T18:51:08.000000Z", "issued_at": "2022-08-22T17:51:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f2a978b004d16bf867ef955c44ce7", "name": "tempest-TestNetworkAdvancedServerOps-641456243"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:51:08,050 177485 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_resize) Found network None available for tenant 2022-08-22 17:51:08,408 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.96/compute/v2.1/servers 0.357s 2022-08-22 17:51:08,408 177485 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-964122108", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "99c0192e-b91f-4564-81be-a564e84601c1"}], "key_name": "tempest-TestNetworkAdvancedServerOps-832699538", "security_groups": [{"name": "tempest-secgroup-smoke-1952671324"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51: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-13c99933-4cb2-46a8-94a3-f85373272ed1', 'x-compute-request-id': 'req-13c99933-4cb2-46a8-94a3-f85373272ed1', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:51:09,987 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9/remove_router_interface 1.578s 2022-08-22 17:51:09,987 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "077e09b5-9f4c-441d-9a97-671c81fa06c7"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-31100e37-66ee-411c-a200-10252806688f', 'date': 'Mon, 22 Aug 2022 17:51:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9/remove_router_interface'} Body: b'{"id": "5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "30333ae0-e917-47d4-8391-a0fe33f58b44", "network_id": "99c0192e-b91f-4564-81be-a564e84601c1", "subnet_id": "077e09b5-9f4c-441d-9a97-671c81fa06c7", "subnet_ids": ["077e09b5-9f4c-441d-9a97-671c81fa06c7"]}' 2022-08-22 17:51:10,371 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/077e09b5-9f4c-441d-9a97-671c81fa06c7 0.384s 2022-08-22 17:51:10,372 177485 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-6fe42544-d88b-484f-9b53-01254ff133fc', 'date': 'Mon, 22 Aug 2022 17:51:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/077e09b5-9f4c-441d-9a97-671c81fa06c7'} Body: b'' 2022-08-22 17:51:11,555 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9 1.182s 2022-08-22 17:51:11,555 177485 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-be4657c7-71ac-487f-9380-41345f438754', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/5a9a7b8a-6377-4802-a3a1-7bc0fe46bbd9'} Body: b'' 2022-08-22 17:51:11,948 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/99c0192e-b91f-4564-81be-a564e84601c1 0.393s 2022-08-22 17:51:11,949 177485 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-ee4ada40-6d12-4224-937c-6cc31d77bf75', 'date': 'Mon, 22 Aug 2022 17:51:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/99c0192e-b91f-4564-81be-a564e84601c1'} Body: b'' 2022-08-22 17:51:12,186 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/4de09076-6971-42cf-8255-7798a1675596 0.237s 2022-08-22 17:51:12,186 177485 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-0603daca-16fb-41d9-9203-e9a7de65cacf', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/4de09076-6971-42cf-8255-7798a1675596'} Body: b'' 2022-08-22 17:51:12,300 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-832699538 0.113s 2022-08-22 17:51:12,300 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51: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-12c773d1-27ad-4b70-88fb-b76d48453fb2', 'x-compute-request-id': 'req-12c773d1-27ad-4b70-88fb-b76d48453fb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-832699538'} 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-22 17:51:12,438 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.131s 2022-08-22 17:51:12,438 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1295963137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBImiPnzbj8Y7zIBPhe4lgceT0Ek/dTyvFIWEQAjqcO3z9uOLSVfTF8hzrX0JT8LcMW7qZ8n1DddI3kJceCZY3rPEinfk4V71TrR3Jw0GS9gu2ZLGlBL/rH+n/D4E1FhF8g=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6aa3118-21b4-4342-9b27-262d2560eb1e', 'x-compute-request-id': 'req-e6aa3118-21b4-4342-9b27-262d2560eb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1295963137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBImiPnzbj8Y7zIBPhe4lgceT0Ek/dTyvFIWEQAjqcO3z9uOLSVfTF8hzrX0JT8LcMW7qZ8n1DddI3kJceCZY3rPEinfk4V71TrR3Jw0GS9gu2ZLGlBL/rH+n/D4E1FhF8g==", "fingerprint": "1e:7d:8d:15:9a:73:99:b7:ee:0c:62:84:63:f0:88:1f", "user_id": "f03d602c255c4acba76efbc6faf8cd74"}}' 2022-08-22 17:51:12,792 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.351s 2022-08-22 17:51:12,792 177485 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-246918739", "description": "tempest-secgroup-smoke-246918739 description", "project_id": "a89f2a978b004d16bf867ef955c44ce7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-7ca76a63-fa9e-4895-a366-7036f8cf3656', 'date': 'Mon, 22 Aug 2022 17:51:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "name": "tempest-secgroup-smoke-246918739", "stateful": true, "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "description": "tempest-secgroup-smoke-246918739 description", "shared": false, "security_group_rules": [{"id": "81f171a0-1b6c-4933-a5f0-a857b694307b", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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": 4300, "description": null, "tags": [], "created_at": "2022-08-22T17:51:12Z", "updated_at": "2022-08-22T17:51:12Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}, {"id": "c1320640-8e42-4d01-8a1a-215a87688f55", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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": 4301, "description": null, "tags": [], "created_at": "2022-08-22T17:51:12Z", "updated_at": "2022-08-22T17:51:12Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}], "tags": [], "created_at": "2022-08-22T17:51:12Z", "updated_at": "2022-08-22T17:51:12Z", "revision_number": 1, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:13,143 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.350s 2022-08-22 17:51:13,143 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-e5f9c91f-06e6-40e2-9f61-64f42d2b9b84', 'date': 'Mon, 22 Aug 2022 17:51:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ac8b13b-9ee6-43fd-bf24-dc31cdb2ba51", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:12Z", "updated_at": "2022-08-22T17:51:12Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:13,460 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.315s 2022-08-22 17:51:13,460 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-eceb7ac1-1a5e-434a-90c1-814a44fbddc7', 'date': 'Mon, 22 Aug 2022 17:51:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a86ca21-b841-4899-9421-74650a455a1a", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:13Z", "updated_at": "2022-08-22T17:51:13Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:13,766 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.305s 2022-08-22 17:51:13,766 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ae4d199f-d858-4407-8e66-86d02850d48b', 'date': 'Mon, 22 Aug 2022 17:51:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1af1288b-81cb-4b85-b9dd-74f4832dceb7", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:13Z", "updated_at": "2022-08-22T17:51:13Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:14,109 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.337s 2022-08-22 17:51:14,109 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fa400e08-3713-405a-9eb4-1db2c0a1aa62', 'date': 'Mon, 22 Aug 2022 17:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "410a5656-d9a9-4645-ab28-db8fa00c52d5", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:13Z", "updated_at": "2022-08-22T17:51:13Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:14,478 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.368s 2022-08-22 17:51:14,478 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-499857d7-ad84-4098-8a2f-fb3fc76e4651', 'date': 'Mon, 22 Aug 2022 17:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6144de1d-4b01-48f7-8013-ef66e9e649a4", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:14Z", "updated_at": "2022-08-22T17:51:14Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:14,840 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.361s 2022-08-22 17:51:14,841 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b678d2ac-3ab9-4528-b136-123022d9222f', 'date': 'Mon, 22 Aug 2022 17:51:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe112850-b9e9-4594-90fb-a20e6637a609", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "b8358fc8-abf6-4d03-aa4d-3992e1f114b9", "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-22T17:51:14Z", "updated_at": "2022-08-22T17:51:14Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:15,237 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.392s 2022-08-22 17:51:15,237 177485 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--245795080", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f11a12cd-913c-4a5c-a2c3-1138804565a5', 'date': 'Mon, 22 Aug 2022 17:51:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"118db9c3-90da-4180-827b-02d1ae3af84c","name":"tempest-network-smoke--245795080","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a89f2a978b004d16bf867ef955c44ce7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:51:14Z","updated_at":"2022-08-22T17:51:14Z","revision_number":1}}' 2022-08-22 17:51:17,377 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 2.139s 2022-08-22 17:51:17,378 177485 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-1740164665", "admin_state_up": true, "project_id": "a89f2a978b004d16bf867ef955c44ce7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '697', 'x-openstack-request-id': 'req-9905d60b-b30f-44fe-a5a6-45b50bed4155', 'date': 'Mon, 22 Aug 2022 17:51:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "a0979239-7805-4607-9083-6113f31e075e", "name": "tempest-TestNetworkAdvancedServerOps-router-1740164665", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.125"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:51:15Z", "updated_at": "2022-08-22T17:51:16Z", "revision_number": 3, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:17,420 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28 0.041s 2022-08-22 17:51:17,420 177485 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-a3f978ba-938d-4444-8674-ad9ff750543d', 'date': 'Mon, 22 Aug 2022 17:51:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:17,513 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.092s 2022-08-22 17:51:17,514 177485 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-2aff968e-c94b-46d5-9600-9aeb043ae04f', 'date': 'Mon, 22 Aug 2022 17:51:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:51:17,545 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.030s 2022-08-22 17:51:17,545 177485 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-3e6e1320-3011-4191-a700-4baaaae9626d', 'date': 'Mon, 22 Aug 2022 17:51:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:18,309 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 0.763s 2022-08-22 17:51:18,309 177485 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-1175164585", "network_id": "118db9c3-90da-4180-827b-02d1ae3af84c", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-cde6e563-d3b4-4261-ae96-1e9cbab56603', 'date': 'Mon, 22 Aug 2022 17:51:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"260a669d-721c-445c-8a44-c51278e4f6a2","name":"tempest-subnet-smoke-1175164585","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","network_id":"118db9c3-90da-4180-827b-02d1ae3af84c","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-22T17:51:17Z","updated_at":"2022-08-22T17:51:17Z","revision_number":0,"project_id":"a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:21,025 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e/add_router_interface 2.715s 2022-08-22 17:51:21,026 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "260a669d-721c-445c-8a44-c51278e4f6a2"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ab7bcb3d-bd03-4455-a6d9-ff4f38b6df5a', 'date': 'Mon, 22 Aug 2022 17:51:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e/add_router_interface'} Body: b'{"id": "a0979239-7805-4607-9083-6113f31e075e", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "a138eaf8-43cd-41e8-b3b2-a7be1964fd3f", "network_id": "118db9c3-90da-4180-827b-02d1ae3af84c", "subnet_id": "260a669d-721c-445c-8a44-c51278e4f6a2", "subnet_ids": ["260a669d-721c-445c-8a44-c51278e4f6a2"]}' 2022-08-22 17:51:21,073 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.042s 2022-08-22 17:51:21,073 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:21 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-5d6e6684-4700-4f5e-9add-86bb14182318', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f03d602c255c4acba76efbc6faf8cd74", "name": "tempest-TestNetworkAdvancedServerOps-641456243-project", "password_expires_at": null}, "audit_ids": ["KihH4r-pT_6e20WPoXvGKw"], "expires_at": "2022-08-22T18:51:21.000000Z", "issued_at": "2022-08-22T17:51:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f2a978b004d16bf867ef955c44ce7", "name": "tempest-TestNetworkAdvancedServerOps-641456243"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:51:21,074 177485 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant 2022-08-22 17:51:21,520 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.96/compute/v2.1/servers 0.445s 2022-08-22 17:51:21,520 177485 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-1872586497", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "118db9c3-90da-4180-827b-02d1ae3af84c"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1295963137", "security_groups": [{"name": "tempest-secgroup-smoke-246918739"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51: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-50b6f266-2705-4765-9e87-5a6c42baab62', 'x-compute-request-id': 'req-50b6f266-2705-4765-9e87-5a6c42baab62', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:51:23,130 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e/remove_router_interface 1.609s 2022-08-22 17:51:23,130 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "260a669d-721c-445c-8a44-c51278e4f6a2"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-47cfa018-889c-49f4-8bb3-d56ccf07fa35', 'date': 'Mon, 22 Aug 2022 17:51:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e/remove_router_interface'} Body: b'{"id": "a0979239-7805-4607-9083-6113f31e075e", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "a138eaf8-43cd-41e8-b3b2-a7be1964fd3f", "network_id": "118db9c3-90da-4180-827b-02d1ae3af84c", "subnet_id": "260a669d-721c-445c-8a44-c51278e4f6a2", "subnet_ids": ["260a669d-721c-445c-8a44-c51278e4f6a2"]}' 2022-08-22 17:51:23,518 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/260a669d-721c-445c-8a44-c51278e4f6a2 0.387s 2022-08-22 17:51:23,519 177485 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-a5170008-77e5-4542-aaa1-3b79859a777b', 'date': 'Mon, 22 Aug 2022 17:51:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/260a669d-721c-445c-8a44-c51278e4f6a2'} Body: b'' 2022-08-22 17:51:24,732 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e 1.213s 2022-08-22 17:51:24,733 177485 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-260c30e5-b2b0-443a-b8ee-1fe53d1ebeb8', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/a0979239-7805-4607-9083-6113f31e075e'} Body: b'' 2022-08-22 17:51:25,130 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/118db9c3-90da-4180-827b-02d1ae3af84c 0.397s 2022-08-22 17:51:25,131 177485 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-4472a8ed-6b9d-4018-950d-450822570e85', 'date': 'Mon, 22 Aug 2022 17:51:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/118db9c3-90da-4180-827b-02d1ae3af84c'} Body: b'' 2022-08-22 17:51:25,354 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/b8358fc8-abf6-4d03-aa4d-3992e1f114b9 0.222s 2022-08-22 17:51:25,354 177485 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-08251b8a-156c-431c-83d4-30c4d2efd670', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/b8358fc8-abf6-4d03-aa4d-3992e1f114b9'} Body: b'' 2022-08-22 17:51:25,441 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1295963137 0.085s 2022-08-22 17:51:25,441 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9092d021-b1ab-41fd-93cf-a2587371ea15', 'x-compute-request-id': 'req-9092d021-b1ab-41fd-93cf-a2587371ea15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1295963137'} 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-22 17:51:25,558 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.111s 2022-08-22 17:51:25,558 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1817862984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7SFZ+kXCFphb65UW0crVGYdJg20ZinTFBDbpxRpJ3QNA4Ee7+xg8J9wv16KjHjBBzsIRB+NsGXjT9Szd62qFqZbSL9C2ScKgG6QIgCrraR6NH48kW59Knrkbhi6c6o5Q=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:25 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-b2562c35-7f78-4fc7-8edb-ab8a85c7bd82', 'x-compute-request-id': 'req-b2562c35-7f78-4fc7-8edb-ab8a85c7bd82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1817862984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7SFZ+kXCFphb65UW0crVGYdJg20ZinTFBDbpxRpJ3QNA4Ee7+xg8J9wv16KjHjBBzsIRB+NsGXjT9Szd62qFqZbSL9C2ScKgG6QIgCrraR6NH48kW59Knrkbhi6c6o5Q==", "fingerprint": "05:69:67:cc:75:e2:5a:73:0b:ba:4e:18:79:9d:d4:e0", "user_id": "f03d602c255c4acba76efbc6faf8cd74"}}' 2022-08-22 17:51:25,920 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.355s 2022-08-22 17:51:25,920 177485 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-1091646388", "description": "tempest-secgroup-smoke-1091646388 description", "project_id": "a89f2a978b004d16bf867ef955c44ce7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-fb6dd9c2-56f9-48eb-82a4-345b682cfd01', 'date': 'Mon, 22 Aug 2022 17:51:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "name": "tempest-secgroup-smoke-1091646388", "stateful": true, "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "description": "tempest-secgroup-smoke-1091646388 description", "shared": false, "security_group_rules": [{"id": "04c599e4-bcfa-4e62-9e23-5c2a6fe27bab", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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": 4316, "description": null, "tags": [], "created_at": "2022-08-22T17:51:25Z", "updated_at": "2022-08-22T17:51:25Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}, {"id": "9e05a50a-2cd7-4a2e-90cf-663d0fed9fdd", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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": 4317, "description": null, "tags": [], "created_at": "2022-08-22T17:51:25Z", "updated_at": "2022-08-22T17:51:25Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}], "tags": [], "created_at": "2022-08-22T17:51:25Z", "updated_at": "2022-08-22T17:51:25Z", "revision_number": 1, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:26,269 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.347s 2022-08-22 17:51:26,269 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-a99f3ebc-1ec0-4841-8786-44e0faa7a9eb', 'date': 'Mon, 22 Aug 2022 17:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a72c5fe-7f8b-465d-a0b3-24922681baa1", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:26Z", "updated_at": "2022-08-22T17:51:26Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:26,586 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.316s 2022-08-22 17:51:26,586 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "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-052c0768-6c0a-47fe-bafb-1f918ef1bcb1', 'date': 'Mon, 22 Aug 2022 17:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9208f0a6-fdcf-460b-859c-2c5227380239", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:26Z", "updated_at": "2022-08-22T17:51:26Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:26,933 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.345s 2022-08-22 17:51:26,933 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2e17bf9d-6f9d-4d12-8bc3-7eed6ed40594', 'date': 'Mon, 22 Aug 2022 17:51:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2b25bb5-0cbf-4e3f-aea3-b5d45e3047cf", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:26Z", "updated_at": "2022-08-22T17:51:26Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:27,263 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.330s 2022-08-22 17:51:27,264 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-67d269a5-ba33-4f15-a139-e145a25c830b', 'date': 'Mon, 22 Aug 2022 17:51:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc3758fb-cd5b-419e-925a-cc072a8b407a", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:27Z", "updated_at": "2022-08-22T17:51:27Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:27,600 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.336s 2022-08-22 17:51:27,600 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-5a055c5c-30e1-425f-baf8-40fa084a81ac', 'date': 'Mon, 22 Aug 2022 17:51:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ad310bf8-9811-4f19-bc1d-e4b3bfd9d62d", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:27Z", "updated_at": "2022-08-22T17:51:27Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:27,940 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.339s 2022-08-22 17:51:27,940 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-0309c223-e270-48f1-abb7-731aa953a1b1', 'date': 'Mon, 22 Aug 2022 17:51:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05ea9433-e33b-4c9a-b9a5-6e3d1c45e8e7", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "security_group_id": "43698b90-0cd4-4c09-9daf-917e3be03aba", "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-22T17:51:27Z", "updated_at": "2022-08-22T17:51:27Z", "revision_number": 0, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:28,443 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.502s 2022-08-22 17:51:28,443 177485 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--1442776335", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cca499ac-f4e9-4784-8cf4-d971208cdc9e', 'date': 'Mon, 22 Aug 2022 17:51:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"cd766fb5-97c2-4417-a06c-8142c0637d7e","name":"tempest-network-smoke--1442776335","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a89f2a978b004d16bf867ef955c44ce7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:51:28Z","updated_at":"2022-08-22T17:51:28Z","revision_number":1}}' 2022-08-22 17:51:30,658 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 2.214s 2022-08-22 17:51:30,658 177485 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-810528151", "admin_state_up": true, "project_id": "a89f2a978b004d16bf867ef955c44ce7", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '696', 'x-openstack-request-id': 'req-e418a6bb-dbc7-4603-b9b5-aabea6babb94', 'date': 'Mon, 22 Aug 2022 17:51:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "78d0a5e7-8697-4571-a0b1-e1e9663d00b7", "name": "tempest-TestNetworkAdvancedServerOps-router-810528151", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.245"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:51:28Z", "updated_at": "2022-08-22T17:51:29Z", "revision_number": 3, "project_id": "a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:30,691 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28 0.032s 2022-08-22 17:51:30,691 177485 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-da66bdbb-5d29-4643-9c6e-6c2caf620ca3', 'date': 'Mon, 22 Aug 2022 17:51:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=a89f2a978b004d16bf867ef955c44ce7&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:30,790 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.098s 2022-08-22 17:51:30,791 177485 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-3d49573b-f9b1-42d4-bbca-800c82b09408', 'date': 'Mon, 22 Aug 2022 17:51:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:51:30,822 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.030s 2022-08-22 17:51:30,822 177485 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-c6e55726-2898-4311-8e90-affcbf761595', 'date': 'Mon, 22 Aug 2022 17:51:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:51:31,676 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 0.853s 2022-08-22 17:51:31,677 177485 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-1028934646", "network_id": "cd766fb5-97c2-4417-a06c-8142c0637d7e", "project_id": "a89f2a978b004d16bf867ef955c44ce7", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-5dc7a04b-b415-427d-8f0e-a16e6647613f', 'date': 'Mon, 22 Aug 2022 17:51:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"1fb90f48-7d96-4621-bfdd-e9ac51359b32","name":"tempest-subnet-smoke-1028934646","tenant_id":"a89f2a978b004d16bf867ef955c44ce7","network_id":"cd766fb5-97c2-4417-a06c-8142c0637d7e","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-22T17:51:31Z","updated_at":"2022-08-22T17:51:31Z","revision_number":0,"project_id":"a89f2a978b004d16bf867ef955c44ce7"}}' 2022-08-22 17:51:33,943 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7/add_router_interface 2.265s 2022-08-22 17:51:33,943 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "1fb90f48-7d96-4621-bfdd-e9ac51359b32"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-abc99260-8416-49a0-827b-45a19d1b3e4b', 'date': 'Mon, 22 Aug 2022 17:51:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7/add_router_interface'} Body: b'{"id": "78d0a5e7-8697-4571-a0b1-e1e9663d00b7", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "c0ccdfe8-f2c8-4e84-8aa1-58c38874a1a4", "network_id": "cd766fb5-97c2-4417-a06c-8142c0637d7e", "subnet_id": "1fb90f48-7d96-4621-bfdd-e9ac51359b32", "subnet_ids": ["1fb90f48-7d96-4621-bfdd-e9ac51359b32"]}' 2022-08-22 17:51:33,999 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.049s 2022-08-22 17:51:33,999 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:33 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-e97b7720-c9cc-4c9e-8506-c9c32077cf43', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f03d602c255c4acba76efbc6faf8cd74", "name": "tempest-TestNetworkAdvancedServerOps-641456243-project", "password_expires_at": null}, "audit_ids": ["-nI4QVvBTQusiaCz2CGS0A"], "expires_at": "2022-08-22T18:51:33.000000Z", "issued_at": "2022-08-22T17:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a89f2a978b004d16bf867ef955c44ce7", "name": "tempest-TestNetworkAdvancedServerOps-641456243"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/a89f2a978b004d16bf867ef955c44ce7", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:51:34,000 177485 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant 2022-08-22 17:51:34,386 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.96/compute/v2.1/servers 0.385s 2022-08-22 17:51:34,387 177485 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-1065841475", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "cd766fb5-97c2-4417-a06c-8142c0637d7e"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1817862984", "security_groups": [{"name": "tempest-secgroup-smoke-1091646388"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-0ec72998-e95a-489e-ada3-d26144babaa7', 'x-compute-request-id': 'req-0ec72998-e95a-489e-ada3-d26144babaa7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:51:35,898 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7/remove_router_interface 1.511s 2022-08-22 17:51:35,899 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "1fb90f48-7d96-4621-bfdd-e9ac51359b32"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-948ec9de-41a2-4612-9d99-26ad7993a61c', 'date': 'Mon, 22 Aug 2022 17:51:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7/remove_router_interface'} Body: b'{"id": "78d0a5e7-8697-4571-a0b1-e1e9663d00b7", "tenant_id": "a89f2a978b004d16bf867ef955c44ce7", "port_id": "c0ccdfe8-f2c8-4e84-8aa1-58c38874a1a4", "network_id": "cd766fb5-97c2-4417-a06c-8142c0637d7e", "subnet_id": "1fb90f48-7d96-4621-bfdd-e9ac51359b32", "subnet_ids": ["1fb90f48-7d96-4621-bfdd-e9ac51359b32"]}' 2022-08-22 17:51:36,263 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/1fb90f48-7d96-4621-bfdd-e9ac51359b32 0.363s 2022-08-22 17:51:36,263 177485 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-c719b68e-9200-4430-95d8-5013f6c7556f', 'date': 'Mon, 22 Aug 2022 17:51:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/1fb90f48-7d96-4621-bfdd-e9ac51359b32'} Body: b'' 2022-08-22 17:51:37,378 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7 1.114s 2022-08-22 17:51:37,379 177485 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-f47e0e3f-d2fe-4209-a825-3fd6e4afb199', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/78d0a5e7-8697-4571-a0b1-e1e9663d00b7'} Body: b'' 2022-08-22 17:51:37,763 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/cd766fb5-97c2-4417-a06c-8142c0637d7e 0.384s 2022-08-22 17:51:37,763 177485 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-40c76b20-6aa9-4869-ad6a-43e6cd4c8cc1', 'date': 'Mon, 22 Aug 2022 17:51:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/cd766fb5-97c2-4417-a06c-8142c0637d7e'} Body: b'' 2022-08-22 17:51:38,014 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/43698b90-0cd4-4c09-9daf-917e3be03aba 0.250s 2022-08-22 17:51:38,014 177485 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-0e3313e9-1b8b-4c59-bd22-737727a6ba86', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/43698b90-0cd4-4c09-9daf-917e3be03aba'} Body: b'' 2022-08-22 17:51:38,129 177485 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1817862984 0.114s 2022-08-22 17:51:38,129 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51: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-6c8533eb-2b91-42dd-b4cb-1a6552a0b9dc', 'x-compute-request-id': 'req-6c8533eb-2b91-42dd-b4cb-1a6552a0b9dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1817862984'} 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-22 17:40:08,402 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 1.010s 2022-08-22 17:40:08,403 123989 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--13127431", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '568', 'x-openstack-request-id': 'req-bc5df247-4526-4a0b-bebf-8772229f78c0', 'date': 'Mon, 22 Aug 2022 17:40:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"65b27ab6-c605-4051-ac63-25fea585833d","name":"tempest-network-smoke--13127431","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"364ba74d1afd4775bfb29e90d0013daa","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:40:07Z","updated_at":"2022-08-22T17:40:07Z","revision_number":1}}' 2022-08-22 17:40:11,760 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 3.357s 2022-08-22 17:40:11,761 123989 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-200450939", "admin_state_up": true, "project_id": "364ba74d1afd4775bfb29e90d0013daa", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-8439f2a8-7880-4555-9a70-499c1028e624', 'date': 'Mon, 22 Aug 2022 17:40:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8f92abc3-b6cc-4f22-bb55-d1f94add104e", "name": "tempest-TestNetworkBasicOps-router-200450939", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.138"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:40:08Z", "updated_at": "2022-08-22T17:40:10Z", "revision_number": 3, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:11,902 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=364ba74d1afd4775bfb29e90d0013daa&cidr=172.20.0.0%2F28 0.140s 2022-08-22 17:40:11,903 123989 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-4c4443af-258d-4455-a1a7-a8b1e343ae7d', 'date': 'Mon, 22 Aug 2022 17:40:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=364ba74d1afd4775bfb29e90d0013daa&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:40:12,032 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.129s 2022-08-22 17:40:12,033 123989 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-4e482073-c852-4a36-8ee5-a0c192f052d8', 'date': 'Mon, 22 Aug 2022 17:40:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:40:12,088 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.055s 2022-08-22 17:40:12,089 123989 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-3ac67b6c-976c-4026-a90f-ac1c012e623b', 'date': 'Mon, 22 Aug 2022 17:40:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:40:13,997 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.908s 2022-08-22 17:40:13,998 123989 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-590856660", "network_id": "65b27ab6-c605-4051-ac63-25fea585833d", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-c4cf8ecb-23fb-40ef-acd2-7227803df58a', 'date': 'Mon, 22 Aug 2022 17:40:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"bb486031-532c-488f-95a2-f4178261d391","name":"tempest-subnet-smoke-590856660","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","network_id":"65b27ab6-c605-4051-ac63-25fea585833d","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-22T17:40:12Z","updated_at":"2022-08-22T17:40:12Z","revision_number":0,"project_id":"364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:18,653 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e/add_router_interface 4.655s 2022-08-22 17:40:18,654 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "bb486031-532c-488f-95a2-f4178261d391"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-66730437-7925-4f8b-8598-ec561d640fa6', 'date': 'Mon, 22 Aug 2022 17:40:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e/add_router_interface'} Body: b'{"id": "8f92abc3-b6cc-4f22-bb55-d1f94add104e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "port_id": "7f591d8b-dea3-4ed0-b98f-de8be34b6b47", "network_id": "65b27ab6-c605-4051-ac63-25fea585833d", "subnet_id": "bb486031-532c-488f-95a2-f4178261d391", "subnet_ids": ["bb486031-532c-488f-95a2-f4178261d391"]}' 2022-08-22 17:40:19,290 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/networks 0.635s 2022-08-22 17:40:19,290 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '4790', 'x-openstack-request-id': 'req-7de3ddfa-ca81-43a6-ae56-dd1276261184', 'date': 'Mon, 22 Aug 2022 17:40:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"387bcc00-3e93-4c61-b949-50be4467e9f5","name":"shared","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9038543d-6895-4714-8a9b-4adb21e8069c"],"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-22T17:03:44Z","updated_at":"2022-08-22T17:03:48Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":204},{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"65b27ab6-c605-4051-ac63-25fea585833d","name":"tempest-network-smoke--13127431","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["bb486031-532c-488f-95a2-f4178261d391"],"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-22T17:40:07Z","updated_at":"2022-08-22T17:40:12Z","revision_number":2,"project_id":"364ba74d1afd4775bfb29e90d0013daa","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":217},{"id":"b87a647c-9ee9-4c3f-93f3-341218d515d9","name":"tempest-TestVolumeBootPattern-1304936121-network","tenant_id":"3753856e1c8043658e95d6108aff12fc","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["6b423dcc-631a-48cb-ad71-677ebdafd6a6"],"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-22T17:38:17Z","updated_at":"2022-08-22T17:38:18Z","revision_number":2,"project_id":"3753856e1c8043658e95d6108aff12fc","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":208},{"id":"d1cfe004-e8a6-4fff-b046-c7c636a5708c","name":"tempest-TestVolumeBootPattern-1749996539-network","tenant_id":"aac06c08d88347e8a175cb1695bdb440","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["34f31144-227e-40da-a9e3-42106151276b"],"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-22T17:38:27Z","updated_at":"2022-08-22T17:38:28Z","revision_number":2,"project_id":"aac06c08d88347e8a175cb1695bdb440","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":245},{"id":"dfac2f02-637e-409d-a329-0fc6a70b2ba2","name":"private","tenant_id":"6a702ede3d074e27ac14041b26bb7685","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["5085d367-c911-4179-ac43-d7fb1a7129e0"],"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-22T17:00:29Z","updated_at":"2022-08-22T17:02:44Z","revision_number":3,"project_id":"6a702ede3d074e27ac14041b26bb7685","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":212},{"id": 2022-08-22 17:40:19,418 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets 0.128s 2022-08-22 17:40:19,419 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '4451', 'x-openstack-request-id': 'req-2ee2b3f3-b491-4e26-8c00-6deb6ab13e63', 'date': 'Mon, 22 Aug 2022 17:40:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"34f31144-227e-40da-a9e3-42106151276b","name":"tempest-TestVolumeBootPattern-1749996539-subnet","tenant_id":"aac06c08d88347e8a175cb1695bdb440","network_id":"d1cfe004-e8a6-4fff-b046-c7c636a5708c","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-22T17:38:28Z","updated_at":"2022-08-22T17:38:28Z","revision_number":0,"project_id":"aac06c08d88347e8a175cb1695bdb440"},{"id":"5085d367-c911-4179-ac43-d7fb1a7129e0","name":"private-subnet","tenant_id":"6a702ede3d074e27ac14041b26bb7685","network_id":"dfac2f02-637e-409d-a329-0fc6a70b2ba2","ip_version":4,"subnetpool_id":"1522ba0d-9a2d-4d75-b74c-5874a89130b7","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-22T17:00:33Z","updated_at":"2022-08-22T17:02:44Z","revision_number":1,"project_id":"6a702ede3d074e27ac14041b26bb7685"},{"id":"6b423dcc-631a-48cb-ad71-677ebdafd6a6","name":"tempest-TestVolumeBootPattern-1304936121-subnet","tenant_id":"3753856e1c8043658e95d6108aff12fc","network_id":"b87a647c-9ee9-4c3f-93f3-341218d515d9","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-22T17:38:18Z","updated_at":"2022-08-22T17:38:18Z","revision_number":0,"project_id":"3753856e1c8043658e95d6108aff12fc"},{"id":"73b2d4af-4e29-4c0c-beda-2fbfa199f077","name":"public-subnet","tenant_id":"12889750ad6d43d3b1912a6efdac9935","network_id":"4c455958-7695-4977-9814-9d02d094e4ed","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.9.1","cidr":"172.25.9.0/24","allocation_pools":[{"start":"172.25.9.2","end":"172.25.9.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-22T17:00:57Z","updated_at":"2022-08-22T17:00:57Z","revision_number":0,"project_id":"12889750ad6d43d3b1912a6efdac9935"},{"id":"9038543d-6895-4714-8a9b-4adb21e8069c","name":"shared-subnet","tenant_id":"12889750ad6d43d3b1912a6efdac9935","network_id":"387bcc00-3e93-4c61-b949-50be4467e9f5","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-22T17:03:48Z","updated_at":"2022-08-22T17:03:48Z","revision_number":0,"project_id":"12889750ad6d43d3b1912a6efdac9935"},{"id":"bb486031-532c-488f-95a2-f4178261d391","name":"tempest-subnet-smoke-590856660","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","network_id":"65b27ab6-c605-4051-ac63-25fea585833d","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-22T17:40:12Z","updated_at":"2022-08-22T17:40:12Z","revision_number":0,"project_id":"364ba74d1afd4775bfb29e90d0013daa"},{"id":"e16d89d6-60c5-44b3-a6f5-19aa3969360a","name":"tempest-VolumesSnapshotTestJSON-917613956-subnet","tenant_id":"8fb8cbbc262c4330a486120d8a8466f7","network_id":"f6565400-a04a-4566-864e-9619df37cd89","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_a 2022-08-22 17:40:19,766 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET http://10.222.0.96:9696/networking/v2.0/routers 0.346s 2022-08-22 17:40:19,766 123989 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': '2854', 'x-openstack-request-id': 'req-ce95e569-14a6-48a9-bd6e-0781dfb96d77', 'date': 'Mon, 22 Aug 2022 17:40:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "24e6a099-95e6-4edb-aa32-178bcc18f9ec", "name": "tempest-TestVolumeBootPattern-1304936121-router", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.217"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:38:19Z", "updated_at": "2022-08-22T17:38:24Z", "revision_number": 4, "project_id": "3753856e1c8043658e95d6108aff12fc"}, {"id": "8f92abc3-b6cc-4f22-bb55-d1f94add104e", "name": "tempest-TestNetworkBasicOps-router-200450939", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.138"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:40:08Z", "updated_at": "2022-08-22T17:40:17Z", "revision_number": 4, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}, {"id": "e10a3093-4fdf-46ab-b95b-d6f6fb70885a", "name": "tempest-TestVolumeBootPattern-1749996539-router", "tenant_id": "aac06c08d88347e8a175cb1695bdb440", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.248"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:38:29Z", "updated_at": "2022-08-22T17:38:36Z", "revision_number": 4, "project_id": "aac06c08d88347e8a175cb1695bdb440"}, {"id": "e7111133-ebe4-4eee-be7b-1f7c468dea6e", "name": "router1", "tenant_id": "6a702ede3d074e27ac14041b26bb7685", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.144"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:00:42Z", "updated_at": "2022-08-22T17:01:01Z", "revision_number": 4, "project_id": "6a702ede3d074e27ac14041b26bb7685"}]}' 2022-08-22 17:40:19,946 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.177s 2022-08-22 17:40:19,947 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-596513399", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlA7TUuoVCqdnnIgJvEaBjvyhu8luETIE+ke8b/PuQqKhH7N2nAXjDDgECMGuMTsrlsxrGGgrLruSYaGjI+A1Jh+FFqa/3yUDIOwFHxTryMVtSA6flUaoxLXOMCw7PNiA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816e7eb5-f798-43e6-8080-a365d6b4194a', 'x-compute-request-id': 'req-816e7eb5-f798-43e6-8080-a365d6b4194a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-596513399", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNlA7TUuoVCqdnnIgJvEaBjvyhu8luETIE+ke8b/PuQqKhH7N2nAXjDDgECMGuMTsrlsxrGGgrLruSYaGjI+A1Jh+FFqa/3yUDIOwFHxTryMVtSA6flUaoxLXOMCw7PNiA==", "fingerprint": "16:08:ba:38:14:12:c4:ad:14:12:c0:4e:a4:12:aa:e9", "user_id": "e93f2c1817a94c1aab4ce2c7afb39ea4"}}' 2022-08-22 17:40:20,352 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.402s 2022-08-22 17:40:20,352 123989 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-1391368355", "description": "tempest-secgroup-smoke-1391368355 description", "project_id": "364ba74d1afd4775bfb29e90d0013daa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-06728844-a3a4-4ef0-81a4-7809284aec4f', 'date': 'Mon, 22 Aug 2022 17:40:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "name": "tempest-secgroup-smoke-1391368355", "stateful": true, "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "description": "tempest-secgroup-smoke-1391368355 description", "shared": false, "security_group_rules": [{"id": "a721bce0-51a9-4b38-8867-e62b764b9421", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3983, "description": null, "tags": [], "created_at": "2022-08-22T17:40:20Z", "updated_at": "2022-08-22T17:40:20Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}, {"id": "f05717fd-c0e1-4216-832a-bee27ec8762e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3982, "description": null, "tags": [], "created_at": "2022-08-22T17:40:20Z", "updated_at": "2022-08-22T17:40:20Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}], "tags": [], "created_at": "2022-08-22T17:40:20Z", "updated_at": "2022-08-22T17:40:20Z", "revision_number": 1, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:20,719 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.366s 2022-08-22 17:40:20,722 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "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-532bbb5b-f56c-45aa-9acb-54dd3c458049', 'date': 'Mon, 22 Aug 2022 17:40:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3959543b-a7f7-4f93-8030-dd96488acf55", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:20Z", "updated_at": "2022-08-22T17:40:20Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:21,324 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.600s 2022-08-22 17:40:21,324 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "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-0179f24e-23b1-4d76-9579-4b1c5c8b1f24', 'date': 'Mon, 22 Aug 2022 17:40:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f898b22a-356c-49fe-ab83-870227e3bae3", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:20Z", "updated_at": "2022-08-22T17:40:20Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:22,044 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.718s 2022-08-22 17:40:22,044 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-314994ab-e08b-4626-a12d-aea3e4a25c69', 'date': 'Mon, 22 Aug 2022 17:40:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2bfa0446-bc1a-4849-af41-1ebf6cb16416", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:21Z", "updated_at": "2022-08-22T17:40:21Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:22,689 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.644s 2022-08-22 17:40:22,689 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-43c9c027-afa2-4d82-b71f-d01238a026e5', 'date': 'Mon, 22 Aug 2022 17:40:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7807866c-f1cc-4a48-a364-4841264a2706", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:22Z", "updated_at": "2022-08-22T17:40:22Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:23,352 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.661s 2022-08-22 17:40:23,352 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-89c8bffb-0882-4737-b3f6-9035edce7d5b', 'date': 'Mon, 22 Aug 2022 17:40:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7394328-efeb-46d6-8c17-007f9443038e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:22Z", "updated_at": "2022-08-22T17:40:22Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:24,022 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.669s 2022-08-22 17:40:24,023 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-18984301-4bf5-4df5-aa2f-5fe2e8727ee2', 'date': 'Mon, 22 Aug 2022 17:40:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6dd91864-cca2-41fd-ad87-51bfe3a0c207", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "5de8c1e7-f379-4689-a670-bafa5be8f955", "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-22T17:40:23Z", "updated_at": "2022-08-22T17:40:23Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:24,084 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.054s 2022-08-22 17:40:24,085 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4fca30fd-2504-45e3-bc91-1d3c1c8314e5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e93f2c1817a94c1aab4ce2c7afb39ea4", "name": "tempest-TestNetworkBasicOps-514012671-project", "password_expires_at": null}, "audit_ids": ["U-XhL30MRvmVYYZiN0aSbA"], "expires_at": "2022-08-22T18:40:24.000000Z", "issued_at": "2022-08-22T17:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "364ba74d1afd4775bfb29e90d0013daa", "name": "tempest-TestNetworkBasicOps-514012671"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:40:24,086 123989 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant 2022-08-22 17:40:24,630 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.96/compute/v2.1/servers 0.542s 2022-08-22 17:40:24,630 123989 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-784510721", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "65b27ab6-c605-4051-ac63-25fea585833d"}], "key_name": "tempest-TestNetworkBasicOps-596513399", "security_groups": [{"name": "tempest-secgroup-smoke-1391368355"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-20c5812e-4b78-459c-9747-b4a6d39e560b', 'x-compute-request-id': 'req-20c5812e-4b78-459c-9747-b4a6d39e560b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:40:25,053 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/5de8c1e7-f379-4689-a670-bafa5be8f955 0.413s 2022-08-22 17:40:25,053 123989 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-6017ea34-4d52-40cd-a4e3-11fd83f572f7', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:40:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/5de8c1e7-f379-4689-a670-bafa5be8f955'} Body: b'' 2022-08-22 17:40:25,214 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-596513399 0.160s 2022-08-22 17:40:25,214 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78d3f55b-2410-4aeb-b33e-097f9df1b86f', 'x-compute-request-id': 'req-78d3f55b-2410-4aeb-b33e-097f9df1b86f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-596513399'} Body: b'' 2022-08-22 17:40:27,224 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e/remove_router_interface 2.009s 2022-08-22 17:40:27,224 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "bb486031-532c-488f-95a2-f4178261d391"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-abda19c2-01a1-4c50-aa77-ed231a03a0bc', 'date': 'Mon, 22 Aug 2022 17:40:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e/remove_router_interface'} Body: b'{"id": "8f92abc3-b6cc-4f22-bb55-d1f94add104e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "port_id": "7f591d8b-dea3-4ed0-b98f-de8be34b6b47", "network_id": "65b27ab6-c605-4051-ac63-25fea585833d", "subnet_id": "bb486031-532c-488f-95a2-f4178261d391", "subnet_ids": ["bb486031-532c-488f-95a2-f4178261d391"]}' 2022-08-22 17:40:27,784 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/bb486031-532c-488f-95a2-f4178261d391 0.559s 2022-08-22 17:40:27,785 123989 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-70a1a71a-17e7-4a9f-84d6-b77031628956', 'date': 'Mon, 22 Aug 2022 17:40:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/bb486031-532c-488f-95a2-f4178261d391'} Body: b'' 2022-08-22 17:40:29,855 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e 2.070s 2022-08-22 17:40:29,856 123989 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-c91e151c-8aed-4cc3-9c5b-0006bfc5b59d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:40:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8f92abc3-b6cc-4f22-bb55-d1f94add104e'} Body: b'' 2022-08-22 17:40:30,470 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/65b27ab6-c605-4051-ac63-25fea585833d 0.613s 2022-08-22 17:40:30,470 123989 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-481ab9a6-d88c-4fac-8634-46f0aecafd4b', 'date': 'Mon, 22 Aug 2022 17:40:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/65b27ab6-c605-4051-ac63-25fea585833d'} 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-22 17:40:30,980 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 0.505s 2022-08-22 17:40:30,980 123989 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--415777703", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7fb460f9-3757-4890-8571-8a363405b28d', 'date': 'Mon, 22 Aug 2022 17:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e63b97b5-0bf5-4173-adf4-a9a1525f3170","name":"tempest-network-smoke--415777703","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"364ba74d1afd4775bfb29e90d0013daa","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:40:30Z","updated_at":"2022-08-22T17:40:30Z","revision_number":1}}' 2022-08-22 17:40:33,981 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 2.995s 2022-08-22 17:40:33,981 123989 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-199124106", "admin_state_up": true, "project_id": "364ba74d1afd4775bfb29e90d0013daa", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '687', 'x-openstack-request-id': 'req-0de6d92d-5d14-4860-9472-57e09cbc3353', 'date': 'Mon, 22 Aug 2022 17:40:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "c7975ace-d4fd-4964-8972-e62d83c78c9e", "name": "tempest-TestNetworkBasicOps-router-199124106", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.167"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:40:31Z", "updated_at": "2022-08-22T17:40:32Z", "revision_number": 3, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:34,111 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=364ba74d1afd4775bfb29e90d0013daa&cidr=172.20.0.0%2F28 0.129s 2022-08-22 17:40:34,111 123989 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-307d6bdb-0b75-41e2-a40b-40cac8f35288', 'date': 'Mon, 22 Aug 2022 17:40:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=364ba74d1afd4775bfb29e90d0013daa&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:40:34,324 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.212s 2022-08-22 17:40:34,325 123989 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-23d30376-15b0-4510-8516-01a7af8c7239', 'date': 'Mon, 22 Aug 2022 17:40:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:40:34,408 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.082s 2022-08-22 17:40:34,408 123989 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-ad199433-450b-4796-94eb-8df2bd1402bc', 'date': 'Mon, 22 Aug 2022 17:40:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:40:35,735 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 1.326s 2022-08-22 17:40:35,736 123989 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-555753262", "network_id": "e63b97b5-0bf5-4173-adf4-a9a1525f3170", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-59795462-7876-437e-9719-9248b27b770d', 'date': 'Mon, 22 Aug 2022 17:40:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"f01c8c59-23ce-4e4f-9c8a-7ad447e92713","name":"tempest-subnet-smoke-555753262","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","network_id":"e63b97b5-0bf5-4173-adf4-a9a1525f3170","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-22T17:40:34Z","updated_at":"2022-08-22T17:40:34Z","revision_number":0,"project_id":"364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:40,336 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e/add_router_interface 4.599s 2022-08-22 17:40:40,336 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f01c8c59-23ce-4e4f-9c8a-7ad447e92713"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-415967f4-ef96-457d-ab42-4e42646f562a', 'date': 'Mon, 22 Aug 2022 17:40:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e/add_router_interface'} Body: b'{"id": "c7975ace-d4fd-4964-8972-e62d83c78c9e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "port_id": "9ae68352-ebef-4e1f-9064-a9a2505d6a4c", "network_id": "e63b97b5-0bf5-4173-adf4-a9a1525f3170", "subnet_id": "f01c8c59-23ce-4e4f-9c8a-7ad447e92713", "subnet_ids": ["f01c8c59-23ce-4e4f-9c8a-7ad447e92713"]}' 2022-08-22 17:40:40,862 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/networks 0.525s 2022-08-22 17:40:40,863 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '4791', 'x-openstack-request-id': 'req-91f591aa-02ea-48f9-b557-1049adb04f00', 'date': 'Mon, 22 Aug 2022 17:40:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"networks":[{"id":"387bcc00-3e93-4c61-b949-50be4467e9f5","name":"shared","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["9038543d-6895-4714-8a9b-4adb21e8069c"],"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-22T17:03:44Z","updated_at":"2022-08-22T17:03:48Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":204},{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null},{"id":"b87a647c-9ee9-4c3f-93f3-341218d515d9","name":"tempest-TestVolumeBootPattern-1304936121-network","tenant_id":"3753856e1c8043658e95d6108aff12fc","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["6b423dcc-631a-48cb-ad71-677ebdafd6a6"],"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-22T17:38:17Z","updated_at":"2022-08-22T17:38:18Z","revision_number":2,"project_id":"3753856e1c8043658e95d6108aff12fc","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":208},{"id":"d1cfe004-e8a6-4fff-b046-c7c636a5708c","name":"tempest-TestVolumeBootPattern-1749996539-network","tenant_id":"aac06c08d88347e8a175cb1695bdb440","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["34f31144-227e-40da-a9e3-42106151276b"],"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-22T17:38:27Z","updated_at":"2022-08-22T17:38:28Z","revision_number":2,"project_id":"aac06c08d88347e8a175cb1695bdb440","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":245},{"id":"dfac2f02-637e-409d-a329-0fc6a70b2ba2","name":"private","tenant_id":"6a702ede3d074e27ac14041b26bb7685","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["5085d367-c911-4179-ac43-d7fb1a7129e0"],"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-22T17:00:29Z","updated_at":"2022-08-22T17:02:44Z","revision_number":3,"project_id":"6a702ede3d074e27ac14041b26bb7685","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":212},{"id":"e63b97b5-0bf5-4173-adf4-a9a1525f3170","name":"tempest-network-smoke--415777703","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["f01c8c59-23ce-4e4f-9c8a-7ad447e92713"],"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-22T17:40:30Z","updated_at":"2022-08-22T17:40:34Z","revision_number":2,"project_id":"364ba74d1afd4775bfb29e90d0013daa","provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":238},{"id" 2022-08-22 17:40:41,166 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets 0.303s 2022-08-22 17:40:41,167 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '4451', 'x-openstack-request-id': 'req-290272e1-5eb6-4e15-b1ad-57829258e63b', 'date': 'Mon, 22 Aug 2022 17:40:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnets":[{"id":"34f31144-227e-40da-a9e3-42106151276b","name":"tempest-TestVolumeBootPattern-1749996539-subnet","tenant_id":"aac06c08d88347e8a175cb1695bdb440","network_id":"d1cfe004-e8a6-4fff-b046-c7c636a5708c","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-22T17:38:28Z","updated_at":"2022-08-22T17:38:28Z","revision_number":0,"project_id":"aac06c08d88347e8a175cb1695bdb440"},{"id":"5085d367-c911-4179-ac43-d7fb1a7129e0","name":"private-subnet","tenant_id":"6a702ede3d074e27ac14041b26bb7685","network_id":"dfac2f02-637e-409d-a329-0fc6a70b2ba2","ip_version":4,"subnetpool_id":"1522ba0d-9a2d-4d75-b74c-5874a89130b7","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-22T17:00:33Z","updated_at":"2022-08-22T17:02:44Z","revision_number":1,"project_id":"6a702ede3d074e27ac14041b26bb7685"},{"id":"6b423dcc-631a-48cb-ad71-677ebdafd6a6","name":"tempest-TestVolumeBootPattern-1304936121-subnet","tenant_id":"3753856e1c8043658e95d6108aff12fc","network_id":"b87a647c-9ee9-4c3f-93f3-341218d515d9","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-22T17:38:18Z","updated_at":"2022-08-22T17:38:18Z","revision_number":0,"project_id":"3753856e1c8043658e95d6108aff12fc"},{"id":"73b2d4af-4e29-4c0c-beda-2fbfa199f077","name":"public-subnet","tenant_id":"12889750ad6d43d3b1912a6efdac9935","network_id":"4c455958-7695-4977-9814-9d02d094e4ed","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"172.25.9.1","cidr":"172.25.9.0/24","allocation_pools":[{"start":"172.25.9.2","end":"172.25.9.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-08-22T17:00:57Z","updated_at":"2022-08-22T17:00:57Z","revision_number":0,"project_id":"12889750ad6d43d3b1912a6efdac9935"},{"id":"9038543d-6895-4714-8a9b-4adb21e8069c","name":"shared-subnet","tenant_id":"12889750ad6d43d3b1912a6efdac9935","network_id":"387bcc00-3e93-4c61-b949-50be4467e9f5","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-22T17:03:48Z","updated_at":"2022-08-22T17:03:48Z","revision_number":0,"project_id":"12889750ad6d43d3b1912a6efdac9935"},{"id":"e16d89d6-60c5-44b3-a6f5-19aa3969360a","name":"tempest-VolumesSnapshotTestJSON-917613956-subnet","tenant_id":"8fb8cbbc262c4330a486120d8a8466f7","network_id":"f6565400-a04a-4566-864e-9619df37cd89","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-22T17:37:49Z","updated_at":"2022-08-22T17:37:49Z","revision_number":0,"project_id":"8fb8cbbc262c4330a486120d8a8466f7"},{"id":"f01c8c59-23ce-4e4f-9c8a-7ad447e92713","name":"tempest-subnet-smoke-555753262","tenant_id":"364ba74d1afd4775bfb29e90d0013daa","network_id":"e63b97b5-0bf5-4173-adf4-a9a1525f3170","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_a 2022-08-22 17:40:41,669 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 GET http://10.222.0.96:9696/networking/v2.0/routers 0.502s 2022-08-22 17:40:41,673 123989 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': '2854', 'x-openstack-request-id': 'req-15f63b3d-0e47-4c60-a039-edaf4a4849c8', 'date': 'Mon, 22 Aug 2022 17:40:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"routers": [{"id": "24e6a099-95e6-4edb-aa32-178bcc18f9ec", "name": "tempest-TestVolumeBootPattern-1304936121-router", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.217"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:38:19Z", "updated_at": "2022-08-22T17:38:24Z", "revision_number": 4, "project_id": "3753856e1c8043658e95d6108aff12fc"}, {"id": "c7975ace-d4fd-4964-8972-e62d83c78c9e", "name": "tempest-TestNetworkBasicOps-router-199124106", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.167"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:40:31Z", "updated_at": "2022-08-22T17:40:38Z", "revision_number": 4, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}, {"id": "e10a3093-4fdf-46ab-b95b-d6f6fb70885a", "name": "tempest-TestVolumeBootPattern-1749996539-router", "tenant_id": "aac06c08d88347e8a175cb1695bdb440", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.248"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:38:29Z", "updated_at": "2022-08-22T17:38:36Z", "revision_number": 4, "project_id": "aac06c08d88347e8a175cb1695bdb440"}, {"id": "e7111133-ebe4-4eee-be7b-1f7c468dea6e", "name": "router1", "tenant_id": "6a702ede3d074e27ac14041b26bb7685", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.144"}], "enable_snat": true}, "description": "", "availability_zones": ["nova"], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:00:42Z", "updated_at": "2022-08-22T17:01:01Z", "revision_number": 4, "project_id": "6a702ede3d074e27ac14041b26bb7685"}]}' 2022-08-22 17:40:41,935 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.259s 2022-08-22 17:40:41,936 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1622154164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGBVMpu/QayhwmlihR97QeF1Zqtdj2OECKWo2vexZGgWZqYdS8pvs/zM6PIr2SwQKRuXFX2pifx3aXSPIXmA8MZop3cZ//aoAS0GRlcnthEbR5tjN6ro8WGsMbn+QsZnFQ=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:41 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-8aab8ccd-95af-4b77-bf22-f868b30beef4', 'x-compute-request-id': 'req-8aab8ccd-95af-4b77-bf22-f868b30beef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1622154164", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGBVMpu/QayhwmlihR97QeF1Zqtdj2OECKWo2vexZGgWZqYdS8pvs/zM6PIr2SwQKRuXFX2pifx3aXSPIXmA8MZop3cZ//aoAS0GRlcnthEbR5tjN6ro8WGsMbn+QsZnFQ==", "fingerprint": "dd:70:2a:71:3e:7c:41:63:40:b6:9f:43:44:a0:b7:5f", "user_id": "e93f2c1817a94c1aab4ce2c7afb39ea4"}}' 2022-08-22 17:40:42,599 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.660s 2022-08-22 17:40:42,599 123989 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-1067393098", "description": "tempest-secgroup-smoke-1067393098 description", "project_id": "364ba74d1afd4775bfb29e90d0013daa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-ac12d76c-7857-4dfd-b2bc-f9b43b092de1', 'date': 'Mon, 22 Aug 2022 17:40:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "name": "tempest-secgroup-smoke-1067393098", "stateful": true, "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "description": "tempest-secgroup-smoke-1067393098 description", "shared": false, "security_group_rules": [{"id": "1919edc8-9e30-41e4-8126-88735c0afe42", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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": 4006, "description": null, "tags": [], "created_at": "2022-08-22T17:40:42Z", "updated_at": "2022-08-22T17:40:42Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}, {"id": "822c22d3-5928-4d73-933d-b4eb82267eed", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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": 4005, "description": null, "tags": [], "created_at": "2022-08-22T17:40:42Z", "updated_at": "2022-08-22T17:40:42Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}], "tags": [], "created_at": "2022-08-22T17:40:42Z", "updated_at": "2022-08-22T17:40:42Z", "revision_number": 1, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:43,118 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.518s 2022-08-22 17:40:43,119 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "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-2de20d1c-d129-44ac-8e99-09e6acb8c21a', 'date': 'Mon, 22 Aug 2022 17:40:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f48ecf55-608e-4cc3-a4a5-c6d2c5920d8b", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:42Z", "updated_at": "2022-08-22T17:40:42Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:43,831 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.711s 2022-08-22 17:40:43,836 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "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-9b71b312-b5bb-4e6e-bc24-aa0b61f229c4', 'date': 'Mon, 22 Aug 2022 17:40:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9e630c28-13e4-4be6-8411-000041df9be0", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:43Z", "updated_at": "2022-08-22T17:40:43Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:44,421 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.583s 2022-08-22 17:40:44,421 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18a16ba5-8c8b-4c43-a5b7-cbfb4a0d4a86', 'date': 'Mon, 22 Aug 2022 17:40:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "097b9b1c-e419-411b-a72f-a600d6c90d53", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:44Z", "updated_at": "2022-08-22T17:40:44Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:45,161 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.739s 2022-08-22 17:40:45,162 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-cc3f2c39-0787-48bd-9b57-4f8536b5bc02', 'date': 'Mon, 22 Aug 2022 17:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c48ada57-6f40-49e9-8dfd-8a6b6f22e633", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:44Z", "updated_at": "2022-08-22T17:40:44Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:45,622 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.459s 2022-08-22 17:40:45,622 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-99720716-9664-4192-b91e-3ab4c0503898', 'date': 'Mon, 22 Aug 2022 17:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cbba5737-126b-443d-8184-a24f90d513f3", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:45Z", "updated_at": "2022-08-22T17:40:45Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:46,066 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.443s 2022-08-22 17:40:46,066 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "project_id": "364ba74d1afd4775bfb29e90d0013daa", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-25d2d81d-7c1e-4039-9dc4-12f4f6b35a08', 'date': 'Mon, 22 Aug 2022 17:40:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff7c46d5-9013-4044-b98f-cc343a848463", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "security_group_id": "0ec9996d-25ed-43df-9d8b-69f87cf49445", "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-22T17:40:45Z", "updated_at": "2022-08-22T17:40:45Z", "revision_number": 0, "project_id": "364ba74d1afd4775bfb29e90d0013daa"}}' 2022-08-22 17:40:46,121 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.046s 2022-08-22 17:40:46,121 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-ad927a48-9064-4320-95b9-47bdb0577c52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e93f2c1817a94c1aab4ce2c7afb39ea4", "name": "tempest-TestNetworkBasicOps-514012671-project", "password_expires_at": null}, "audit_ids": ["RevTFuYsSluzNKBh3HsLTw"], "expires_at": "2022-08-22T18:40:46.000000Z", "issued_at": "2022-08-22T17:40:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "364ba74d1afd4775bfb29e90d0013daa", "name": "tempest-TestNetworkBasicOps-514012671"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/364ba74d1afd4775bfb29e90d0013daa", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:40:46,122 123989 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_mtu_sized_frames) Found network None available for tenant 2022-08-22 17:40:46,995 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.96/compute/v2.1/servers 0.872s 2022-08-22 17:40:46,995 123989 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-1278328541", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "e63b97b5-0bf5-4173-adf4-a9a1525f3170"}], "key_name": "tempest-TestNetworkBasicOps-1622154164", "security_groups": [{"name": "tempest-secgroup-smoke-1067393098"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-78c0a170-104d-41e1-a60e-feec1e09c569', 'x-compute-request-id': 'req-78c0a170-104d-41e1-a60e-feec1e09c569', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:40:47,290 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/0ec9996d-25ed-43df-9d8b-69f87cf49445 0.294s 2022-08-22 17:40:47,290 123989 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-17865759-6dda-4e8a-8808-1d4e9de447b3', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:40:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/0ec9996d-25ed-43df-9d8b-69f87cf49445'} Body: b'' 2022-08-22 17:40:47,446 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1622154164 0.155s 2022-08-22 17:40:47,446 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-1112ce39-2667-49fe-9416-384f2770c765', 'x-compute-request-id': 'req-1112ce39-2667-49fe-9416-384f2770c765', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1622154164'} Body: b'' 2022-08-22 17:40:49,883 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e/remove_router_interface 2.435s 2022-08-22 17:40:49,883 123989 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "f01c8c59-23ce-4e4f-9c8a-7ad447e92713"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9d281da7-87ad-48c3-81e6-b4f2e0ee1332', 'date': 'Mon, 22 Aug 2022 17:40:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e/remove_router_interface'} Body: b'{"id": "c7975ace-d4fd-4964-8972-e62d83c78c9e", "tenant_id": "364ba74d1afd4775bfb29e90d0013daa", "port_id": "9ae68352-ebef-4e1f-9064-a9a2505d6a4c", "network_id": "e63b97b5-0bf5-4173-adf4-a9a1525f3170", "subnet_id": "f01c8c59-23ce-4e4f-9c8a-7ad447e92713", "subnet_ids": ["f01c8c59-23ce-4e4f-9c8a-7ad447e92713"]}' 2022-08-22 17:40:50,635 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/f01c8c59-23ce-4e4f-9c8a-7ad447e92713 0.751s 2022-08-22 17:40:50,636 123989 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-60c35512-4d9e-4d99-9294-4036b67dd399', 'date': 'Mon, 22 Aug 2022 17:40:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/f01c8c59-23ce-4e4f-9c8a-7ad447e92713'} Body: b'' 2022-08-22 17:40:52,894 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e 2.257s 2022-08-22 17:40:52,894 123989 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-70ac32e5-74d1-4488-bf9e-0aae74a54dd0', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:40:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/c7975ace-d4fd-4964-8972-e62d83c78c9e'} Body: b'' 2022-08-22 17:40:53,816 123989 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/e63b97b5-0bf5-4173-adf4-a9a1525f3170 0.921s 2022-08-22 17:40:53,817 123989 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-a774aaf5-9d9f-4c17-93e9-7b8a01573899', 'date': 'Mon, 22 Aug 2022 17:40:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/e63b97b5-0bf5-4173-adf4-a9a1525f3170'} 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-22 17:34:35,933 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.730s 2022-08-22 17:34:35,934 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-292320851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLMys0jboTvQHO3PM4O3w/Glhp5ZkE1x64boAp00Y9hnC9hN4VmlWreXwRZzchrPZ3BjGlk6GLZJusv0CCzVr5i6b2ranlBrrMIqTrim6oBpbNLA01u46n3D7CDdopxqOw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34: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-21c06c0b-6604-4dbb-beb5-fbbebf2de169', 'x-compute-request-id': 'req-21c06c0b-6604-4dbb-beb5-fbbebf2de169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-292320851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLMys0jboTvQHO3PM4O3w/Glhp5ZkE1x64boAp00Y9hnC9hN4VmlWreXwRZzchrPZ3BjGlk6GLZJusv0CCzVr5i6b2ranlBrrMIqTrim6oBpbNLA01u46n3D7CDdopxqOw==", "fingerprint": "61:13:42:82:67:b0:b2:43:81:12:b8:ba:53:c0:7d:93", "user_id": "214d612027594017932635890267f063"}}' 2022-08-22 17:34:38,221 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/networks 2.282s 2022-08-22 17:34:38,222 123992 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--1461083795", "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-70d79532-1034-4620-909c-6a49e8371557', 'date': 'Mon, 22 Aug 2022 17:34:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"cd7ccea8-fac1-4c6e-8800-6a021bcb2713","name":"tempest-network-smoke--1461083795","tenant_id":"ee86ee74e3cd4d878a1b3e8fb4e6b623","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ee86ee74e3cd4d878a1b3e8fb4e6b623","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-08-22T17:34:37Z","updated_at":"2022-08-22T17:34:37Z","revision_number":1}}' 2022-08-22 17:34:44,227 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/routers 6.005s 2022-08-22 17:34:44,228 123992 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-2102155522", "admin_state_up": true, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '695', 'x-openstack-request-id': 'req-683165e3-6f1e-4945-82fa-d8951b6db5f8', 'date': 'Mon, 22 Aug 2022 17:34:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers'} Body: b'{"router": {"id": "8245c27b-1bea-4d5b-9643-23f47f5687a1", "name": "tempest-TestSecurityGroupsBasicOps-router-2102155522", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "4c455958-7695-4977-9814-9d02d094e4ed", "external_fixed_ips": [{"subnet_id": "73b2d4af-4e29-4c0c-beda-2fbfa199f077", "ip_address": "172.25.9.167"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2022-08-22T17:34:38Z", "updated_at": "2022-08-22T17:34:42Z", "revision_number": 3, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}}' 2022-08-22 17:34:44,704 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?project_id=ee86ee74e3cd4d878a1b3e8fb4e6b623&cidr=172.20.0.0%2F28 0.474s 2022-08-22 17:34:44,704 123992 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-83228f23-8d79-4430-b4f7-26bd95b6f3b3', 'date': 'Mon, 22 Aug 2022 17:34:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?project_id=ee86ee74e3cd4d878a1b3e8fb4e6b623&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:34:44,864 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True 0.159s 2022-08-22 17:34:44,865 123992 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-236dca42-290a-4c91-ac47-e7e4d7efb52b', 'date': 'Mon, 22 Aug 2022 17:34:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks?router%3Aexternal=True'} Body: b'{"networks":[{"id":"4c455958-7695-4977-9814-9d02d094e4ed","name":"public","tenant_id":"12889750ad6d43d3b1912a6efdac9935","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["73b2d4af-4e29-4c0c-beda-2fbfa199f077"],"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-22T17:00:48Z","updated_at":"2022-08-22T17:00:57Z","revision_number":2,"project_id":"12889750ad6d43d3b1912a6efdac9935","provider:network_type":"flat","provider:physical_network":"physnet1","provider:segmentation_id":null}]}' 2022-08-22 17:34:44,989 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28 0.124s 2022-08-22 17:34:44,990 123992 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-2a2c0f83-d8dd-46c3-9de8-299d77cdfdfa', 'date': 'Mon, 22 Aug 2022 17:34:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets?network_id=4c455958-7695-4977-9814-9d02d094e4ed&cidr=172.20.0.0%2F28'} Body: b'{"subnets":[]}' 2022-08-22 17:34:47,796 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/subnets 2.802s 2022-08-22 17:34:47,796 123992 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-1097320222", "network_id": "cd7ccea8-fac1-4c6e-8800-6a021bcb2713", "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "ip_version": 4, "cidr": "172.20.0.0/28"}} Response - Headers: {'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-9f022db2-9325-4e53-999e-b37a0988767d', 'date': 'Mon, 22 Aug 2022 17:34:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ce1c7176-6666-4e52-b47e-68876d85ce42","name":"tempest-subnet-smoke-1097320222","tenant_id":"ee86ee74e3cd4d878a1b3e8fb4e6b623","network_id":"cd7ccea8-fac1-4c6e-8800-6a021bcb2713","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-22T17:34:45Z","updated_at":"2022-08-22T17:34:45Z","revision_number":0,"project_id":"ee86ee74e3cd4d878a1b3e8fb4e6b623"}}' 2022-08-22 17:34:57,131 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1/add_router_interface 9.334s 2022-08-22 17:34:57,132 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ce1c7176-6666-4e52-b47e-68876d85ce42"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ea8f8905-0f27-48d7-9da9-f2a3befe0950', 'date': 'Mon, 22 Aug 2022 17:34:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1/add_router_interface'} Body: b'{"id": "8245c27b-1bea-4d5b-9643-23f47f5687a1", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "port_id": "f0d905ba-2dbc-4b33-b5e6-6c6fdc31d919", "network_id": "cd7ccea8-fac1-4c6e-8800-6a021bcb2713", "subnet_id": "ce1c7176-6666-4e52-b47e-68876d85ce42", "subnet_ids": ["ce1c7176-6666-4e52-b47e-68876d85ce42"]}' 2022-08-22 17:34:57,994 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.861s 2022-08-22 17:34:57,994 123992 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--529093618", "description": "tempest-secgroup_access--529093618 description", "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1615', 'x-openstack-request-id': 'req-75131189-d8a7-483f-89a5-6496e64d9074', 'date': 'Mon, 22 Aug 2022 17:34:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e6c65b4c-710a-4603-8844-2097ac4c8563", "name": "tempest-secgroup_access--529093618", "stateful": true, "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "description": "tempest-secgroup_access--529093618 description", "shared": false, "security_group_rules": [{"id": "77dfaef0-7f26-4aff-abcc-f58aab68cfba", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "security_group_id": "e6c65b4c-710a-4603-8844-2097ac4c8563", "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": 3678, "description": null, "tags": [], "created_at": "2022-08-22T17:34:57Z", "updated_at": "2022-08-22T17:34:57Z", "revision_number": 0, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}, {"id": "79dfe51d-face-47ef-80b4-3e76651571ef", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "security_group_id": "e6c65b4c-710a-4603-8844-2097ac4c8563", "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": 3679, "description": null, "tags": [], "created_at": "2022-08-22T17:34:57Z", "updated_at": "2022-08-22T17:34:57Z", "revision_number": 0, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}], "tags": [], "created_at": "2022-08-22T17:34:57Z", "updated_at": "2022-08-22T17:34:57Z", "revision_number": 1, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}}' 2022-08-22 17:34:58,669 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.674s 2022-08-22 17:34:58,669 123992 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--1271610280", "description": "tempest-secgroup_general--1271610280 description", "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-61189d94-60a8-4c1d-b78a-0bd0be68f377', 'date': 'Mon, 22 Aug 2022 17:34:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "53df9be7-ff4d-4ccb-8f0f-c646e0b0ff5f", "name": "tempest-secgroup_general--1271610280", "stateful": true, "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "description": "tempest-secgroup_general--1271610280 description", "shared": false, "security_group_rules": [{"id": "1abb9ea6-1bb8-4a34-831f-51c8871aac3c", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "security_group_id": "53df9be7-ff4d-4ccb-8f0f-c646e0b0ff5f", "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": 3683, "description": null, "tags": [], "created_at": "2022-08-22T17:34:58Z", "updated_at": "2022-08-22T17:34:58Z", "revision_number": 0, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}, {"id": "9d6859c5-6cd7-4169-9070-3f0002bff9e1", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "security_group_id": "53df9be7-ff4d-4ccb-8f0f-c646e0b0ff5f", "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": 3682, "description": null, "tags": [], "created_at": "2022-08-22T17:34:58Z", "updated_at": "2022-08-22T17:34:58Z", "revision_number": 0, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}], "tags": [], "created_at": "2022-08-22T17:34:58Z", "updated_at": "2022-08-22T17:34:58Z", "revision_number": 1, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}}' 2022-08-22 17:34:59,226 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.556s 2022-08-22 17:34:59,227 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "e6c65b4c-710a-4603-8844-2097ac4c8563", "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "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-d59a7457-d8d3-4cf3-96c4-6dd9f2678c82', 'date': 'Mon, 22 Aug 2022 17:34:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a98812a-96df-432a-9b16-1b2f2d65b806", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "security_group_id": "e6c65b4c-710a-4603-8844-2097ac4c8563", "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-22T17:34:58Z", "updated_at": "2022-08-22T17:34:58Z", "revision_number": 0, "project_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623"}}' 2022-08-22 17:34:59,324 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.091s 2022-08-22 17:34:59,325 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:59 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-6faa6d44-ecdb-498a-8ec0-70fdcd24ee9e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "214d612027594017932635890267f063", "name": "tempest-TestSecurityGroupsBasicOps-1783780109-project", "password_expires_at": null}, "audit_ids": ["r1v1nQmVSteoB7BYNUbbaw"], "expires_at": "2022-08-22T18:34:59.000000Z", "issued_at": "2022-08-22T17:34:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "name": "tempest-TestSecurityGroupsBasicOps-1783780109"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ee86ee74e3cd4d878a1b3e8fb4e6b623", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ee86ee74e3cd4d878a1b3e8fb4e6b623", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ee86ee74e3cd4d878a1b3e8fb4e6b623", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ee86ee74e3cd4d878a1b3e8fb4e6b623", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:34:59,325 123992 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant 2022-08-22 17:35:00,292 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 500 POST http://10.222.0.96/compute/v2.1/servers 0.966s 2022-08-22 17:35:00,293 123992 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-1783780109-access_point-1344291993", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "cd7ccea8-fac1-4c6e-8800-6a021bcb2713"}], "key_name": "tempest-TestSecurityGroupsBasicOps-292320851", "security_groups": [{"name": "tempest-secgroup_access--529093618"}, {"name": "tempest-secgroup_general--1271610280"}]}, "os:scheduler_hints": {"different_host": []}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-bf8848d0-f7e2-4189-be76-2ec47c9013a4', 'x-compute-request-id': 'req-bf8848d0-f7e2-4189-be76-2ec47c9013a4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:35:01,142 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/53df9be7-ff4d-4ccb-8f0f-c646e0b0ff5f 0.839s 2022-08-22 17:35:01,143 123992 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-db6a6476-f4b9-48e6-a436-534cefe7de2d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:35:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/53df9be7-ff4d-4ccb-8f0f-c646e0b0ff5f'} Body: b'' 2022-08-22 17:35:02,490 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/e6c65b4c-710a-4603-8844-2097ac4c8563 1.346s 2022-08-22 17:35:02,490 123992 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-def88e0e-179e-4c2e-9816-1aacaf2020a9', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:35:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/e6c65b4c-710a-4603-8844-2097ac4c8563'} Body: b'' 2022-08-22 17:35:08,562 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1/remove_router_interface 6.071s 2022-08-22 17:35:08,562 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "ce1c7176-6666-4e52-b47e-68876d85ce42"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a72f8e08-d350-4789-a702-0a387aec21d9', 'date': 'Mon, 22 Aug 2022 17:35:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1/remove_router_interface'} Body: b'{"id": "8245c27b-1bea-4d5b-9643-23f47f5687a1", "tenant_id": "ee86ee74e3cd4d878a1b3e8fb4e6b623", "port_id": "f0d905ba-2dbc-4b33-b5e6-6c6fdc31d919", "network_id": "cd7ccea8-fac1-4c6e-8800-6a021bcb2713", "subnet_id": "ce1c7176-6666-4e52-b47e-68876d85ce42", "subnet_ids": ["ce1c7176-6666-4e52-b47e-68876d85ce42"]}' 2022-08-22 17:35:10,129 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/subnets/ce1c7176-6666-4e52-b47e-68876d85ce42 1.565s 2022-08-22 17:35:10,129 123992 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-5e4ce5e4-bf4b-4626-969c-84eba7c19a30', 'date': 'Mon, 22 Aug 2022 17:35:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/subnets/ce1c7176-6666-4e52-b47e-68876d85ce42'} Body: b'' 2022-08-22 17:35:13,151 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1 3.021s 2022-08-22 17:35:13,153 123992 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-6a5723e4-ad8d-4804-b7b0-990b205007ae', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:35:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/routers/8245c27b-1bea-4d5b-9643-23f47f5687a1'} Body: b'' 2022-08-22 17:35:14,366 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/networks/cd7ccea8-fac1-4c6e-8800-6a021bcb2713 1.212s 2022-08-22 17:35:14,367 123992 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-bed47b84-4ee4-4e13-b0e1-465568a7240e', 'date': 'Mon, 22 Aug 2022 17:35:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/networks/cd7ccea8-fac1-4c6e-8800-6a021bcb2713'} Body: b'' 2022-08-22 17:35:14,502 123992 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-292320851 0.133s 2022-08-22 17:35:14,502 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f093b8ad-956b-497b-ae39-f288a65f3c46', 'x-compute-request-id': 'req-f093b8ad-956b-497b-ae39-f288a65f3c46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-292320851'} 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-22 17:35:31,008 123992 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.176s 2022-08-22 17:35:31,008 123992 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:30 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-fd325186-eed0-478a-9db7-a75b9690f7a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e65a5c038ec840f2937183d3ac3897db", "name": "tempest-TestServerAdvancedOps-1565500963-project", "password_expires_at": null}, "audit_ids": ["aCn6q8lnSfCwT3t2lnrBEQ"], "expires_at": "2022-08-22T18:35:30.000000Z", "issued_at": "2022-08-22T17:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d91500ce4b348eba0a7ca0bd143c2c0", "name": "tempest-TestServerAdvancedOps-1565500963"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/2d91500ce4b348eba0a7ca0bd143c2c0", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_2d91500ce4b348eba0a7ca0bd143c2c0", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/2d91500ce4b348eba0a7ca0bd143c2c0", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/2d91500ce4b348eba0a7ca0bd143c2c0", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:35:31,009 123992 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'd7d094fa-c44c-424f-8736-bc7acba18430', 'name': 'tempest-TestServerAdvancedOps-152013110-network', 'tenant_id': '2d91500ce4b348eba0a7ca0bd143c2c0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d91500ce4b348eba0a7ca0bd143c2c0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 218, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:35:23Z', 'updated_at': '2022-08-22T17:35:24Z', 'revision_number': 1} available for tenant 2022-08-22 17:35:32,100 123992 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 500 POST http://10.222.0.96/compute/v2.1/servers 1.090s 2022-08-22 17:35:32,101 123992 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-1169144017", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "networks": [{"uuid": "d7d094fa-c44c-424f-8736-bc7acba18430"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7740ea75-ba1d-4972-849a-4d4a26d56d4e', 'x-compute-request-id': 'req-7740ea75-ba1d-4972-849a-4d4a26d56d4e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:30:40,450 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 1.346s 2022-08-22 17:30:40,450 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-539927722", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETGyg2tuVenhzYUhxvShJUWjpoGNeGhYXcUPMcPk5cwJa/x9H4qDDrrk9WuBUnNvotjgdBc+H3FoWGMnY2KTZeeuDy52cdi+Ju+0Kpv/fQX3LQazK7T1w3/W9pkaUjgcA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:39 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-11518ceb-a043-46c0-a44d-397a09d6c1ae', 'x-compute-request-id': 'req-11518ceb-a043-46c0-a44d-397a09d6c1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-539927722", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETGyg2tuVenhzYUhxvShJUWjpoGNeGhYXcUPMcPk5cwJa/x9H4qDDrrk9WuBUnNvotjgdBc+H3FoWGMnY2KTZeeuDy52cdi+Ju+0Kpv/fQX3LQazK7T1w3/W9pkaUjgcA==", "fingerprint": "51:5d:33:7d:07:e6:71:5d:c5:69:a2:ba:22:3c:c3:44", "user_id": "ac00e6ee4cda44969bcdb17080ab57e1"}}' 2022-08-22 17:30:43,164 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 2.711s 2022-08-22 17:30:43,165 123994 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-622827528", "description": "tempest-secgroup-smoke-622827528 description", "project_id": "1a77a7f21b1c46799e426a4168945af3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-fbf04e18-6512-4fbd-b706-72ef72b53ac1', 'date': 'Mon, 22 Aug 2022 17:30:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "name": "tempest-secgroup-smoke-622827528", "stateful": true, "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "description": "tempest-secgroup-smoke-622827528 description", "shared": false, "security_group_rules": [{"id": "a8ddfb32-35fb-40c8-a918-e38df9b496cd", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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": 3206, "description": null, "tags": [], "created_at": "2022-08-22T17:30:41Z", "updated_at": "2022-08-22T17:30:41Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}, {"id": "b3fbea2d-5608-4aec-bc4d-ccd1c9d05150", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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": 3207, "description": null, "tags": [], "created_at": "2022-08-22T17:30:41Z", "updated_at": "2022-08-22T17:30:41Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}], "tags": [], "created_at": "2022-08-22T17:30:41Z", "updated_at": "2022-08-22T17:30:41Z", "revision_number": 1, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:44,883 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.716s 2022-08-22 17:30:44,884 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "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-c8efcbe9-c8a1-4b9d-9d65-bb7513b01376', 'date': 'Mon, 22 Aug 2022 17:30:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80965192-d747-4abf-87fc-d6dbc91d448e", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:44Z", "updated_at": "2022-08-22T17:30:44Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:46,861 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.977s 2022-08-22 17:30:46,861 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "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-8f4734e6-4b07-4776-a32c-fbfb5655b9da', 'date': 'Mon, 22 Aug 2022 17:30:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e67168ab-d85a-4d0e-a656-2b61b4a488e3", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:46Z", "updated_at": "2022-08-22T17:30:46Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:47,824 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.962s 2022-08-22 17:30:47,825 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f0743c5d-731f-427c-8a5e-1d10998b24be', 'date': 'Mon, 22 Aug 2022 17:30:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e78a64a-8448-46ab-b26c-82feed4bfcf7", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:47Z", "updated_at": "2022-08-22T17:30:47Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:49,777 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.952s 2022-08-22 17:30:49,777 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-2c847b80-3c65-4dd4-8ae2-86b112849b8c', 'date': 'Mon, 22 Aug 2022 17:30:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "76a1cccd-e4b0-4d92-8570-07186c53ac45", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:49Z", "updated_at": "2022-08-22T17:30:49Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:52,207 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 2.428s 2022-08-22 17:30:52,207 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b9a050d5-a7c4-4e17-9013-2b12b8e1bc9d', 'date': 'Mon, 22 Aug 2022 17:30:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "242bf384-05a2-497b-8160-a71bdb853bb7", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:51Z", "updated_at": "2022-08-22T17:30:51Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:53,304 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 1.096s 2022-08-22 17:30:53,305 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "project_id": "1a77a7f21b1c46799e426a4168945af3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f34450af-206b-49b4-9314-342bc5175a33', 'date': 'Mon, 22 Aug 2022 17:30:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d35c02cb-a610-4133-a175-e1528cd2dc4b", "tenant_id": "1a77a7f21b1c46799e426a4168945af3", "security_group_id": "f7c6e64c-17c1-408c-b3bd-dbd45edaebf2", "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-22T17:30:52Z", "updated_at": "2022-08-22T17:30:52Z", "revision_number": 0, "project_id": "1a77a7f21b1c46799e426a4168945af3"}}' 2022-08-22 17:30:53,427 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.114s 2022-08-22 17:30:53,427 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:53 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-1ec785b0-d36a-4895-a816-145574e154b3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ac00e6ee4cda44969bcdb17080ab57e1", "name": "tempest-TestServerBasicOps-571567790-project", "password_expires_at": null}, "audit_ids": ["kqdRk-9bR9uAxIo6y0i7HQ"], "expires_at": "2022-08-22T18:30:53.000000Z", "issued_at": "2022-08-22T17:30:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a77a7f21b1c46799e426a4168945af3", "name": "tempest-TestServerBasicOps-571567790"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a77a7f21b1c46799e426a4168945af3", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_1a77a7f21b1c46799e426a4168945af3", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/1a77a7f21b1c46799e426a4168945af3", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/1a77a7f21b1c46799e426a4168945af3", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:30:53,428 123994 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '44952973-b1a6-4a61-a33a-5fc3c9e1febf', 'name': 'tempest-TestServerBasicOps-825630609-network', 'tenant_id': '1a77a7f21b1c46799e426a4168945af3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a77a7f21b1c46799e426a4168945af3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 220, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:29:40Z', 'updated_at': '2022-08-22T17:29:40Z', 'revision_number': 1} available for tenant 2022-08-22 17:30:55,120 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 500 POST http://10.222.0.96/compute/v2.1/servers 1.691s 2022-08-22 17:30:55,121 123994 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-2050435901", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestServerBasicOps-539927722", "security_groups": [{"name": "tempest-secgroup-smoke-622827528"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "networks": [{"uuid": "44952973-b1a6-4a61-a33a-5fc3c9e1febf"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-7d6fcdd4-4d36-4ee6-9680-a4dff1281131', 'x-compute-request-id': 'req-7d6fcdd4-4d36-4ee6-9680-a4dff1281131', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:30:56,601 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/f7c6e64c-17c1-408c-b3bd-dbd45edaebf2 1.467s 2022-08-22 17:30:56,601 123994 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-7c58628e-4cff-4e9e-bf43-4d9c47be812b', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:30:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/f7c6e64c-17c1-408c-b3bd-dbd45edaebf2'} Body: b'' 2022-08-22 17:30:56,768 123994 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-539927722 0.166s 2022-08-22 17:30:56,769 123994 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e0d47f8-1904-4637-bc91-b973876d57ad', 'x-compute-request-id': 'req-1e0d47f8-1904-4637-bc91-b973876d57ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-539927722'} 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-22 17:42:01,370 123980 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.222.0.96/compute/v2.1/os-availability-zone/detail 0.210s 2022-08-22 17:42:01,371 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:42:01 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-8aa1f022-8f95-4280-b24d-be629544370b', 'x-compute-request-id': 'req-8aa1f022-8f95-4280-b24d-be629544370b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"n-d-854030-1": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2022-08-22T17:41:57.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2022-08-22T17:41:58.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"n-h1-854030-1": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-22T17:41:53.000000"}}, "n-h2-854030-1": {"nova-compute": {"available": true, "active": true, "updated_at": "2022-08-22T17:41:54.000000"}}}}]}' 2022-08-22 17:42:01,474 123980 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.093s 2022-08-22 17:42:01,474 123980 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:42:01 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-15c7aa4c-81cf-4907-bcc4-28db1f9bf918', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c03b43c964eb4447837e81fd2ec08402", "name": "tempest-TestServerMultinode-1885184057-project", "password_expires_at": null}, "audit_ids": ["Y5YpZqfRTx-gFcxbJPND_w"], "expires_at": "2022-08-22T18:42:01.000000Z", "issued_at": "2022-08-22T17:42:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ede370f2c6814762ba85d31fad344b6f", "name": "tempest-TestServerMultinode-1885184057"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ede370f2c6814762ba85d31fad344b6f", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_ede370f2c6814762ba85d31fad344b6f", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/ede370f2c6814762ba85d31fad344b6f", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/ede370f2c6814762ba85d31fad344b6f", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:42:01,475 123980 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': '2ea08b30-85b4-4888-9ea4-fb7e3b879f42', 'name': 'tempest-TestServerMultinode-2074221812-network', 'tenant_id': 'ede370f2c6814762ba85d31fad344b6f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ede370f2c6814762ba85d31fad344b6f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 210, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:41:44Z', 'updated_at': '2022-08-22T17:41:44Z', 'revision_number': 1} available for tenant 2022-08-22 17:42:01,931 123980 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 500 POST http://10.222.0.96/compute/v2.1/servers 0.454s 2022-08-22 17:42:01,931 123980 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-1620321742", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "availability_zone": "nova:n-h1-854030-1", "networks": [{"uuid": "2ea08b30-85b4-4888-9ea4-fb7e3b879f42"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-95dfff32-4251-4c6b-be71-03fc85a5ad54', 'x-compute-request-id': 'req-95dfff32-4251-4c6b-be71-03fc85a5ad54', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:51:53,654 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.300s 2022-08-22 17:51:53,654 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-2031153626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDXOa6sXhCPLM0Keyu4cW0sK+qyeNyl7XtC2pGxaVCIoRKey8tQM5/VPuTrPFQJWY8zZGmQ6Hfa1iqTlDQKlWjOHTsuXkJ6ARFhBiDORwGfq32pVPRZLUKVprt/wd8J2Vw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:53 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-3ab36dc1-9225-49a0-8b13-cfe3722bd389', 'x-compute-request-id': 'req-3ab36dc1-9225-49a0-8b13-cfe3722bd389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2031153626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDXOa6sXhCPLM0Keyu4cW0sK+qyeNyl7XtC2pGxaVCIoRKey8tQM5/VPuTrPFQJWY8zZGmQ6Hfa1iqTlDQKlWjOHTsuXkJ6ARFhBiDORwGfq32pVPRZLUKVprt/wd8J2Vw==", "fingerprint": "86:29:99:bb:4a:02:ab:9f:2c:28:ef:eb:3c:77:12:b1", "user_id": "0993234fc58049a99a1a1c1d7fbde418"}}' 2022-08-22 17:51:54,009 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.351s 2022-08-22 17:51:54,010 177485 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-838118387", "description": "tempest-secgroup-smoke-838118387 description", "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-3dbfd367-dbe8-4b6b-bdfd-53e1654d7f70', 'date': 'Mon, 22 Aug 2022 17:51:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d989478-4f61-4882-9d17-d7286458e9ed", "name": "tempest-secgroup-smoke-838118387", "stateful": true, "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "description": "tempest-secgroup-smoke-838118387 description", "shared": false, "security_group_rules": [{"id": "4f4d3a3b-9d92-4aeb-a58b-affc6d77de7b", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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": 4361, "description": null, "tags": [], "created_at": "2022-08-22T17:51:53Z", "updated_at": "2022-08-22T17:51:53Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}, {"id": "9310cb7b-9b62-4fc1-9ed9-d1fc908d0ce3", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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": 4362, "description": null, "tags": [], "created_at": "2022-08-22T17:51:53Z", "updated_at": "2022-08-22T17:51:53Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}], "tags": [], "created_at": "2022-08-22T17:51:53Z", "updated_at": "2022-08-22T17:51:53Z", "revision_number": 1, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:54,352 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.341s 2022-08-22 17:51:54,353 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "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-0b8528ed-0170-48c5-8fb2-7f7981f20a86', 'date': 'Mon, 22 Aug 2022 17:51:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b5ccad40-1789-406e-9d17-1447ebebc1e7", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:54Z", "updated_at": "2022-08-22T17:51:54Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:54,702 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.348s 2022-08-22 17:51:54,702 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "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-9b6e77fa-1a40-425d-b83a-d8af63a4d436', 'date': 'Mon, 22 Aug 2022 17:51:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9bf5f755-3fbe-493b-9ccc-1533e751fa29", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:54Z", "updated_at": "2022-08-22T17:51:54Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:55,041 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.338s 2022-08-22 17:51:55,042 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b5962343-e0bd-41a3-8e6d-6e5d76fb4059', 'date': 'Mon, 22 Aug 2022 17:51:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15cd7fbb-cf8e-4656-931b-0a7b720f6c8e", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:54Z", "updated_at": "2022-08-22T17:51:54Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:55,524 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.481s 2022-08-22 17:51:55,524 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ff4401d8-f7f3-4396-a4bd-e191ddaf568b', 'date': 'Mon, 22 Aug 2022 17:51:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d989ee38-aa33-4495-82da-96e957c42319", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:55Z", "updated_at": "2022-08-22T17:51:55Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:55,895 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.370s 2022-08-22 17:51:55,895 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-179909a3-33b5-44e6-9608-d5917ee516d0', 'date': 'Mon, 22 Aug 2022 17:51:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "138aca1c-4dbf-4de7-89aa-b8ee64d59724", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:55Z", "updated_at": "2022-08-22T17:51:55Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:56,241 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.345s 2022-08-22 17:51:56,242 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a4c1e65e-437c-4b17-87ff-4652b9fe34a7', 'date': 'Mon, 22 Aug 2022 17:51:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "489a6977-0dfb-42f3-9d6d-2efc35e34b39", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "0d989478-4f61-4882-9d17-d7286458e9ed", "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-22T17:51:56Z", "updated_at": "2022-08-22T17:51:56Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:56,287 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.036s 2022-08-22 17:51:56,287 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3248', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6cbc8236-4c3c-42d7-8a4e-f9804cf5a807', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0993234fc58049a99a1a1c1d7fbde418", "name": "tempest-TestShelveInstance-450004932-project", "password_expires_at": null}, "audit_ids": ["aP8m4IjbTa6P3rgyp6iXOQ"], "expires_at": "2022-08-22T18:51:56.000000Z", "issued_at": "2022-08-22T17:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5edd8a2166c545048199a1ca09d2b4e0", "name": "tempest-TestShelveInstance-450004932"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:51:56,288 177485 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': '123aa93c-b930-47e9-a124-f3735d6bb867', 'name': 'tempest-TestShelveInstance-787319961-network', 'tenant_id': '5edd8a2166c545048199a1ca09d2b4e0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5edd8a2166c545048199a1ca09d2b4e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 200, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:51:41Z', 'updated_at': '2022-08-22T17:51:41Z', 'revision_number': 1} available for tenant 2022-08-22 17:51:56,652 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 500 POST http://10.222.0.96/compute/v2.1/servers 0.363s 2022-08-22 17:51:56,652 177485 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-940957450", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-2031153626", "security_groups": [{"name": "tempest-secgroup-smoke-838118387"}], "networks": [{"uuid": "123aa93c-b930-47e9-a124-f3735d6bb867"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-cf0abe18-3a3d-433e-9bf7-2ad02e71dc32', 'x-compute-request-id': 'req-cf0abe18-3a3d-433e-9bf7-2ad02e71dc32', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:51:56,886 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/0d989478-4f61-4882-9d17-d7286458e9ed 0.230s 2022-08-22 17:51:56,886 177485 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-813bb3cc-70de-4183-8948-95679e6e510c', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:51:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/0d989478-4f61-4882-9d17-d7286458e9ed'} Body: b'' 2022-08-22 17:51:56,990 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2031153626 0.103s 2022-08-22 17:51:56,990 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59bf2d0-6ca0-496b-9a0c-1ed9d9f69856', 'x-compute-request-id': 'req-b59bf2d0-6ca0-496b-9a0c-1ed9d9f69856', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2031153626'} 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-22 17:51:57,106 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.110s 2022-08-22 17:51:57,106 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-941361243", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5LnbNDDrt19APNcw4z87UB47p/8X+PCmsmgv/UWDSxwJX8nzm9UKItC+hkYQkY3Wf/mZpjEDZe4LBlQAppeeoBOR2l0c16dVJ5X5LpPupn5U2IaLsrrzXFJqWnaofPgw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:56 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-df17c2a9-b691-49f5-87e6-a91fddc85c7f', 'x-compute-request-id': 'req-df17c2a9-b691-49f5-87e6-a91fddc85c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-941361243", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ5LnbNDDrt19APNcw4z87UB47p/8X+PCmsmgv/UWDSxwJX8nzm9UKItC+hkYQkY3Wf/mZpjEDZe4LBlQAppeeoBOR2l0c16dVJ5X5LpPupn5U2IaLsrrzXFJqWnaofPgw==", "fingerprint": "a2:65:bf:36:20:aa:02:b9:60:19:95:3e:4b:df:0e:37", "user_id": "0993234fc58049a99a1a1c1d7fbde418"}}' 2022-08-22 17:51:57,433 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.323s 2022-08-22 17:51:57,433 177485 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-1552227989", "description": "tempest-secgroup-smoke-1552227989 description", "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-63f1aa09-4865-4d81-bb19-d15501be7809', 'date': 'Mon, 22 Aug 2022 17:51:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "name": "tempest-secgroup-smoke-1552227989", "stateful": true, "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "description": "tempest-secgroup-smoke-1552227989 description", "shared": false, "security_group_rules": [{"id": "30078197-a704-4f10-8d9f-4078a0e20c7b", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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": 4371, "description": null, "tags": [], "created_at": "2022-08-22T17:51:57Z", "updated_at": "2022-08-22T17:51:57Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}, {"id": "370b5b84-dee0-4fc7-9196-82bd664bd3d8", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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": 4370, "description": null, "tags": [], "created_at": "2022-08-22T17:51:57Z", "updated_at": "2022-08-22T17:51:57Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}], "tags": [], "created_at": "2022-08-22T17:51:57Z", "updated_at": "2022-08-22T17:51:57Z", "revision_number": 1, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:57,804 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.370s 2022-08-22 17:51:57,804 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "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-f666c2a5-6c31-411b-9546-7ab6f82a4498', 'date': 'Mon, 22 Aug 2022 17:51:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a528515b-b21e-4378-aa40-0b740038e631", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:57Z", "updated_at": "2022-08-22T17:51:57Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:58,124 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.319s 2022-08-22 17:51:58,124 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "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-702a8c7f-75eb-4a40-8b5b-b740c66998de', 'date': 'Mon, 22 Aug 2022 17:51:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d4665c1-6960-4211-8993-66c463cbafa3", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:57Z", "updated_at": "2022-08-22T17:51:57Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:58,438 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.313s 2022-08-22 17:51:58,438 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fd4b64ae-0217-4b4c-9dda-ade28ac3ff9b', 'date': 'Mon, 22 Aug 2022 17:51:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9c5f874-17da-4415-ab6c-642dc3be9353", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:58Z", "updated_at": "2022-08-22T17:51:58Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:58,870 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.430s 2022-08-22 17:51:58,870 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5fcb2caf-3384-48d4-a2fd-78070f43c0cf', 'date': 'Mon, 22 Aug 2022 17:51:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4820a728-8bc6-46b0-9de4-81e8b2e12bfa", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:58Z", "updated_at": "2022-08-22T17:51:58Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:59,224 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.352s 2022-08-22 17:51:59,224 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-80f84d77-b6bb-45c7-88e0-842c4ee746d9', 'date': 'Mon, 22 Aug 2022 17:51:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f68cc24-20a7-4791-a9b0-2d39cfd51c7d", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:59Z", "updated_at": "2022-08-22T17:51:59Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:59,598 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.373s 2022-08-22 17:51:59,598 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "project_id": "5edd8a2166c545048199a1ca09d2b4e0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-897ae4a2-2043-4d80-a189-5e935c55d30f', 'date': 'Mon, 22 Aug 2022 17:51:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9e90594b-f6a9-458e-8f16-62032d829554", "tenant_id": "5edd8a2166c545048199a1ca09d2b4e0", "security_group_id": "92252ffb-fa7a-4047-92cb-2be61071b6c9", "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-22T17:51:59Z", "updated_at": "2022-08-22T17:51:59Z", "revision_number": 0, "project_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:51:59,637 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.032s 2022-08-22 17:51:59,638 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:59 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-539ab79e-e924-4c41-94b6-5ce5debe9542', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0993234fc58049a99a1a1c1d7fbde418", "name": "tempest-TestShelveInstance-450004932-project", "password_expires_at": null}, "audit_ids": ["v9Rj9z2cTQCpIJ-9kLZ2hg"], "expires_at": "2022-08-22T18:51:59.000000Z", "issued_at": "2022-08-22T17:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5edd8a2166c545048199a1ca09d2b4e0", "name": "tempest-TestShelveInstance-450004932"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/5edd8a2166c545048199a1ca09d2b4e0", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:51:59,638 177485 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '123aa93c-b930-47e9-a124-f3735d6bb867', 'name': 'tempest-TestShelveInstance-787319961-network', 'tenant_id': '5edd8a2166c545048199a1ca09d2b4e0', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5edd8a2166c545048199a1ca09d2b4e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 200, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:51:41Z', 'updated_at': '2022-08-22T17:51:41Z', 'revision_number': 1} available for tenant 2022-08-22 17:52:00,357 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes 0.718s 2022-08-22 17:52:00,358 177485 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-1806966538", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7c9d55-1162-40a3-b85a-574cf08a08f7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7c9d55-1162-40a3-b85a-574cf08a08f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.062031", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:52:00,409 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.041s 2022-08-22 17:52:00,409 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-173048fd-eb0f-464c-831e-bf3a79e022a4', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-173048fd-eb0f-464c-831e-bf3a79e022a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:01,470 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.046s 2022-08-22 17:52:01,470 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd9b5be-5dab-46e1-bc1f-92c9a4beecb3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd9b5be-5dab-46e1-bc1f-92c9a4beecb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:02,525 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.041s 2022-08-22 17:52:02,525 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8acc54b8-1aae-4822-aea1-d682b804d292', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8acc54b8-1aae-4822-aea1-d682b804d292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:03,579 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:03,579 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10ff315-d436-469a-b910-118e4078d83d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10ff315-d436-469a-b910-118e4078d83d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:04,635 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.044s 2022-08-22 17:52:04,636 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d88248a-f6e3-47bc-876b-d96e1a81d133', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d88248a-f6e3-47bc-876b-d96e1a81d133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:05,693 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.044s 2022-08-22 17:52:05,693 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35ca2d3-8f73-4a95-978e-033780d066a2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35ca2d3-8f73-4a95-978e-033780d066a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:06,758 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.046s 2022-08-22 17:52:06,758 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017c0e99-6329-40d7-a6ae-0449290af836', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017c0e99-6329-40d7-a6ae-0449290af836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:07,811 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:07,811 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe75c219-3c74-4d6b-bb09-9c5d6db79648', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe75c219-3c74-4d6b-bb09-9c5d6db79648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:08,867 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.044s 2022-08-22 17:52:08,867 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31843aad-aac6-45f7-8f62-ad7cf530fae0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31843aad-aac6-45f7-8f62-ad7cf530fae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:09,920 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.041s 2022-08-22 17:52:09,920 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe20b89e-59d3-417d-a1c5-b61806d3f227', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe20b89e-59d3-417d-a1c5-b61806d3f227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:10,975 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:10,975 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e3c785-7bb5-4dd0-a338-8f73032e6bac', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e3c785-7bb5-4dd0-a338-8f73032e6bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:12,030 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:12,031 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc3ab9c-af93-4454-9b7b-c35a6b1811f1', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc3ab9c-af93-4454-9b7b-c35a6b1811f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:01.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:13,085 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.043s 2022-08-22 17:52:13,085 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6357c95-d5b3-4009-8b4c-39b00664cb4e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6357c95-d5b3-4009-8b4c-39b00664cb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:14,137 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.040s 2022-08-22 17:52:14,138 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139277b9-6f1c-4678-a8a3-706aa70c1996', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139277b9-6f1c-4678-a8a3-706aa70c1996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:15,192 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:15,192 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25b66ac-cfa7-4439-8239-9f132ddc042d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25b66ac-cfa7-4439-8239-9f132ddc042d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:16,246 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.041s 2022-08-22 17:52:16,246 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae38548a-069a-415d-a8db-051bca8a0328', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae38548a-069a-415d-a8db-051bca8a0328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:17,301 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.044s 2022-08-22 17:52:17,301 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5adaf96c-2d9b-4c86-b3e8-0920fe1569a2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5adaf96c-2d9b-4c86-b3e8-0920fe1569a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:18,355 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.042s 2022-08-22 17:52:18,356 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7268dce1-8dcc-4279-870e-85647fab2612', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7268dce1-8dcc-4279-870e-85647fab2612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:19,412 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.043s 2022-08-22 17:52:19,412 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c0606d-f850-45fd-bf93-b21422e0d446', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c0606d-f850-45fd-bf93-b21422e0d446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:20,464 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.039s 2022-08-22 17:52:20,464 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf80396-feda-4196-8abb-39bb33b6b56d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf80396-feda-4196-8abb-39bb33b6b56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:13.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:21,520 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75 0.043s 2022-08-22 17:52:21,520 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e0cf2b-7165-43ff-88b5-74f200561dde', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e0cf2b-7165-43ff-88b5-74f200561dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75'} Body: b'{"volume": {"id": "444c486c-3325-468f-8871-e6695814fd75", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:52:00.000000", "updated_at": "2022-08-22T17:52:21.000000", "name": "tempest-tempest.common.compute-volume-1806966538", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/5edd8a2166c545048199a1ca09d2b4e0/volumes/444c486c-3325-468f-8871-e6695814fd75"}], "user_id": "0993234fc58049a99a1a1c1d7fbde418", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "5edd8a2166c545048199a1ca09d2b4e0"}}' 2022-08-22 17:52:21,530 177485 INFO [tempest.common.waiters] volume 444c486c-3325-468f-8871-e6695814fd75 reached available after waiting for 21.530895 seconds 2022-08-22 17:52:21,867 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://10.222.0.96/compute/v2.1/servers 0.336s 2022-08-22 17:52:21,868 177485 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-1204642181", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-941361243", "security_groups": [{"name": "tempest-secgroup-smoke-1552227989"}], "networks": [{"uuid": "123aa93c-b930-47e9-a124-f3735d6bb867"}], "block_device_mapping_v2": [{"uuid": "444c486c-3325-468f-8871-e6695814fd75", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52: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-dfee74fd-9b8b-4065-8bd7-9afb85649d92', 'x-compute-request-id': 'req-dfee74fd-9b8b-4065-8bd7-9afb85649d92', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:52:22,128 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/92252ffb-fa7a-4047-92cb-2be61071b6c9 0.260s 2022-08-22 17:52:22,129 177485 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-a4e8464d-67d4-448f-b99e-c7df25bdb32d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:52:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/92252ffb-fa7a-4047-92cb-2be61071b6c9'} Body: b'' 2022-08-22 17:52:22,228 177485 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestShelveInstance-941361243 0.099s 2022-08-22 17:52:22,228 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec88e99-841a-4fb1-8059-403aa1a40b8a', 'x-compute-request-id': 'req-1ec88e99-841a-4fb1-8059-403aa1a40b8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestShelveInstance-941361243'} 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-22 17:52:44,406 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.340s 2022-08-22 17:52:44,407 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-1173079455", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHHwnlGm/ur7nBKwaKmZbJlIOeKp2YP8OEOpOodX/XRFJ/fEYGDKB+G15xfYWuM8JSBYK1mEU+Xt0VkbXlI8a/pu0MF2/SOr9dOTLHQmuwW8gYn5GuTp3fanevLWNZQOzw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:44 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-1182b9b5-8aee-4fdb-be1b-84c05329c995', 'x-compute-request-id': 'req-1182b9b5-8aee-4fdb-be1b-84c05329c995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-1173079455", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHHwnlGm/ur7nBKwaKmZbJlIOeKp2YP8OEOpOodX/XRFJ/fEYGDKB+G15xfYWuM8JSBYK1mEU+Xt0VkbXlI8a/pu0MF2/SOr9dOTLHQmuwW8gYn5GuTp3fanevLWNZQOzw==", "fingerprint": "0c:cf:b9:aa:8f:24:95:9c:86:ee:ef:be:9e:2e:16:88", "user_id": "04b4562e9771466d9fcb12238ef4d36b"}}' 2022-08-22 17:52:44,779 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.369s 2022-08-22 17:52:44,780 177485 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-1649385603", "description": "tempest-secgroup-smoke-1649385603 description", "project_id": "bd409b2ca1124562b3b07e158ac91928"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-348ee8f7-ed2b-4ffe-880b-3657ac31dd78', 'date': 'Mon, 22 Aug 2022 17:52:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "name": "tempest-secgroup-smoke-1649385603", "stateful": true, "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "description": "tempest-secgroup-smoke-1649385603 description", "shared": false, "security_group_rules": [{"id": "68e8ae39-db33-4ea7-aa6e-fb9e38c0d738", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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": 4403, "description": null, "tags": [], "created_at": "2022-08-22T17:52:44Z", "updated_at": "2022-08-22T17:52:44Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}, {"id": "a98610ca-0499-4ebb-9ec7-554aff1f640b", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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": 4404, "description": null, "tags": [], "created_at": "2022-08-22T17:52:44Z", "updated_at": "2022-08-22T17:52:44Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}], "tags": [], "created_at": "2022-08-22T17:52:44Z", "updated_at": "2022-08-22T17:52:44Z", "revision_number": 1, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:45,171 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.390s 2022-08-22 17:52:45,171 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "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-ec72dea3-e528-4ee4-8354-6fdbbea90e26', 'date': 'Mon, 22 Aug 2022 17:52:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d31a8e2-48b5-49ef-9b8a-7fad238c3810", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:44Z", "updated_at": "2022-08-22T17:52:44Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:45,516 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.344s 2022-08-22 17:52:45,516 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "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-778db5d7-5d40-4004-8fac-912a56e23c86', 'date': 'Mon, 22 Aug 2022 17:52:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "542a3f18-f0be-4242-b3a1-43587d7b9175", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:45Z", "updated_at": "2022-08-22T17:52:45Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:45,885 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.367s 2022-08-22 17:52:45,885 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f0fad841-e948-4f64-b6fa-529e8403194e', 'date': 'Mon, 22 Aug 2022 17:52:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e0606293-6a5a-49b4-9d23-daeb68647120", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:45Z", "updated_at": "2022-08-22T17:52:45Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:46,196 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.310s 2022-08-22 17:52:46,196 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-41987018-55d1-44f5-97e0-975caa97e8c8', 'date': 'Mon, 22 Aug 2022 17:52:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2dbff5e0-1d5a-4c77-95ab-19e862c7a61b", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:46Z", "updated_at": "2022-08-22T17:52:46Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:46,519 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.322s 2022-08-22 17:52:46,520 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8e608eff-3e50-409d-8370-2a5bc4e9c0d8', 'date': 'Mon, 22 Aug 2022 17:52:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "236a4908-d70d-4a09-871f-2f818920519f", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:46Z", "updated_at": "2022-08-22T17:52:46Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:46,834 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.314s 2022-08-22 17:52:46,834 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "project_id": "bd409b2ca1124562b3b07e158ac91928", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e1527399-5f73-4570-b2fd-0bb54769fe33', 'date': 'Mon, 22 Aug 2022 17:52:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "42131a55-43f3-41d6-9928-69b189c25c25", "tenant_id": "bd409b2ca1124562b3b07e158ac91928", "security_group_id": "992267bb-f63d-4ef4-948e-02ef54a2bc77", "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-22T17:52:46Z", "updated_at": "2022-08-22T17:52:46Z", "revision_number": 0, "project_id": "bd409b2ca1124562b3b07e158ac91928"}}' 2022-08-22 17:52:46,876 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.034s 2022-08-22 17:52:46,876 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52:46 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-f4600e4b-99f0-4c9e-a897-d3c595b015b1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "04b4562e9771466d9fcb12238ef4d36b", "name": "tempest-TestSnapshotPattern-2119226439-project", "password_expires_at": null}, "audit_ids": ["wJnt9cDhQoGqlzfhB0_EGg"], "expires_at": "2022-08-22T18:52:46.000000Z", "issued_at": "2022-08-22T17:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd409b2ca1124562b3b07e158ac91928", "name": "tempest-TestSnapshotPattern-2119226439"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/bd409b2ca1124562b3b07e158ac91928", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_bd409b2ca1124562b3b07e158ac91928", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/bd409b2ca1124562b3b07e158ac91928", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/bd409b2ca1124562b3b07e158ac91928", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:52:46,877 177485 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': '6bff89e4-bc5d-46d9-9314-0a2cdec013fc', 'name': 'tempest-TestSnapshotPattern-370457998-network', 'tenant_id': 'bd409b2ca1124562b3b07e158ac91928', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd409b2ca1124562b3b07e158ac91928', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:52:32Z', 'updated_at': '2022-08-22T17:52:32Z', 'revision_number': 1} available for tenant 2022-08-22 17:52:47,364 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 500 POST http://10.222.0.96/compute/v2.1/servers 0.486s 2022-08-22 17:52:47,365 177485 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-1950076579", "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "flavorRef": "452", "key_name": "tempest-TestSnapshotPattern-1173079455", "security_groups": [{"name": "tempest-secgroup-smoke-1649385603"}], "networks": [{"uuid": "6bff89e4-bc5d-46d9-9314-0a2cdec013fc"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:52: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-c89390f0-4573-44de-8113-7774aa549669', 'x-compute-request-id': 'req-c89390f0-4573-44de-8113-7774aa549669', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:52:47,697 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/992267bb-f63d-4ef4-948e-02ef54a2bc77 0.327s 2022-08-22 17:52:47,698 177485 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-1032de18-1f65-44e6-83e1-d01d2b5a6678', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:52:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/992267bb-f63d-4ef4-948e-02ef54a2bc77'} Body: b'' 2022-08-22 17:52:47,829 177485 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-1173079455 0.130s 2022-08-22 17:52:47,829 177485 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 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-e9e6054d-2c3e-4996-8232-090f44de54c8', 'x-compute-request-id': 'req-e9e6054d-2c3e-4996-8232-090f44de54c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-1173079455'} 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-22 17:33:51,655 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10 0.389s 2022-08-22 17:33:51,655 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c48637be-bc6e-4b4e-85a8-7ee12138a349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10'} 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": "12889750ad6d43d3b1912a6efdac9935", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "created_at": "2022-08-22T17:01:52Z", "updated_at": "2022-08-22T17:02:10Z", "tags": [], "self": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10", "file": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:33:52,787 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes 1.131s 2022-08-22 17:33:52,787 123984 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-792849276", "snapshot_id": null, "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e56ccd-2317-478f-a8ff-5f177412ecfb', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e56ccd-2317-478f-a8ff-5f177412ecfb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.307602", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:33:52,846 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.049s 2022-08-22 17:33:52,847 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-229d5101-5212-44ea-8466-4c9d43504852', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-229d5101-5212-44ea-8466-4c9d43504852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:53,931 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.073s 2022-08-22 17:33:53,932 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7048fecc-bac2-48dd-8620-998c77770a2a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7048fecc-bac2-48dd-8620-998c77770a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:55,118 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.175s 2022-08-22 17:33:55,119 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbdc6aa-7f7b-4f18-aa92-0b4b93a86263', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbdc6aa-7f7b-4f18-aa92-0b4b93a86263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:56,207 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.076s 2022-08-22 17:33:56,207 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a9e522-b08f-4faa-be93-c16538f02a9d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a9e522-b08f-4faa-be93-c16538f02a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:57,295 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.075s 2022-08-22 17:33:57,295 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5cf890-a23f-4161-ba15-852c7f4bbe13', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5cf890-a23f-4161-ba15-852c7f4bbe13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:58,384 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.077s 2022-08-22 17:33:58,385 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd370fda-3023-4d61-a6b3-60aadcfecaed', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd370fda-3023-4d61-a6b3-60aadcfecaed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:33:59,455 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.058s 2022-08-22 17:33:59,455 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9754b21b-fd6b-4c4a-aa5b-179a487c864f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9754b21b-fd6b-4c4a-aa5b-179a487c864f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:00,537 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.070s 2022-08-22 17:34:00,537 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f263f1d-85b0-480f-8b79-285b41c8dca7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f263f1d-85b0-480f-8b79-285b41c8dca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:01,618 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.067s 2022-08-22 17:34:01,618 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75c2827f-2a1e-4e85-8a7b-61b5405b4bab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75c2827f-2a1e-4e85-8a7b-61b5405b4bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:02,822 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.192s 2022-08-22 17:34:02,822 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53297cde-e3c8-4bd9-937e-9b281d802770', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53297cde-e3c8-4bd9-937e-9b281d802770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:03,963 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.127s 2022-08-22 17:34:03,963 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38028bc3-38ce-410d-8cd5-09383453cc35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38028bc3-38ce-410d-8cd5-09383453cc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:05,058 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.083s 2022-08-22 17:34:05,060 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3e4497-b261-4767-ab6e-71f592c77bf7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3e4497-b261-4767-ab6e-71f592c77bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:06,237 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.164s 2022-08-22 17:34:06,237 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d1312d-3710-4bd4-8ea5-d85ef779e6f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d1312d-3710-4bd4-8ea5-d85ef779e6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:07,376 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.122s 2022-08-22 17:34:07,377 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82b485b-9640-43ef-bfad-774d277de378', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82b485b-9640-43ef-bfad-774d277de378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:08,502 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.111s 2022-08-22 17:34:08,502 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0aecef4-b6da-4237-a7ad-fbebe7b7a10b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0aecef4-b6da-4237-a7ad-fbebe7b7a10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:09,606 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.091s 2022-08-22 17:34:09,607 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f8a8a6c-453c-4e1f-848b-dd251dd05fe8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f8a8a6c-453c-4e1f-848b-dd251dd05fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:10,751 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.133s 2022-08-22 17:34:10,751 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c178fdc-9fa0-43de-b06f-5dcb2f890b1c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c178fdc-9fa0-43de-b06f-5dcb2f890b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:11,880 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.114s 2022-08-22 17:34:11,881 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6996fb98-eaef-46c9-8661-66a972afa0e8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6996fb98-eaef-46c9-8661-66a972afa0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:13,049 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.155s 2022-08-22 17:34:13,049 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314c8b45-e598-4e8c-b70e-d12f77fcf531', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314c8b45-e598-4e8c-b70e-d12f77fcf531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:14,236 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.175s 2022-08-22 17:34:14,237 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3a00b1-ab0b-4ce3-9ab6-beadeab43657', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3a00b1-ab0b-4ce3-9ab6-beadeab43657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:15,310 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.061s 2022-08-22 17:34:15,311 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e5407a-093e-4452-8922-d5eb23df9322', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e5407a-093e-4452-8922-d5eb23df9322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:16,433 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.108s 2022-08-22 17:34:16,433 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9683b8b1-e513-413f-ac79-4cd9f22d66ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9683b8b1-e513-413f-ac79-4cd9f22d66ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:17,529 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.083s 2022-08-22 17:34:17,529 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a4653c3-2e06-41bb-b7db-cc72ece43697', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a4653c3-2e06-41bb-b7db-cc72ece43697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:18,705 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.164s 2022-08-22 17:34:18,710 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65eb5372-26cd-44e6-9bd9-310321f747ab', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65eb5372-26cd-44e6-9bd9-310321f747ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:20,114 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.388s 2022-08-22 17:34:20,115 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285e07a1-8396-4095-8b6f-ea92c4c2140e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285e07a1-8396-4095-8b6f-ea92c4c2140e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:33:53.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:21,230 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.102s 2022-08-22 17:34:21,230 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d187b55-b972-418c-afe7-f6a8a71b9fd8', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d187b55-b972-418c-afe7-f6a8a71b9fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:22,290 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.049s 2022-08-22 17:34:22,290 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a174bd5-7ccd-486c-8ea9-56b0c4ae7550', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a174bd5-7ccd-486c-8ea9-56b0c4ae7550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:23,376 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.073s 2022-08-22 17:34:23,377 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e1eea0-a1db-42db-80e9-8f4d7870fd56', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e1eea0-a1db-42db-80e9-8f4d7870fd56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:24,467 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.075s 2022-08-22 17:34:24,467 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1944fe-2065-4e21-b589-69c7305953a1', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1944fe-2065-4e21-b589-69c7305953a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:25,545 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.062s 2022-08-22 17:34:25,545 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f2d84be-2ca6-4009-b5f0-eb3bafafcc27', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f2d84be-2ca6-4009-b5f0-eb3bafafcc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:26,707 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.148s 2022-08-22 17:34:26,708 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6175d301-2213-494c-84c3-b386b6af5158', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6175d301-2213-494c-84c3-b386b6af5158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:27,800 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.079s 2022-08-22 17:34:27,801 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b64309f-96a1-4b58-a6b4-903739e35a3e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b64309f-96a1-4b58-a6b4-903739e35a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:28,946 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.132s 2022-08-22 17:34:28,946 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10aeb432-9a96-4467-9e2a-99f98615fc32', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10aeb432-9a96-4467-9e2a-99f98615fc32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:30,088 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.111s 2022-08-22 17:34:30,089 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b158bc7-a048-41b5-9042-2a71634bfe5a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b158bc7-a048-41b5-9042-2a71634bfe5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:31,289 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.188s 2022-08-22 17:34:31,290 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d20f33-463c-4ac9-9101-e007adf45807', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d20f33-463c-4ac9-9101-e007adf45807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:32,411 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.095s 2022-08-22 17:34:32,411 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b153cbee-7c91-45f6-a69c-49071055514e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b153cbee-7c91-45f6-a69c-49071055514e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:33,563 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.137s 2022-08-22 17:34:33,564 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a25bd6c-90d2-41a4-addb-d43e6f781dab', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a25bd6c-90d2-41a4-addb-d43e6f781dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:34,669 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.087s 2022-08-22 17:34:34,669 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830009da-9894-431f-b4fd-fe87276dd526', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830009da-9894-431f-b4fd-fe87276dd526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:34.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:34,682 123984 INFO [tempest.common.waiters] volume 8fabfd77-e7a1-4093-9917-984d0987efcd reached available after waiting for 42.682630 seconds 2022-08-22 17:34:34,939 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.256s 2022-08-22 17:34:34,939 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6005cf87-fc24-4116-b3cd-ff7dc3d05dcd', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6005cf87-fc24-4116-b3cd-ff7dc3d05dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:34.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:35,210 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.248s 2022-08-22 17:34:35,212 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51470df7-5a94-4458-9236-48d8739c249d', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51470df7-5a94-4458-9236-48d8739c249d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:34:34.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:34:36,097 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups 0.874s 2022-08-22 17:34:36,098 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"backup": {"volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd"}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec3d907-2026-4e97-b457-c75fa7b54ae5', 'content-length': '354', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec3d907-2026-4e97-b457-c75fa7b54ae5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}]}}' 2022-08-22 17:34:36,184 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.079s 2022-08-22 17:34:36,185 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acafc25f-f277-4e09-b001-d2fd0785df91', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acafc25f-f277-4e09-b001-d2fd0785df91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:37,258 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.061s 2022-08-22 17:34:37,259 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6190fd3a-1b7f-4518-ac13-c5aa8133cd97', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6190fd3a-1b7f-4518-ac13-c5aa8133cd97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:38,324 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.050s 2022-08-22 17:34:38,325 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1beb565b-ead7-4a63-9c05-56cbbc7d6598', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1beb565b-ead7-4a63-9c05-56cbbc7d6598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:39,400 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.068s 2022-08-22 17:34:39,401 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d12f57-e22f-46d7-b827-f3d51682f263', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d12f57-e22f-46d7-b827-f3d51682f263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:40,489 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.078s 2022-08-22 17:34:40,489 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965adfa1-5a93-4d12-845d-3b378a50f584', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965adfa1-5a93-4d12-845d-3b378a50f584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:41,560 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.063s 2022-08-22 17:34:41,561 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dedc46ea-fe2a-44b5-9f99-fdc4040359ea', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dedc46ea-fe2a-44b5-9f99-fdc4040359ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:42,612 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:34:42,612 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cede6c-1a55-41e7-9d7a-e483a4dd7c1a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cede6c-1a55-41e7-9d7a-e483a4dd7c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:43,723 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.103s 2022-08-22 17:34:43,723 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52016ddc-094d-4c13-b5f5-1b7d7d24046a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52016ddc-094d-4c13-b5f5-1b7d7d24046a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:44,858 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.118s 2022-08-22 17:34:44,859 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa80f917-48ee-4c51-b402-4b7e6c04be75', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa80f917-48ee-4c51-b402-4b7e6c04be75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:45,948 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.079s 2022-08-22 17:34:45,948 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc5df4ef-383d-4c3f-9032-e7b52f7d7e9a', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc5df4ef-383d-4c3f-9032-e7b52f7d7e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:47,011 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.056s 2022-08-22 17:34:47,012 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2bb3fb4-b8fe-4ce4-93ac-ff04ba46d66e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2bb3fb4-b8fe-4ce4-93ac-ff04ba46d66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:48,094 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.075s 2022-08-22 17:34:48,094 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a7cccf-e1ad-4b2d-bafa-afe311b765e7', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a7cccf-e1ad-4b2d-bafa-afe311b765e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:49,394 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.293s 2022-08-22 17:34:49,394 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be299ff-b9d0-491a-b0ec-277b4e078549', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be299ff-b9d0-491a-b0ec-277b4e078549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:50,487 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.084s 2022-08-22 17:34:50,487 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b573d1d-0914-426d-a165-18bd2def25e6', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b573d1d-0914-426d-a165-18bd2def25e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:51,536 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:34:51,536 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8f0425-3a3c-43c9-b71d-8a435f92dac8', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8f0425-3a3c-43c9-b71d-8a435f92dac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:36.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:52,646 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.103s 2022-08-22 17:34:52,647 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a253f2c6-ffbd-48b5-9cbc-aa4e0c1b25a7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a253f2c6-ffbd-48b5-9cbc-aa4e0c1b25a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:52.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:53,751 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.096s 2022-08-22 17:34:53,751 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-339c851c-8229-4462-a3d6-adba1dd1a154', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-339c851c-8229-4462-a3d6-adba1dd1a154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:54,796 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:34:54,796 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966d46fe-6da4-4810-bf2e-b0c329237bd9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966d46fe-6da4-4810-bf2e-b0c329237bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:55,849 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.046s 2022-08-22 17:34:55,850 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ca4400-104b-4a7b-b9c6-692e1826a318', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ca4400-104b-4a7b-b9c6-692e1826a318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:56,893 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.035s 2022-08-22 17:34:56,893 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a80039-2f06-4aa4-8639-a89bbb9db1b9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a80039-2f06-4aa4-8639-a89bbb9db1b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:57,965 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.060s 2022-08-22 17:34:57,965 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb792189-e24a-47b4-bef3-58043351c7df', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb792189-e24a-47b4-bef3-58043351c7df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:34:58,998 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.025s 2022-08-22 17:34:58,998 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331e34bc-f34c-4fc5-9b58-0f0f24232f9b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331e34bc-f34c-4fc5-9b58-0f0f24232f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:00,056 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.050s 2022-08-22 17:35:00,056 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc09b617-08a4-455d-ae50-6e9c3b4843d5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc09b617-08a4-455d-ae50-6e9c3b4843d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:01,106 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.044s 2022-08-22 17:35:01,107 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4061d6-2f74-445b-bdc6-ba1e7eb97aea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4061d6-2f74-445b-bdc6-ba1e7eb97aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:02,188 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.074s 2022-08-22 17:35:02,188 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1e2891-b821-4870-bfdb-22f772fa2a2c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1e2891-b821-4870-bfdb-22f772fa2a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:03,240 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:35:03,241 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bb97c2c-28b1-4cf4-b893-849874e30a1d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bb97c2c-28b1-4cf4-b893-849874e30a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:04,313 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.064s 2022-08-22 17:35:04,313 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d3c10e-831b-4065-93c0-e953ca62d1ae', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d3c10e-831b-4065-93c0-e953ca62d1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:05,344 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.024s 2022-08-22 17:35:05,345 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a2f9067-7d02-4c66-8632-c137a158db40', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a2f9067-7d02-4c66-8632-c137a158db40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:06,417 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.064s 2022-08-22 17:35:06,417 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add87e0b-b07d-4ffd-a0ab-d32aa9852903', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add87e0b-b07d-4ffd-a0ab-d32aa9852903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:07,490 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.067s 2022-08-22 17:35:07,490 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaafe5a9-f098-478b-ab0a-752939e5603e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaafe5a9-f098-478b-ab0a-752939e5603e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:08,558 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.059s 2022-08-22 17:35:08,558 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90cbe72-22ac-4c0e-b719-6fb2fca0defc', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90cbe72-22ac-4c0e-b719-6fb2fca0defc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:09,649 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.077s 2022-08-22 17:35:09,650 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42b3583-7675-4053-b67b-a2c5adbe8658', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42b3583-7675-4053-b67b-a2c5adbe8658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:10,720 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.063s 2022-08-22 17:35:10,721 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52575960-b0e1-4624-ae70-fd854b3d0631', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52575960-b0e1-4624-ae70-fd854b3d0631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:11,768 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.039s 2022-08-22 17:35:11,768 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4825be-e624-459b-adb5-1ce7b8040bf8', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4825be-e624-459b-adb5-1ce7b8040bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:12,810 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.034s 2022-08-22 17:35:12,810 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12222ede-ca91-4549-9163-5dbc043b267b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12222ede-ca91-4549-9163-5dbc043b267b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:13,889 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.060s 2022-08-22 17:35:13,889 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cad2247-865e-464b-8d04-2168fc90f39e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cad2247-865e-464b-8d04-2168fc90f39e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:14,983 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.082s 2022-08-22 17:35:14,984 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd64a64-a8f2-4f16-895c-0aedb966810f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd64a64-a8f2-4f16-895c-0aedb966810f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:16,073 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.083s 2022-08-22 17:35:16,074 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc72ab3a-a81a-4306-aee6-952446ffd415', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc72ab3a-a81a-4306-aee6-952446ffd415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:17,131 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.048s 2022-08-22 17:35:17,131 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e3ce17-5b12-49f4-8137-74aa40658d77', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e3ce17-5b12-49f4-8137-74aa40658d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:18,219 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.080s 2022-08-22 17:35:18,219 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a502d6-5278-4d3d-9f35-df06cacbed36', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a502d6-5278-4d3d-9f35-df06cacbed36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:19,257 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.031s 2022-08-22 17:35:19,257 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288bb2bf-3691-4dd7-bc9e-031546a3dd1b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288bb2bf-3691-4dd7-bc9e-031546a3dd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:20,335 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.071s 2022-08-22 17:35:20,336 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606713ca-6c60-4adf-aac0-2ec776861b6e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606713ca-6c60-4adf-aac0-2ec776861b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:21,376 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.032s 2022-08-22 17:35:21,376 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf3daf-8926-4262-8a76-c69b415e6325', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf3daf-8926-4262-8a76-c69b415e6325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:22,437 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.054s 2022-08-22 17:35:22,438 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d99fac2-7d38-4854-9457-d1acd5cc98c1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d99fac2-7d38-4854-9457-d1acd5cc98c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:23,518 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.072s 2022-08-22 17:35:23,518 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484a1d94-a007-46cd-b6ab-1220a17268b9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484a1d94-a007-46cd-b6ab-1220a17268b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:24,558 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.033s 2022-08-22 17:35:24,559 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84c3fae-70b4-463d-b6a6-68aa6e3a9f05', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84c3fae-70b4-463d-b6a6-68aa6e3a9f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:25,590 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.024s 2022-08-22 17:35:25,590 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8f084e-07b4-4812-a001-14b406d65a48', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8f084e-07b4-4812-a001-14b406d65a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:26,643 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.046s 2022-08-22 17:35:26,643 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df264dc3-7614-459f-b421-53dc0863866d', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df264dc3-7614-459f-b421-53dc0863866d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:27,714 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.063s 2022-08-22 17:35:27,714 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbc61a5-9a63-4799-a048-cc71384634b9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbc61a5-9a63-4799-a048-cc71384634b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:28,785 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.064s 2022-08-22 17:35:28,785 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f904a155-3987-439b-9728-76254688738a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f904a155-3987-439b-9728-76254688738a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:29,844 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.052s 2022-08-22 17:35:29,845 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-651ef887-db64-4f5a-88e3-06169907261a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-651ef887-db64-4f5a-88e3-06169907261a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:30,912 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.060s 2022-08-22 17:35:30,912 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e9419e-f843-4c51-a595-730db6f28498', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e9419e-f843-4c51-a595-730db6f28498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:31,954 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.034s 2022-08-22 17:35:31,954 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfdf8150-89f4-488e-adaa-370a808e770a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfdf8150-89f4-488e-adaa-370a808e770a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:33,281 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.319s 2022-08-22 17:35:33,282 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0834007a-084e-49c4-ad06-949ef8258c06', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0834007a-084e-49c4-ad06-949ef8258c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:34,343 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.053s 2022-08-22 17:35:34,343 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9f9b58b-6dff-49c4-ab19-b9de844ab14b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9f9b58b-6dff-49c4-ab19-b9de844ab14b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:35,395 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:35:35,396 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f9c74c-14da-4909-b87f-fa86a5cc5994', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f9c74c-14da-4909-b87f-fa86a5cc5994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:36,463 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.054s 2022-08-22 17:35:36,464 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-609e2438-f8ee-4537-9473-8efc88680518', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-609e2438-f8ee-4537-9473-8efc88680518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:37,508 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.035s 2022-08-22 17:35:37,509 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-676e43e9-19c2-4ab8-a04e-6e3629c05bed', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-676e43e9-19c2-4ab8-a04e-6e3629c05bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:38,561 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:35:38,561 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f0991f-7a9a-4eab-8ac4-c22aa878fa79', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f0991f-7a9a-4eab-8ac4-c22aa878fa79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:39,611 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.043s 2022-08-22 17:35:39,612 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5f2008-9a1a-43ff-b74c-ae3dfa555b7b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5f2008-9a1a-43ff-b74c-ae3dfa555b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:40,656 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:35:40,657 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d5777d7-d6ff-489c-a63d-c6164a7821fd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d5777d7-d6ff-489c-a63d-c6164a7821fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:41,702 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:35:41,702 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcea18ba-324c-4e52-a269-a1f79e122e6a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcea18ba-324c-4e52-a269-a1f79e122e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:42,776 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.067s 2022-08-22 17:35:42,777 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b119cb0-879b-4339-952a-430e3cd0fb84', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b119cb0-879b-4339-952a-430e3cd0fb84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:43,825 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.042s 2022-08-22 17:35:43,826 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c62a66-ffcb-4c1b-b78b-a7b3882ea047', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c62a66-ffcb-4c1b-b78b-a7b3882ea047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:44,877 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.044s 2022-08-22 17:35:44,878 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe7592-f9ea-4a6b-a458-06e534627141', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82fe7592-f9ea-4a6b-a458-06e534627141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:45,917 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.031s 2022-08-22 17:35:45,918 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3df3f4-8cd8-4255-b332-33cf1226b9ad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3df3f4-8cd8-4255-b332-33cf1226b9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:46,984 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.053s 2022-08-22 17:35:46,985 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c33c99-ca3a-4137-a6d4-79c9871a06f3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c33c99-ca3a-4137-a6d4-79c9871a06f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:48,066 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.073s 2022-08-22 17:35:48,066 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd60fbf-de49-4463-a195-50cb1a5f1efd', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd60fbf-de49-4463-a195-50cb1a5f1efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:49,110 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.037s 2022-08-22 17:35:49,111 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77366ae2-63f2-4fc1-89ca-261833a1d910', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77366ae2-63f2-4fc1-89ca-261833a1d910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:50,151 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.033s 2022-08-22 17:35:50,151 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c40ff91-fc8c-47cc-b78d-9ce1d003a606', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c40ff91-fc8c-47cc-b78d-9ce1d003a606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:51,328 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.170s 2022-08-22 17:35:51,335 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc7f270-cc09-4e11-88ad-e5db19280913', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc7f270-cc09-4e11-88ad-e5db19280913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:52,431 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.089s 2022-08-22 17:35:52,431 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9489c54-8cb1-4fa1-a1c2-6de9d977c96f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9489c54-8cb1-4fa1-a1c2-6de9d977c96f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:53,461 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.023s 2022-08-22 17:35:53,462 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c65463-4583-44a1-b819-cca15b1b1e05', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c65463-4583-44a1-b819-cca15b1b1e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:54,491 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.022s 2022-08-22 17:35:54,491 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ceb522-f187-445a-b996-63e7aa0e7995', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ceb522-f187-445a-b996-63e7aa0e7995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:55,530 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.032s 2022-08-22 17:35:55,531 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482f0be7-c382-40e3-afa9-62c726d04ee9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482f0be7-c382-40e3-afa9-62c726d04ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:56,582 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:35:56,582 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f319d881-f256-449c-ba8f-12a48b1eb93a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f319d881-f256-449c-ba8f-12a48b1eb93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:57,630 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.040s 2022-08-22 17:35:57,630 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66661745-5c84-408c-ad0c-e849072a2d98', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66661745-5c84-408c-ad0c-e849072a2d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:58,679 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.041s 2022-08-22 17:35:58,680 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee61c17-4baa-4c90-8687-e0fd753a9302', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee61c17-4baa-4c90-8687-e0fd753a9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:35:59,735 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.047s 2022-08-22 17:35:59,735 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e2d046-c9db-4c53-a17f-d00bc1b86b7f', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e2d046-c9db-4c53-a17f-d00bc1b86b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:00,776 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.033s 2022-08-22 17:36:00,776 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d8febe-925d-4a90-843e-15ed223217e1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d8febe-925d-4a90-843e-15ed223217e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:01,818 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.035s 2022-08-22 17:36:01,818 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3849b2e7-ff82-407e-8cb0-5d97ab1a9da7', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3849b2e7-ff82-407e-8cb0-5d97ab1a9da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:02,864 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:36:02,864 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6485f50-0b38-48d2-892f-121ddee9a4d0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6485f50-0b38-48d2-892f-121ddee9a4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:03,987 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.115s 2022-08-22 17:36:03,987 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271bb348-8ce1-4b0e-96f8-1444e1cf4425', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271bb348-8ce1-4b0e-96f8-1444e1cf4425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:05,024 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.029s 2022-08-22 17:36:05,025 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05755385-d512-4887-9d1f-40a61cde6779', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05755385-d512-4887-9d1f-40a61cde6779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:06,080 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.048s 2022-08-22 17:36:06,081 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d316b5c-9d3a-48ba-9556-9b665507f696', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d316b5c-9d3a-48ba-9556-9b665507f696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:07,184 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.096s 2022-08-22 17:36:07,184 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e59a7e1-4c98-4b22-aa38-2717a6fbbeb2', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e59a7e1-4c98-4b22-aa38-2717a6fbbeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:08,344 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.153s 2022-08-22 17:36:08,344 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7fcc5b0-cf2f-4cd7-8097-d436baa24338', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7fcc5b0-cf2f-4cd7-8097-d436baa24338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:09,386 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.035s 2022-08-22 17:36:09,386 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7cad23-7e1f-4f88-8ce7-71fc100c73ad', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7cad23-7e1f-4f88-8ce7-71fc100c73ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:10,447 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.054s 2022-08-22 17:36:10,448 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03559d89-e840-4771-a525-bb934582f54e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03559d89-e840-4771-a525-bb934582f54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:11,489 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.031s 2022-08-22 17:36:11,490 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f95332b-3d74-40be-9442-5880d53b8f8e', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f95332b-3d74-40be-9442-5880d53b8f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:12,553 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.056s 2022-08-22 17:36:12,553 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31735a92-57dd-49e9-9ca4-7f8b5bddf8bf', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31735a92-57dd-49e9-9ca4-7f8b5bddf8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:13,604 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.043s 2022-08-22 17:36:13,604 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-999911e9-090a-4429-b1b4-ce7ad8fd0846', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-999911e9-090a-4429-b1b4-ce7ad8fd0846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:14,660 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.047s 2022-08-22 17:36:14,660 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb05c35-d265-43d8-8e0b-a6e7c6a5ec05', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb05c35-d265-43d8-8e0b-a6e7c6a5ec05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:15,708 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.037s 2022-08-22 17:36:15,709 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f8d5c5-39cf-4180-82ae-38bc8085fc85', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f8d5c5-39cf-4180-82ae-38bc8085fc85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:16,765 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.048s 2022-08-22 17:36:16,766 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba58cd30-5303-429e-b2e8-23913c7865b3', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba58cd30-5303-429e-b2e8-23913c7865b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:17,811 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:36:17,811 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a509f2-3254-4959-a23f-dc25286914e5', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a509f2-3254-4959-a23f-dc25286914e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:18,906 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.088s 2022-08-22 17:36:18,906 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd0e40d2-609e-4d9a-8cfa-557e0d37dd6c', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0e40d2-609e-4d9a-8cfa-557e0d37dd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:19,985 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.072s 2022-08-22 17:36:19,986 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e4a9d7-49c6-4259-8160-551869c19763', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e4a9d7-49c6-4259-8160-551869c19763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:21,100 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.104s 2022-08-22 17:36:21,100 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff70f4c1-891e-4408-8054-5bda56b8d354', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff70f4c1-891e-4408-8054-5bda56b8d354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:22,227 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.118s 2022-08-22 17:36:22,227 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93c102e-bd8a-4225-a09c-5c9832a7fe1a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93c102e-bd8a-4225-a09c-5c9832a7fe1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:23,280 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:36:23,280 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab0d91f-da10-48ce-88d4-f00a8e97e26a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab0d91f-da10-48ce-88d4-f00a8e97e26a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:24,803 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.516s 2022-08-22 17:36:24,804 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c8d919-3083-40a4-a4d1-d7d2ffe8f176', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c8d919-3083-40a4-a4d1-d7d2ffe8f176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:25,878 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.065s 2022-08-22 17:36:25,878 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0785ca44-a80a-4c50-ab71-20a4981caed9', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0785ca44-a80a-4c50-ab71-20a4981caed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:26,927 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.041s 2022-08-22 17:36:26,927 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37ee4fcd-7ae2-4fff-81d9-629309eda851', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37ee4fcd-7ae2-4fff-81d9-629309eda851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:27,993 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.052s 2022-08-22 17:36:27,994 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e27b9e-0898-4d40-a6ba-14241bb71510', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e27b9e-0898-4d40-a6ba-14241bb71510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:29,052 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.051s 2022-08-22 17:36:29,053 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9dcdde-88ff-4810-b0d9-666aa52b487b', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9dcdde-88ff-4810-b0d9-666aa52b487b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:30,199 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.133s 2022-08-22 17:36:30,199 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4d5df1-e5f2-4b81-a18f-a32631fa5636', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4d5df1-e5f2-4b81-a18f-a32631fa5636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:31,263 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.056s 2022-08-22 17:36:31,264 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0fa35ec-c743-42f7-bcbe-50319b6d0520', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0fa35ec-c743-42f7-bcbe-50319b6d0520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:32,315 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:36:32,316 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acd518e-eabe-4acb-a158-826a88278182', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acd518e-eabe-4acb-a158-826a88278182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:33,373 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.050s 2022-08-22 17:36:33,374 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5682275b-ed7b-4bac-8abe-89763b25b3ea', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5682275b-ed7b-4bac-8abe-89763b25b3ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:34,479 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.098s 2022-08-22 17:36:34,480 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b4a0f1e-fab8-4878-ad4a-67aff8a2b108', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b4a0f1e-fab8-4878-ad4a-67aff8a2b108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:35,567 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.078s 2022-08-22 17:36:35,568 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bc4542-dabb-4a08-be0b-dd54682fc52a', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bc4542-dabb-4a08-be0b-dd54682fc52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:36,619 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:36:36,620 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f631ec-bb9e-4c2c-88f3-1868e29c4724', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f631ec-bb9e-4c2c-88f3-1868e29c4724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:37,688 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.061s 2022-08-22 17:36:37,688 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d518cc80-8f6c-4306-a8ae-2468cd5eb823', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d518cc80-8f6c-4306-a8ae-2468cd5eb823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:38,790 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.088s 2022-08-22 17:36:38,790 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deae7347-6896-4ee8-a944-879171f76521', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deae7347-6896-4ee8-a944-879171f76521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:39,908 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.111s 2022-08-22 17:36:39,908 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c72f387-403b-4792-8ca4-3746e76c30f1', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c72f387-403b-4792-8ca4-3746e76c30f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:40,978 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.062s 2022-08-22 17:36:40,978 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecf6c25-e039-49ce-b077-344c55d19acf', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecf6c25-e039-49ce-b077-344c55d19acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:42,041 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.056s 2022-08-22 17:36:42,041 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10972c1-fca1-4438-9ade-56304e2448d0', 'content-length': '772', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10972c1-fca1-4438-9ade-56304e2448d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:34:53.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:43,097 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.040s 2022-08-22 17:36:43,097 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2116e886-e371-4f66-8786-28bd6570fca2', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2116e886-e371-4f66-8786-28bd6570fca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:44,137 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.032s 2022-08-22 17:36:44,145 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab182f57-3298-4889-8cf7-af51fb3f1d5e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab182f57-3298-4889-8cf7-af51fb3f1d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:45,207 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.049s 2022-08-22 17:36:45,207 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f261fc42-6998-4f35-9774-c0e02f342fa7', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f261fc42-6998-4f35-9774-c0e02f342fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:46,253 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.033s 2022-08-22 17:36:46,254 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8abcc833-4fa5-4c1f-979e-6d4efaa33a4e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8abcc833-4fa5-4c1f-979e-6d4efaa33a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:47,290 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.028s 2022-08-22 17:36:47,290 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd415c8-7c43-42a0-9376-7b8790b380a6', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd415c8-7c43-42a0-9376-7b8790b380a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:48,342 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:36:48,343 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-737b84f1-f440-4e78-a8dc-4c7f8ac905a0', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-737b84f1-f440-4e78-a8dc-4c7f8ac905a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:49,424 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.074s 2022-08-22 17:36:49,424 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd7a4ee-ea14-494c-bda3-2876c8335f5e', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd7a4ee-ea14-494c-bda3-2876c8335f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:50,513 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.076s 2022-08-22 17:36:50,514 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5057e4-a995-4e49-9e44-ecd4714f2f83', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5057e4-a995-4e49-9e44-ecd4714f2f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "creating", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:51,579 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.058s 2022-08-22 17:36:51,580 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c096ed3f-3824-47fd-a8a3-76c49882850e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c096ed3f-3824-47fd-a8a3-76c49882850e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:51.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:51,586 123984 INFO [tempest.common.waiters] backup c13e8e0a-d039-4485-a54d-ae59a6652df4 reached available after waiting for 135.586892 seconds 2022-08-22 17:36:51,638 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.050s 2022-08-22 17:36:51,638 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f44b985-6c83-488d-8518-28c2a469fadf', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f44b985-6c83-488d-8518-28c2a469fadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:36:51.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:36:51,649 123984 INFO [tempest.common.waiters] volume 8fabfd77-e7a1-4093-9917-984d0987efcd reached available after waiting for 0.649272 seconds 2022-08-22 17:36:54,778 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4/restore 3.128s 2022-08-22 17:36:54,778 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"restore": {}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4828dc5-6d28-412c-86ff-eb14b52ce83a', 'content-length': '189', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4828dc5-6d28-412c-86ff-eb14b52ce83a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4/restore'} Body: b'{"restore": {"backup_id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "volume_id": "aa15c023-932b-43da-b615-db9507b8dbc3", "volume_name": "restore_backup_c13e8e0a-d039-4485-a54d-ae59a6652df4"}}' 2022-08-22 17:36:54,843 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.060s 2022-08-22 17:36:54,844 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ae50c1-0a38-4bb7-9abe-36047a4a1e26', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ae50c1-0a38-4bb7-9abe-36047a4a1e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:55,885 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.034s 2022-08-22 17:36:55,886 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4102402-32c8-49cb-aab1-f7581e507b8e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4102402-32c8-49cb-aab1-f7581e507b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:56,939 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.044s 2022-08-22 17:36:56,940 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c656eb-902c-48f3-9586-bb730124fd54', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c656eb-902c-48f3-9586-bb730124fd54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:57,989 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:36:57,989 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc03e6f8-643c-44e8-925f-071f9bea07fd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc03e6f8-643c-44e8-925f-071f9bea07fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:36:59,023 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.026s 2022-08-22 17:36:59,023 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efaf1588-910a-4477-952e-131958ba0596', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efaf1588-910a-4477-952e-131958ba0596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:00,065 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:37:00,066 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064e5591-719d-472b-a95e-9c7acc3f5915', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064e5591-719d-472b-a95e-9c7acc3f5915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:01,149 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.076s 2022-08-22 17:37:01,149 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527b26f2-b7df-485c-a5da-effa1a66eb08', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527b26f2-b7df-485c-a5da-effa1a66eb08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:02,580 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.423s 2022-08-22 17:37:02,580 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-354975aa-015b-4d54-9f39-7fcd9a6951b4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-354975aa-015b-4d54-9f39-7fcd9a6951b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:03,641 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.053s 2022-08-22 17:37:03,641 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f31104e-9a89-4e9c-8c85-40ac7412b375', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f31104e-9a89-4e9c-8c85-40ac7412b375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:04,684 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:37:04,684 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02470382-c32d-4a5c-875b-ed6751863e17', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02470382-c32d-4a5c-875b-ed6751863e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:05,724 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.032s 2022-08-22 17:37:05,724 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b9fdb1a-c1e0-4ee4-af00-57f1914f8309', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b9fdb1a-c1e0-4ee4-af00-57f1914f8309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:06,965 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.230s 2022-08-22 17:37:06,966 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82898493-3be6-4a54-a9d1-120e0f48df89', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82898493-3be6-4a54-a9d1-120e0f48df89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:08,140 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.167s 2022-08-22 17:37:08,141 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b167573e-2472-4b82-9efb-64c5a116edd7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b167573e-2472-4b82-9efb-64c5a116edd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:09,743 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.588s 2022-08-22 17:37:09,744 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32bacc6-2903-4ac2-bd76-f7ebd9f30100', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32bacc6-2903-4ac2-bd76-f7ebd9f30100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:10,814 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.064s 2022-08-22 17:37:10,815 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a0c8d3f-1182-4b14-b239-8777964ef378', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0c8d3f-1182-4b14-b239-8777964ef378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:11,918 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.091s 2022-08-22 17:37:11,919 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb77b8ba-ed27-45c2-9410-b9e3b36381b5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb77b8ba-ed27-45c2-9410-b9e3b36381b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:12,991 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.060s 2022-08-22 17:37:12,992 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f19686eb-6dc1-479c-a224-274ef1d787d5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f19686eb-6dc1-479c-a224-274ef1d787d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:14,049 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.043s 2022-08-22 17:37:14,057 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b313ccd-97b8-47e8-ba5c-aa5944107dab', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b313ccd-97b8-47e8-ba5c-aa5944107dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:15,092 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.026s 2022-08-22 17:37:15,092 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f38ecaca-a1c9-4dad-b5aa-d74b3ee01bd9', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f38ecaca-a1c9-4dad-b5aa-d74b3ee01bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:16,144 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:37:16,144 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19573df4-2f07-43da-a5f0-24f015fad018', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19573df4-2f07-43da-a5f0-24f015fad018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:17,207 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.055s 2022-08-22 17:37:17,207 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a4748d-dfba-4ce7-b3dc-dd6311f446be', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a4748d-dfba-4ce7-b3dc-dd6311f446be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:18,261 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.045s 2022-08-22 17:37:18,262 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba508fe4-2a0c-43df-bf99-44daa8b000c2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba508fe4-2a0c-43df-bf99-44daa8b000c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:19,306 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.037s 2022-08-22 17:37:19,307 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88950951-4750-4cfb-9767-db806af6c0b7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88950951-4750-4cfb-9767-db806af6c0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:20,417 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.096s 2022-08-22 17:37:20,418 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5e28d58-134e-47e0-ac79-dae431aac7a3', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5e28d58-134e-47e0-ac79-dae431aac7a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:21,448 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.023s 2022-08-22 17:37:21,448 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f426c1-9318-454d-ab91-85e3f0c5d3e1', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f426c1-9318-454d-ab91-85e3f0c5d3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:22,492 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.036s 2022-08-22 17:37:22,492 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785788e6-2750-40dd-9b65-7545886709bd', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785788e6-2750-40dd-9b65-7545886709bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:23,564 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.059s 2022-08-22 17:37:23,564 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bcf11de-8fc8-4e14-b47c-c9198d1606ab', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bcf11de-8fc8-4e14-b47c-c9198d1606ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:24,608 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.033s 2022-08-22 17:37:24,608 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68e48cf-0a39-4974-ac44-c06fbf3071a5', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68e48cf-0a39-4974-ac44-c06fbf3071a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:25,661 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.046s 2022-08-22 17:37:25,662 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f32e3b-f241-4ada-8024-dbfd41df224a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f32e3b-f241-4ada-8024-dbfd41df224a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:26,720 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.050s 2022-08-22 17:37:26,734 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71f530a-0ed8-4fd3-ac02-63afc223d945', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71f530a-0ed8-4fd3-ac02-63afc223d945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:27,769 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.025s 2022-08-22 17:37:27,773 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b52198-d7e0-4561-bd43-db5832f1d748', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b52198-d7e0-4561-bd43-db5832f1d748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:28,859 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.077s 2022-08-22 17:37:28,860 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd4d5e86-424e-4183-8968-fbe71e290b55', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd4d5e86-424e-4183-8968-fbe71e290b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:29,910 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.043s 2022-08-22 17:37:29,911 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-204866d2-1300-4f4a-8904-449cd5427b88', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-204866d2-1300-4f4a-8904-449cd5427b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:30,957 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:37:30,957 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a2c8ed-b6f3-410f-8ee5-9ac42e6f67a4', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a2c8ed-b6f3-410f-8ee5-9ac42e6f67a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:31,989 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.023s 2022-08-22 17:37:31,989 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b24046-9a1c-4db8-9b1e-70e1955f16b2', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b24046-9a1c-4db8-9b1e-70e1955f16b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:33,032 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.035s 2022-08-22 17:37:33,033 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c0ad6d-e936-4324-a5fe-cdb0d329441e', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c0ad6d-e936-4324-a5fe-cdb0d329441e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:34,074 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.029s 2022-08-22 17:37:34,074 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91128716-fcff-48bf-8315-3604f40b407b', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91128716-fcff-48bf-8315-3604f40b407b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:35,106 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.025s 2022-08-22 17:37:35,106 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9f1a884-9941-43fd-9d42-c24535dc9709', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9f1a884-9941-43fd-9d42-c24535dc9709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:36,185 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.070s 2022-08-22 17:37:36,186 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e704b35-c6fc-4582-b4aa-702850dccc8a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e704b35-c6fc-4582-b4aa-702850dccc8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:37,224 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.028s 2022-08-22 17:37:37,225 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a6588b-c991-4075-896f-5aad3e317605', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a6588b-c991-4075-896f-5aad3e317605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:38,260 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.027s 2022-08-22 17:37:38,260 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719e6a7d-0bdc-4abe-9d74-9f28f8bed962', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719e6a7d-0bdc-4abe-9d74-9f28f8bed962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:39,341 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.074s 2022-08-22 17:37:39,341 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683a2aaf-cd57-49bc-9965-4d0cf48f61a7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683a2aaf-cd57-49bc-9965-4d0cf48f61a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:40,377 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.029s 2022-08-22 17:37:40,377 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec84e53b-a768-4983-9a3e-cc87861a2133', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec84e53b-a768-4983-9a3e-cc87861a2133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:41,423 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.039s 2022-08-22 17:37:41,423 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a44346e-8fda-4f32-ae10-e8704cdf35bf', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a44346e-8fda-4f32-ae10-e8704cdf35bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:42,468 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.038s 2022-08-22 17:37:42,469 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5575819b-65af-42c9-abfe-0b6fff3b2c0d', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5575819b-65af-42c9-abfe-0b6fff3b2c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:43,498 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.023s 2022-08-22 17:37:43,498 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72bba59e-9cf4-469f-8971-5ed79c2bcd1a', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72bba59e-9cf4-469f-8971-5ed79c2bcd1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "restoring", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:36:55.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:44,550 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.044s 2022-08-22 17:37:44,550 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f0559f-d259-4b1b-a514-67b482b889d7', 'content-length': '775', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f0559f-d259-4b1b-a514-67b482b889d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'{"backup": {"id": "c13e8e0a-d039-4485-a54d-ae59a6652df4", "status": "available", "size": 1, "object_count": 103, "availability_zone": null, "container": "volumebackups", "created_at": "2022-08-22T17:34:36.000000", "updated_at": "2022-08-22T17:37:43.000000", "name": null, "description": null, "fail_reason": null, "volume_id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2022-08-22T17:34:36.000000"}}' 2022-08-22 17:37:44,556 123984 INFO [tempest.common.waiters] backup c13e8e0a-d039-4485-a54d-ae59a6652df4 reached available after waiting for 50.556222 seconds 2022-08-22 17:37:44,605 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3 0.049s 2022-08-22 17:37:44,606 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165ac5a1-fe7e-4cc8-a3e7-25647131cf7e', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165ac5a1-fe7e-4cc8-a3e7-25647131cf7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3'} Body: b'{"volume": {"id": "aa15c023-932b-43da-b615-db9507b8dbc3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:36:52.000000", "updated_at": "2022-08-22T17:37:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "c13e8e0a-d039-4485-a54d-ae59a6652df4"}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:44,616 123984 INFO [tempest.common.waiters] volume aa15c023-932b-43da-b615-db9507b8dbc3 reached available after waiting for 0.616606 seconds 2022-08-22 17:37:44,688 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3 0.071s 2022-08-22 17:37:44,688 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb71ef0-df7e-427d-b8b3-1b1695fc4d87', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb71ef0-df7e-427d-b8b3-1b1695fc4d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3'} Body: b'{"volume": {"id": "aa15c023-932b-43da-b615-db9507b8dbc3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:36:52.000000", "updated_at": "2022-08-22T17:37:43.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "c13e8e0a-d039-4485-a54d-ae59a6652df4"}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:45,897 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 1.195s 2022-08-22 17:37:45,897 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBackupRestore-1291802727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAR6Ly51kJZio/D5MloLJYl6S0HOngZkuQw+LZwNiu2lwJKfbG9LQKK6/O7GgzU3v9FKMwscFH0czV1Dvh+sv6q8Cedvm9NhCjdRq5/hT32qT9CZErv3bt4Ody+aMsrTJA=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc74912c-09fa-4d03-a44d-c9c268e6350e', 'x-compute-request-id': 'req-dc74912c-09fa-4d03-a44d-c9c268e6350e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBackupRestore-1291802727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAR6Ly51kJZio/D5MloLJYl6S0HOngZkuQw+LZwNiu2lwJKfbG9LQKK6/O7GgzU3v9FKMwscFH0czV1Dvh+sv6q8Cedvm9NhCjdRq5/hT32qT9CZErv3bt4Ody+aMsrTJA==", "fingerprint": "b3:51:fe:89:25:90:51:8d:55:7d:b7:d0:6c:53:f0:37", "user_id": "248cae3bea2c49f1a7247036a37c0ec7"}}' 2022-08-22 17:37:46,512 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.610s 2022-08-22 17:37:46,512 123984 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-820238577", "description": "tempest-secgroup-smoke-820238577 description", "project_id": "cf467866c658402a934d2499c0dbf618"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-150a8bb0-076d-4dcc-972b-803448b70fdb', 'date': 'Mon, 22 Aug 2022 17:37:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "name": "tempest-secgroup-smoke-820238577", "stateful": true, "tenant_id": "cf467866c658402a934d2499c0dbf618", "description": "tempest-secgroup-smoke-820238577 description", "shared": false, "security_group_rules": [{"id": "42610fed-2980-48f9-a8cc-881d92f453b9", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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": 3863, "description": null, "tags": [], "created_at": "2022-08-22T17:37:46Z", "updated_at": "2022-08-22T17:37:46Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}, {"id": "c82b0b70-c88d-45e0-a650-7f9d7d2a3f20", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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": 3864, "description": null, "tags": [], "created_at": "2022-08-22T17:37:46Z", "updated_at": "2022-08-22T17:37:46Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}], "tags": [], "created_at": "2022-08-22T17:37:46Z", "updated_at": "2022-08-22T17:37:46Z", "revision_number": 1, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:47,030 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.517s 2022-08-22 17:37:47,030 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "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-b3f7c6f1-b3b2-43d7-96d7-370a9b467ebb', 'date': 'Mon, 22 Aug 2022 17:37:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f0d847e2-ef12-41f1-8601-ef3be6066977", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:46Z", "updated_at": "2022-08-22T17:37:46Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:47,589 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.558s 2022-08-22 17:37:47,590 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "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-05beb0c7-35c1-4f36-8d0d-d783066b6ac6', 'date': 'Mon, 22 Aug 2022 17:37:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bad2efbc-5311-4498-a5ca-1945a49c61e7", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:47Z", "updated_at": "2022-08-22T17:37:47Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:48,182 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.591s 2022-08-22 17:37:48,182 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-52eafa69-cfc2-4cc8-bcda-d5f6d7ac3ede', 'date': 'Mon, 22 Aug 2022 17:37:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4c4dad6-a5c0-4355-b8f6-23d2617a2a7c", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:47Z", "updated_at": "2022-08-22T17:37:47Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:48,740 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.557s 2022-08-22 17:37:48,749 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f921b1e0-56bf-45db-853c-5b6b0d7896cf', 'date': 'Mon, 22 Aug 2022 17:37:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "128103d9-8d9f-4a20-9dff-0f8188be2a9d", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:48Z", "updated_at": "2022-08-22T17:37:48Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:49,359 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.608s 2022-08-22 17:37:49,359 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0e0a13f5-6216-4cc6-b99d-b964b7ba0d34', 'date': 'Mon, 22 Aug 2022 17:37:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f411e8cb-37e1-4460-88a5-2ef8ef71fed2", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:49Z", "updated_at": "2022-08-22T17:37:49Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:49,978 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.618s 2022-08-22 17:37:49,978 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "project_id": "cf467866c658402a934d2499c0dbf618", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-22ddb2f4-420c-404f-917b-8daa68654cf7', 'date': 'Mon, 22 Aug 2022 17:37:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "714f16ff-d6a5-428c-916d-1ef4e17cdad6", "tenant_id": "cf467866c658402a934d2499c0dbf618", "security_group_id": "4a6f08a3-b40f-4708-a627-f9593af27fe9", "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-22T17:37:49Z", "updated_at": "2022-08-22T17:37:49Z", "revision_number": 0, "project_id": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:50,089 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.103s 2022-08-22 17:37:50,090 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37: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-9727f589-0c8f-4c0e-813e-6f2960334cb9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "248cae3bea2c49f1a7247036a37c0ec7", "name": "tempest-TestVolumeBackupRestore-1435791850-project", "password_expires_at": null}, "audit_ids": ["CNr_gTXJR-qbXXxbokapCg"], "expires_at": "2022-08-22T18:37:50.000000Z", "issued_at": "2022-08-22T17:37:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf467866c658402a934d2499c0dbf618", "name": "tempest-TestVolumeBackupRestore-1435791850"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_cf467866c658402a934d2499c0dbf618", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/cf467866c658402a934d2499c0dbf618", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:37:50,090 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBackupRestore:test_volume_backup_restore) Found network {'id': 'd2dd7205-5d5e-4e87-b802-c1ffca8fea8d', 'name': 'tempest-TestVolumeBackupRestore-2067380822-network', 'tenant_id': 'cf467866c658402a934d2499c0dbf618', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cf467866c658402a934d2499c0dbf618', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 230, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:33:10Z', 'updated_at': '2022-08-22T17:33:10Z', 'revision_number': 1} available for tenant 2022-08-22 17:37:50,819 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 POST http://10.222.0.96/compute/v2.1/servers 0.727s 2022-08-22 17:37:50,819 123984 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-1937785383", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "aa15c023-932b-43da-b615-db9507b8dbc3", "source_type": "volume", "destination_type": "volume", "boot_index": 0}], "key_name": "tempest-TestVolumeBackupRestore-1291802727", "security_groups": [{"name": "tempest-secgroup-smoke-820238577"}], "networks": [{"uuid": "d2dd7205-5d5e-4e87-b802-c1ffca8fea8d"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37: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-3ce56d86-d6d4-469a-81d8-006e122644d4', 'x-compute-request-id': 'req-3ce56d86-d6d4-469a-81d8-006e122644d4', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:37:51,193 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/4a6f08a3-b40f-4708-a627-f9593af27fe9 0.360s 2022-08-22 17:37:51,193 123984 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-005c423a-dc27-4d60-8071-79da85ad891d', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:37:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/4a6f08a3-b40f-4708-a627-f9593af27fe9'} Body: b'' 2022-08-22 17:37:51,411 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-1291802727 0.217s 2022-08-22 17:37:51,412 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4bcc165-94b9-45d6-a301-0e139d83c4dd', 'x-compute-request-id': 'req-e4bcc165-94b9-45d6-a301-0e139d83c4dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestVolumeBackupRestore-1291802727'} Body: b'' 2022-08-22 17:37:51,704 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3 0.291s 2022-08-22 17:37:51,704 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:51 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-f14df5e8-2e42-4ac1-ac52-fe2e90d3c23f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/aa15c023-932b-43da-b615-db9507b8dbc3'} Body: b'' 2022-08-22 17:37:51,988 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4 0.283s 2022-08-22 17:37:51,988 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-fa335f32-45f8-445c-b13e-9eb32f8db691', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa335f32-45f8-445c-b13e-9eb32f8db691', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/backups/c13e8e0a-d039-4485-a54d-ae59a6652df4'} Body: b'' 2022-08-22 17:37:52,477 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.488s 2022-08-22 17:37:52,477 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:51 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-48ed7dc8-bcbc-4f5c-890d-3c2aa1406680', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'' 2022-08-22 17:37:52,544 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.066s 2022-08-22 17:37:52,545 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6a7acb-c600-4644-91f8-fc635bf3534f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6a7acb-c600-4644-91f8-fc635bf3534f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:37:52.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:53,628 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.071s 2022-08-22 17:37:53,628 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42c8349-9bc0-4563-879b-10d59339988c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42c8349-9bc0-4563-879b-10d59339988c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:37:52.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:54,746 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.104s 2022-08-22 17:37:54,746 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db24fe89-f52b-4f7e-affe-584f3d3b0d13', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db24fe89-f52b-4f7e-affe-584f3d3b0d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:37:52.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:55,811 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.054s 2022-08-22 17:37:55,811 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9dc63e-cc12-4aea-997d-97c893dd1e2c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9dc63e-cc12-4aea-997d-97c893dd1e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:37:52.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:56,869 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.044s 2022-08-22 17:37:56,869 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61c5ed6-8ec0-46c9-91f6-b79fb30b9ed3', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61c5ed6-8ec0-46c9-91f6-b79fb30b9ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"volume": {"id": "8fabfd77-e7a1-4093-9917-984d0987efcd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:33:52.000000", "updated_at": "2022-08-22T17:37:52.000000", "name": "tempest-TestVolumeBackupRestore-volume-792849276", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd"}], "user_id": "248cae3bea2c49f1a7247036a37c0ec7", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "cf467866c658402a934d2499c0dbf618"}}' 2022-08-22 17:37:57,940 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd 0.058s 2022-08-22 17:37:57,940 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:37:57 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-221834a8-efff-4aab-9e4a-f037e4b635ab', 'x-openstack-request-id': 'req-221834a8-efff-4aab-9e4a-f037e4b635ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/cf467866c658402a934d2499c0dbf618/volumes/8fabfd77-e7a1-4093-9917-984d0987efcd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8fabfd77-e7a1-4093-9917-984d0987efcd 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-22 17:38:38,025 123984 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-1338405029 on backend None 2022-08-22 17:38:38,372 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types 0.346s 2022-08-22 17:38:38,373 123984 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-1338405029", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8701d825-2575-4fe8-a6d8-359e511aa712', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8701d825-2575-4fe8-a6d8-359e511aa712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types'} Body: b'{"volume_type": {"id": "1c9974c6-a065-470e-ae9d-338cd40f0651", "name": "tempest-scenario-type-luks-1338405029", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-22 17:38:38,376 123984 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 1c9974c6-a065-470e-ae9d-338cd40f0651 2022-08-22 17:38:38,548 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/1c9974c6-a065-470e-ae9d-338cd40f0651/encryption 0.171s 2022-08-22 17:38:38,548 123984 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': 'Mon, 22 Aug 2022 17:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2c0ea6-e729-46ca-8ace-e23d59895f66', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2c0ea6-e729-46ca-8ace-e23d59895f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/1c9974c6-a065-470e-ae9d-338cd40f0651/encryption'} Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "1c9974c6-a065-470e-ae9d-338cd40f0651", "encryption_id": "888988b4-5768-4a0c-ba07-d1d94930119a"}}' 2022-08-22 17:38:39,817 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes 1.265s 2022-08-22 17:38:39,817 123984 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-1381197588", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-1338405029", "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef1e8c8-8071-472e-a870-cc4e7b936a05', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef1e8c8-8071-472e-a870-cc4e7b936a05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.451625", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:38:39,870 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.043s 2022-08-22 17:38:39,870 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7cd3899-1866-49e6-9f93-dfdfb9424818', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7cd3899-1866-49e6-9f93-dfdfb9424818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:41,532 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.651s 2022-08-22 17:38:41,533 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba4ad94c-946d-45f5-b87c-d59f09dfbe43', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba4ad94c-946d-45f5-b87c-d59f09dfbe43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:40.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:42,629 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.084s 2022-08-22 17:38:42,630 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cc78bd-0bc4-4f5f-ad4d-a44df62ce452', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cc78bd-0bc4-4f5f-ad4d-a44df62ce452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:42.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:42,641 123984 INFO [tempest.common.waiters] volume 58fb0baf-c3c7-4694-ad01-a543ace34b6a reached available after waiting for 3.641476 seconds 2022-08-22 17:38:42,709 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.067s 2022-08-22 17:38:42,709 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd0c3cd-46eb-4cc3-8057-32e1815dc46d', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd0c3cd-46eb-4cc3-8057-32e1815dc46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:42.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:42,821 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 200 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a/action 0.099s 2022-08-22 17:38:42,821 123984 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': 'Mon, 22 Aug 2022 17:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-209a1773-ea4a-46a7-b115-813dcb82df67', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209a1773-ea4a-46a7-b115-813dcb82df67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a/action'} Body: b'' 2022-08-22 17:38:42,979 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.152s 2022-08-22 17:38:42,979 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-074f253b-6932-4fb2-a419-6fce413f8f1f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d4b025a667e7499b80bdc74611d53c44", "name": "tempest-TestVolumeBootPattern-1681765592-project", "password_expires_at": null}, "audit_ids": ["_mZ9LOxuSwmhHOm3fs7ReQ"], "expires_at": "2022-08-22T18:38:42.000000Z", "issued_at": "2022-08-22T17:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3753856e1c8043658e95d6108aff12fc", "name": "tempest-TestVolumeBootPattern-1681765592"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:38:42,980 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks) Found network {'id': 'b87a647c-9ee9-4c3f-93f3-341218d515d9', 'name': 'tempest-TestVolumeBootPattern-1304936121-network', 'tenant_id': '3753856e1c8043658e95d6108aff12fc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3753856e1c8043658e95d6108aff12fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:38:17Z', 'updated_at': '2022-08-22T17:38:17Z', 'revision_number': 1} available for tenant 2022-08-22 17:38:43,359 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luks): 500 POST http://10.222.0.96/compute/v2.1/servers 0.378s 2022-08-22 17:38:43,359 123984 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-1541380852", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "b87a647c-9ee9-4c3f-93f3-341218d515d9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38: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-c5067d7a-b194-4db5-be78-83a385f5da62', 'x-compute-request-id': 'req-c5067d7a-b194-4db5-be78-83a385f5da62', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:38:43,594 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.230s 2022-08-22 17:38:43,595 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56b49ffa-60f4-4cfb-b6be-d2fc6ebc4317', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'' 2022-08-22 17:38:43,655 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.060s 2022-08-22 17:38:43,656 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6651488f-c024-4c48-a6de-d0e59d1baae5', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6651488f-c024-4c48-a6de-d0e59d1baae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:43.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:44,714 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.046s 2022-08-22 17:38:44,714 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3daf61c9-361f-444f-9e1c-1ce334963165', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3daf61c9-361f-444f-9e1c-1ce334963165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:43.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:45,774 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.047s 2022-08-22 17:38:45,775 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65375a76-df13-4440-adbe-389b3d935a44', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65375a76-df13-4440-adbe-389b3d935a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"volume": {"id": "58fb0baf-c3c7-4694-ad01-a543ace34b6a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:39.000000", "updated_at": "2022-08-22T17:38:43.000000", "name": "tempest-TestVolumeBootPattern-volume-1381197588", "description": null, "volume_type": "tempest-scenario-type-luks-1338405029", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:46,818 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a 0.032s 2022-08-22 17:38:46,819 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:46 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-3385228a-5a9d-4fcc-9369-5d268f543f2b', 'x-openstack-request-id': 'req-3385228a-5a9d-4fcc-9369-5d268f543f2b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/58fb0baf-c3c7-4694-ad01-a543ace34b6a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 58fb0baf-c3c7-4694-ad01-a543ace34b6a could not be found."}}' 2022-08-22 17:38:46,961 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/detail?all_tenants=1 0.142s 2022-08-22 17:38:46,962 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a39ce7fb-58be-4350-b5e2-e76dafb21a33', 'content-length': '11081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a39ce7fb-58be-4350-b5e2-e76dafb21a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "9e868ec5-279d-4b49-acb8-a4debd5c1751", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:42.000000", "updated_at": "2022-08-22T17:38:44.000000", "name": "tempest-VolumesBackupsTest-Volume-217361753", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/9e868ec5-279d-4b49-acb8-a4debd5c1751"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/9e868ec5-279d-4b49-acb8-a4debd5c1751"}], "user_id": "4ad7a1b603dc4476b6e61ab41314e0ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "40150a4410624fb7a9704f41fbade88d", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "4ab72783-6682-43a5-adce-ef7897c83ba0", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:42.000000", "updated_at": "2022-08-22T17:38:45.000000", "name": "restore_backup_0a8a7a1d-6d2f-4e41-8df3-c233dda72ee2", "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.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/4ab72783-6682-43a5-adce-ef7897c83ba0"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/4ab72783-6682-43a5-adce-ef7897c83ba0"}], "user_id": "c5eacadfbc474807b1c521fcb4f4b0c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "d74316d46c334186891fb0fe43175f0b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "8862d0a6-c4ac-4703-8688-4230603231a8", "status": "deleting", "size": 2, "availability_zone": "nova", "created_at": "2022-08-22T17:38:41.000000", "updated_at": "2022-08-22T17:38:44.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1678174799", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/8862d0a6-c4ac-4703-8688-4230603231a8"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/8862d0a6-c4ac-4703-8688-4230603231a8"}], "user_id": "a7799605322d44f98d043ad145445c0d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "5af02ddffe2f45f1baf4d64fd6cc6144", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "350d6c5e-ca5f-4f43-9e6d-32b138de895a", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:37:59.000000", "updated_at": "2022-08-22T17:38:30.000000", "name": "backup-vol-108d3245-d437-4b61-b483-4731e245747e", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/350d6c5e-ca5f-4f43-9e6d-32b138de895a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/350d6c5e-ca5f-4f43-9e6d-32b138de895a"}], "user_id": "9f6eb638f39d452581772e673ba5b8d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": fa 2022-08-22 17:38:47,187 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/1c9974c6-a065-470e-ae9d-338cd40f0651 0.200s 2022-08-22 17:38:47,189 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:46 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-7138710c-ca4f-4155-b298-7a086f0051c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/1c9974c6-a065-470e-ae9d-338cd40f0651'} 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-22 17:38:47,192 123984 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1001121663 on backend None 2022-08-22 17:38:47,319 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types 0.127s 2022-08-22 17:38:47,319 123984 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-1001121663", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc68061-1ba5-4354-bb35-50b0b57a6e7a', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc68061-1ba5-4354-bb35-50b0b57a6e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types'} Body: b'{"volume_type": {"id": "0024f60f-cba1-41d8-a2b2-179f4cc15976", "name": "tempest-scenario-type-luks2-1001121663", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-08-22 17:38:47,323 123984 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 0024f60f-cba1-41d8-a2b2-179f4cc15976 2022-08-22 17:38:47,434 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/0024f60f-cba1-41d8-a2b2-179f4cc15976/encryption 0.110s 2022-08-22 17:38:47,434 123984 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': 'Mon, 22 Aug 2022 17:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9456f4fa-df24-4cb6-8fe6-5deee0f9c57e', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9456f4fa-df24-4cb6-8fe6-5deee0f9c57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/0024f60f-cba1-41d8-a2b2-179f4cc15976/encryption'} Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "0024f60f-cba1-41d8-a2b2-179f4cc15976", "encryption_id": "38217c95-5438-4e88-b475-50ef6934fa51"}}' 2022-08-22 17:38:48,578 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes 1.140s 2022-08-22 17:38:48,578 123984 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-997755784", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b62f82-222d-4df1-9864-a5d0d06ecd64', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b62f82-222d-4df1-9864-a5d0d06ecd64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:47.959838", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:38:48,679 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.091s 2022-08-22 17:38:48,679 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d3d891-37a7-408b-8391-e9867cdc71a1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d3d891-37a7-408b-8391-e9867cdc71a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:49,859 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.168s 2022-08-22 17:38:49,860 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c778961a-5f8e-426e-a084-5d53c0cda0ea', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c778961a-5f8e-426e-a084-5d53c0cda0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:49.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:50,932 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.060s 2022-08-22 17:38:50,932 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e72803-5ccb-4e2c-b98d-550575a81b07', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e72803-5ccb-4e2c-b98d-550575a81b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:51.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:50,942 123984 INFO [tempest.common.waiters] volume 0957147d-a0af-47df-b706-7139d2583c3f reached available after waiting for 2.942503 seconds 2022-08-22 17:38:51,018 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.075s 2022-08-22 17:38:51,018 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5601aa89-2ec7-4817-a2ff-bf885aee7690', 'content-length': '939', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5601aa89-2ec7-4817-a2ff-bf885aee7690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:51.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:51,188 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f/action 0.159s 2022-08-22 17:38:51,189 123984 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': 'Mon, 22 Aug 2022 17:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'x-compute-request-id': 'req-54aec5bb-c543-49ca-b03e-24ef40514739', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54aec5bb-c543-49ca-b03e-24ef40514739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f/action'} Body: b'' 2022-08-22 17:38:51,347 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.151s 2022-08-22 17:38:51,348 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:51 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-099c93bd-6156-4542-b5ff-c16a2f78d09d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d4b025a667e7499b80bdc74611d53c44", "name": "tempest-TestVolumeBootPattern-1681765592-project", "password_expires_at": null}, "audit_ids": ["eTlbuInoSU25va4Rlf1cHg"], "expires_at": "2022-08-22T18:38:51.000000Z", "issued_at": "2022-08-22T17:38:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3753856e1c8043658e95d6108aff12fc", "name": "tempest-TestVolumeBootPattern-1681765592"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:38:51,348 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'b87a647c-9ee9-4c3f-93f3-341218d515d9', 'name': 'tempest-TestVolumeBootPattern-1304936121-network', 'tenant_id': '3753856e1c8043658e95d6108aff12fc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3753856e1c8043658e95d6108aff12fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:38:17Z', 'updated_at': '2022-08-22T17:38:17Z', 'revision_number': 1} available for tenant 2022-08-22 17:38:52,002 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 POST http://10.222.0.96/compute/v2.1/servers 0.653s 2022-08-22 17:38:52,003 123984 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-272819470", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "0957147d-a0af-47df-b706-7139d2583c3f", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "b87a647c-9ee9-4c3f-93f3-341218d515d9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '214', 'x-openstack-request-id': 'req-eecb47e7-e8a6-498d-985f-40e14bfaa360', 'x-compute-request-id': 'req-eecb47e7-e8a6-498d-985f-40e14bfaa360', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:38:52,341 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.337s 2022-08-22 17:38:52,342 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54691fe7-3b61-4cc1-8216-d71e75f420b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'' 2022-08-22 17:38:52,484 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.142s 2022-08-22 17:38:52,500 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b803bd-0d7c-4476-a96a-5964f4e19b6d', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b803bd-0d7c-4476-a96a-5964f4e19b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:52.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:53,565 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.053s 2022-08-22 17:38:53,566 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e5f195-bfd4-4081-8e74-80434bbb9a98', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e5f195-bfd4-4081-8e74-80434bbb9a98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:52.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:54,678 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.101s 2022-08-22 17:38:54,679 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fefa62da-c608-4788-8d1f-9d980d319191', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fefa62da-c608-4788-8d1f-9d980d319191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"volume": {"id": "0957147d-a0af-47df-b706-7139d2583c3f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:48.000000", "updated_at": "2022-08-22T17:38:52.000000", "name": "tempest-TestVolumeBootPattern-volume-997755784", "description": null, "volume_type": "tempest-scenario-type-luks2-1001121663", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:55,716 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f 0.025s 2022-08-22 17:38:55,717 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:55 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-ee314976-1882-47c6-93d5-44ade93cef55', 'x-openstack-request-id': 'req-ee314976-1882-47c6-93d5-44ade93cef55', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/0957147d-a0af-47df-b706-7139d2583c3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0957147d-a0af-47df-b706-7139d2583c3f could not be found."}}' 2022-08-22 17:38:55,805 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/detail?all_tenants=1 0.088s 2022-08-22 17:38:55,806 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188d8866-7457-47ec-8939-976a706ab9cf', 'content-length': '11074', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188d8866-7457-47ec-8939-976a706ab9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "4a29b6d2-9ec3-4efe-bcf1-eb39c82d6a68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:52.000000", "updated_at": "2022-08-22T17:38:53.000000", "name": "tempest-VolumesExtendTest-Volume-1047668811", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/4a29b6d2-9ec3-4efe-bcf1-eb39c82d6a68"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/4a29b6d2-9ec3-4efe-bcf1-eb39c82d6a68"}], "user_id": "1f9e08003e534e10bf2f2ecdcf1b47b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "f3221d38e7764742a5ff34691bbf8af5", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "9e868ec5-279d-4b49-acb8-a4debd5c1751", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:42.000000", "updated_at": "2022-08-22T17:38:44.000000", "name": "tempest-VolumesBackupsTest-Volume-217361753", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/9e868ec5-279d-4b49-acb8-a4debd5c1751"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/9e868ec5-279d-4b49-acb8-a4debd5c1751"}], "user_id": "4ad7a1b603dc4476b6e61ab41314e0ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "40150a4410624fb7a9704f41fbade88d", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "4ab72783-6682-43a5-adce-ef7897c83ba0", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:42.000000", "updated_at": "2022-08-22T17:38:50.000000", "name": "restore_backup_0a8a7a1d-6d2f-4e41-8df3-c233dda72ee2", "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.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/4ab72783-6682-43a5-adce-ef7897c83ba0"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/4ab72783-6682-43a5-adce-ef7897c83ba0"}], "user_id": "c5eacadfbc474807b1c521fcb4f4b0c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "n-d-854030-1@lvmdriver-1#lvmdriver-1", "os-vol-tenant-attr:tenant_id": "d74316d46c334186891fb0fe43175f0b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "350d6c5e-ca5f-4f43-9e6d-32b138de895a", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:37:59.000000", "updated_at": "2022-08-22T17:38:30.000000", "name": "backup-vol-108d3245-d437-4b61-b483-4731e245747e", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/volumes/350d6c5e-ca5f-4f43-9e6d-32b138de895a"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/aac06c08d88347e8a175cb1695bdb440/volumes/350d6c5e-ca5f-4f43-9e6d-32b138de895a"}], "user_id": "9f6eb638f39d452581772e673ba5b8d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "a 2022-08-22 17:38:56,042 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/0024f60f-cba1-41d8-a2b2-179f4cc15976 0.208s 2022-08-22 17:38:56,043 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38: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-2f2fd997-7e89-4a81-b82f-d481efa750fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/aac06c08d88347e8a175cb1695bdb440/types/0024f60f-cba1-41d8-a2b2-179f4cc15976'} 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-22 17:38:56,074 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10 0.028s 2022-08-22 17:38:56,074 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0fd60a6-2901-4a75-9db4-4e763d9ffb4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10'} 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": "12889750ad6d43d3b1912a6efdac9935", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "created_at": "2022-08-22T17:01:52Z", "updated_at": "2022-08-22T17:02:10Z", "tags": [], "self": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10", "file": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:38:57,668 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes 1.593s 2022-08-22 17:38:57,669 123984 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-1195640622", "snapshot_id": null, "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a6b796-443d-4615-99c1-3b8cbea3087d', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10a6b796-443d-4615-99c1-3b8cbea3087d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:56.910285", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:38:57,765 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.087s 2022-08-22 17:38:57,765 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965fdaef-3632-4a48-a686-44b037764691', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965fdaef-3632-4a48-a686-44b037764691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:58,835 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.057s 2022-08-22 17:38:58,835 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d575f825-373c-4fa8-b05f-a4027f13727c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d575f825-373c-4fa8-b05f-a4027f13727c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:38:59,917 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.069s 2022-08-22 17:38:59,917 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e4fbb4-4ffb-4641-9815-32c280c4329e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e4fbb4-4ffb-4641-9815-32c280c4329e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:00,979 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.051s 2022-08-22 17:39:00,980 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b7ff1f-5c3f-4136-a3d5-ac5d4ff639c5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b7ff1f-5c3f-4136-a3d5-ac5d4ff639c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:02,079 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.087s 2022-08-22 17:39:02,082 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b916879-1f08-4a9b-8cd8-c0acd896ce27', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b916879-1f08-4a9b-8cd8-c0acd896ce27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:03,177 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.080s 2022-08-22 17:39:03,177 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ec1d49-58d1-408c-9cec-bbdbce4be2c6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ec1d49-58d1-408c-9cec-bbdbce4be2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:04,285 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.096s 2022-08-22 17:39:04,286 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ef1a4a-32d2-4e60-9753-3ca76a0780b9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ef1a4a-32d2-4e60-9753-3ca76a0780b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:05,389 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.073s 2022-08-22 17:39:05,390 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668c8c98-210f-4c03-8f46-07cd03de3ef0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668c8c98-210f-4c03-8f46-07cd03de3ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:06,466 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.051s 2022-08-22 17:39:06,466 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0694c083-d5fb-4652-ab6a-4fccfc80af15', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0694c083-d5fb-4652-ab6a-4fccfc80af15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:07,579 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.100s 2022-08-22 17:39:07,580 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4940993d-dffb-4c5a-bb32-1af307fd1cb9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4940993d-dffb-4c5a-bb32-1af307fd1cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:08,667 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.059s 2022-08-22 17:39:08,668 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-421f80ed-50fe-4d62-a6ad-55330e020ba1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-421f80ed-50fe-4d62-a6ad-55330e020ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:09,772 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.092s 2022-08-22 17:39:09,772 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7288c511-3c8b-4542-b179-9d895b41307a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7288c511-3c8b-4542-b179-9d895b41307a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:10,834 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.049s 2022-08-22 17:39:10,834 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31072189-d61e-4a7b-bebb-6b696ffd6e0a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31072189-d61e-4a7b-bebb-6b696ffd6e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:11,915 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.065s 2022-08-22 17:39:11,915 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aafca88-2ec4-4b29-9f2e-80ef82148d85', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aafca88-2ec4-4b29-9f2e-80ef82148d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:13,007 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.078s 2022-08-22 17:39:13,008 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42358fa9-3989-4e34-9c87-7f8264d5602d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42358fa9-3989-4e34-9c87-7f8264d5602d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:14,137 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.115s 2022-08-22 17:39:14,137 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-373bae00-585e-4d18-ac55-372e1ec56729', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-373bae00-585e-4d18-ac55-372e1ec56729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:15,246 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.095s 2022-08-22 17:39:15,247 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-812e72a2-7fc3-4ea2-a811-6b16535e58fe', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-812e72a2-7fc3-4ea2-a811-6b16535e58fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:16,334 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.075s 2022-08-22 17:39:16,335 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63064437-8537-4bdb-838b-dbdc8acfd111', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63064437-8537-4bdb-838b-dbdc8acfd111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:17,434 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.086s 2022-08-22 17:39:17,434 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365259dd-7970-455f-9df3-797d79528e9c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365259dd-7970-455f-9df3-797d79528e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:18,516 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.066s 2022-08-22 17:39:18,516 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc328ff-6c20-4e66-ba20-c4c9ce207bc6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc328ff-6c20-4e66-ba20-c4c9ce207bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:19,625 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.097s 2022-08-22 17:39:19,626 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a369086-e1ea-4327-9ee6-7a4672495c3e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a369086-e1ea-4327-9ee6-7a4672495c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:20,739 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.100s 2022-08-22 17:39:20,739 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c378d7-9418-4c1f-a884-5bcb92dd33c0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c378d7-9418-4c1f-a884-5bcb92dd33c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:21,857 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.085s 2022-08-22 17:39:21,857 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80360b6-5984-4e2d-9916-6582d61baed0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80360b6-5984-4e2d-9916-6582d61baed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:22,990 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.116s 2022-08-22 17:39:22,990 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe09349-d9cf-4004-894d-9475cf4548f8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe09349-d9cf-4004-894d-9475cf4548f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:38:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:24,060 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.055s 2022-08-22 17:39:24,060 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c52e6bf-d33c-400d-ab85-72bfe39411c5', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c52e6bf-d33c-400d-ab85-72bfe39411c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:25,212 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.139s 2022-08-22 17:39:25,212 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04694679-a360-4675-bb75-66d70e80e559', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04694679-a360-4675-bb75-66d70e80e559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:26,293 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.068s 2022-08-22 17:39:26,293 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5c3847-18e1-4df8-9b8b-96af96ee5180', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5c3847-18e1-4df8-9b8b-96af96ee5180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:27,393 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.083s 2022-08-22 17:39:27,394 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519a29f8-2844-4e26-b65d-8defdf7e0493', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519a29f8-2844-4e26-b65d-8defdf7e0493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:28,478 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.069s 2022-08-22 17:39:28,478 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b22a08-3c8c-4f3c-a1b9-295d7cad48dc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b22a08-3c8c-4f3c-a1b9-295d7cad48dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:29,565 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.073s 2022-08-22 17:39:29,566 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea0bb66-c47c-4828-8e80-c712c7a6d251', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea0bb66-c47c-4828-8e80-c712c7a6d251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:30,647 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.059s 2022-08-22 17:39:30,648 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f027169e-3c0d-4655-a53a-c7f3d573d2f6', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f027169e-3c0d-4655-a53a-c7f3d573d2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:31,713 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.053s 2022-08-22 17:39:31,714 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bdba14-bd3c-4e82-b743-74dfc3e6ee06', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bdba14-bd3c-4e82-b743-74dfc3e6ee06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:32,781 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.052s 2022-08-22 17:39:32,782 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2e1f02f-733a-40b6-b352-e36503d6d774', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2e1f02f-733a-40b6-b352-e36503d6d774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:33,856 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.063s 2022-08-22 17:39:33,857 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac02352a-63d7-4e77-99ae-5011b0b14d1a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac02352a-63d7-4e77-99ae-5011b0b14d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:34,928 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.059s 2022-08-22 17:39:34,929 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-867db065-cb8d-42f9-a6b8-85cad4491d06', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-867db065-cb8d-42f9-a6b8-85cad4491d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:35,988 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.047s 2022-08-22 17:39:35,988 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649eb215-91ce-437a-9621-2a43fd0e2ddb', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649eb215-91ce-437a-9621-2a43fd0e2ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:37,075 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.074s 2022-08-22 17:39:37,075 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861a62e9-b701-4fd3-bd92-c671647aac02', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861a62e9-b701-4fd3-bd92-c671647aac02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:38,140 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.047s 2022-08-22 17:39:38,141 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53436ad3-70f4-4ef3-b64e-bebe62d95322', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53436ad3-70f4-4ef3-b64e-bebe62d95322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:39,218 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.062s 2022-08-22 17:39:39,219 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6b3828-50e1-4aef-8700-a0fd633e033c', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6b3828-50e1-4aef-8700-a0fd633e033c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:40,288 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.048s 2022-08-22 17:39:40,288 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c86bf5bd-f172-4270-a66e-a5fdbb169068', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c86bf5bd-f172-4270-a66e-a5fdbb169068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:40.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:41,348 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.048s 2022-08-22 17:39:41,348 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c85815-b4d9-4233-b74b-79b88a1bcceb', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c85815-b4d9-4233-b74b-79b88a1bcceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:41,359 123984 INFO [tempest.common.waiters] volume c63f8cc6-29d9-4fe0-a39b-d7143da3f858 reached available after waiting for 44.359121 seconds 2022-08-22 17:39:41,431 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.072s 2022-08-22 17:39:41,432 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ff5f0a-86b9-43bb-bf7a-3b2aafcde250', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ff5f0a-86b9-43bb-bf7a-3b2aafcde250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:42,090 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots 0.647s 2022-08-22 17:39:42,091 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "metadata": null}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58c3abd-2c8f-4f6f-a40a-6245f6f79859', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58c3abd-2c8f-4f6f-a40a-6245f6f79859', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:41.827342", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "metadata": {}}}' 2022-08-22 17:39:42,120 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.025s 2022-08-22 17:39:42,120 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4883a8f6-b7c9-47f0-a779-2bfdb4b70bfe', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4883a8f6-b7c9-47f0-a779-2bfdb4b70bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:39:43,186 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.059s 2022-08-22 17:39:43,187 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df34c1b2-0a17-428a-8a2f-c7835afdf7c7', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df34c1b2-0a17-428a-8a2f-c7835afdf7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:39:44,256 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.064s 2022-08-22 17:39:44,257 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e58259-3500-4fba-a71e-384550c533b7', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e58259-3500-4fba-a71e-384550c533b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-08-22 17:39:45,300 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.038s 2022-08-22 17:39:45,301 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa2cd5cb-9e54-40c2-98d9-bfb00e779085', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa2cd5cb-9e54-40c2-98d9-bfb00e779085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": "2022-08-22T17:39:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:39:45,305 123984 INFO [tempest.common.waiters] snapshot 275fe779-10cd-42f7-afc8-52c6ad6167cb reached available after waiting for 3.305141 seconds 2022-08-22 17:39:45,339 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.033s 2022-08-22 17:39:45,340 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe400301-0475-4edc-8fac-df36b59dc526', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe400301-0475-4edc-8fac-df36b59dc526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": "2022-08-22T17:39:44.000000", "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:39:45,385 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.036s 2022-08-22 17:39:45,386 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39: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-034f5869-5dca-42f8-8bde-23ce99bcbfca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d4b025a667e7499b80bdc74611d53c44", "name": "tempest-TestVolumeBootPattern-1681765592-project", "password_expires_at": null}, "audit_ids": ["c2PuI_DrQOa46oxqczwlNw"], "expires_at": "2022-08-22T18:39:45.000000Z", "issued_at": "2022-08-22T17:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3753856e1c8043658e95d6108aff12fc", "name": "tempest-TestVolumeBootPattern-1681765592"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:39:45,386 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'b87a647c-9ee9-4c3f-93f3-341218d515d9', 'name': 'tempest-TestVolumeBootPattern-1304936121-network', 'tenant_id': '3753856e1c8043658e95d6108aff12fc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3753856e1c8043658e95d6108aff12fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:38:17Z', 'updated_at': '2022-08-22T17:38:17Z', 'revision_number': 1} available for tenant 2022-08-22 17:39:45,735 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 500 POST http://10.222.0.96/compute/v2.1/servers 0.348s 2022-08-22 17:39:45,735 123984 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-1986488626", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "b87a647c-9ee9-4c3f-93f3-341218d515d9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39: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-160c9cef-0be3-4912-8a4f-345ff0d59ff3', 'x-compute-request-id': 'req-160c9cef-0be3-4912-8a4f-345ff0d59ff3', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:39:45,869 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.132s 2022-08-22 17:39:45,869 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39: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-9c7c6853-b66d-4219-acde-41f3a7c84b57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'' 2022-08-22 17:39:45,904 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.034s 2022-08-22 17:39:45,904 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8cf8b5-0e49-4709-95f6-9f3502151b0b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8cf8b5-0e49-4709-95f6-9f3502151b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": "2022-08-22T17:39:46.000000", "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:39:46,940 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.031s 2022-08-22 17:39:46,941 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bea2b5a-c89c-470e-bad4-0c83436e024b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bea2b5a-c89c-470e-bad4-0c83436e024b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": "2022-08-22T17:39:46.000000", "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:39:48,005 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.059s 2022-08-22 17:39:48,005 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eca1dc30-351c-4f94-a0ef-a9a98146bba2', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eca1dc30-351c-4f94-a0ef-a9a98146bba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"snapshot": {"id": "275fe779-10cd-42f7-afc8-52c6ad6167cb", "created_at": "2022-08-22T17:39:42.000000", "updated_at": "2022-08-22T17:39:46.000000", "name": "tempest-TestVolumeBootPattern-snapshot-189137346", "description": null, "volume_id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "3753856e1c8043658e95d6108aff12fc", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-08-22 17:39:49,031 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb 0.021s 2022-08-22 17:39:49,032 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:49 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-fe2edf9c-812c-47e3-a745-fd08ccb1a7df', 'x-openstack-request-id': 'req-fe2edf9c-812c-47e3-a745-fd08ccb1a7df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/snapshots/275fe779-10cd-42f7-afc8-52c6ad6167cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 275fe779-10cd-42f7-afc8-52c6ad6167cb could not be found."}}' 2022-08-22 17:39:49,255 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.223s 2022-08-22 17:39:49,256 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39: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-5f44b8e1-2ed2-47aa-b482-f3c7d6c786b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'' 2022-08-22 17:39:49,353 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.097s 2022-08-22 17:39:49,354 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fda15c7-a536-4cd1-9073-3776158def36', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fda15c7-a536-4cd1-9073-3776158def36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:50,437 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.071s 2022-08-22 17:39:50,437 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d04300a-5054-40f7-b25b-b92acb151f1f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d04300a-5054-40f7-b25b-b92acb151f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:51,527 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.078s 2022-08-22 17:39:51,528 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f27efa-8181-4f4b-ac26-62e2132a07d7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f27efa-8181-4f4b-ac26-62e2132a07d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"volume": {"id": "c63f8cc6-29d9-4fe0-a39b-d7143da3f858", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:38:57.000000", "updated_at": "2022-08-22T17:39:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1195640622", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:52,617 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858 0.077s 2022-08-22 17:39:52,617 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbdcd645-690f-4721-b48f-0645d48dbb4a', 'x-openstack-request-id': 'req-bbdcd645-690f-4721-b48f-0645d48dbb4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/c63f8cc6-29d9-4fe0-a39b-d7143da3f858'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c63f8cc6-29d9-4fe0-a39b-d7143da3f858 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-22 17:39:52,683 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10 0.058s 2022-08-22 17:39:52,683 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b22837f2-f653-4b22-be10-a1effc1e6bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10'} 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": "12889750ad6d43d3b1912a6efdac9935", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "created_at": "2022-08-22T17:01:52Z", "updated_at": "2022-08-22T17:02:10Z", "tags": [], "self": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10", "file": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:39:53,911 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes 1.227s 2022-08-22 17:39:53,912 123984 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-1232421654", "snapshot_id": null, "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbd18c8-6b0a-4f6d-a162-b629bf090612', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbd18c8-6b0a-4f6d-a162-b629bf090612', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.494975", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:39:54,041 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.118s 2022-08-22 17:39:54,041 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f2b2aa-7529-458f-8223-b523dc03402d', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f2b2aa-7529-458f-8223-b523dc03402d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:55,107 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.054s 2022-08-22 17:39:55,107 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1cb6a03-9797-40b1-8b13-d02372c05ebf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1cb6a03-9797-40b1-8b13-d02372c05ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:56,168 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.048s 2022-08-22 17:39:56,168 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9558a0-9e1b-46e2-99b6-5e2a47fb5446', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9558a0-9e1b-46e2-99b6-5e2a47fb5446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:57,229 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.048s 2022-08-22 17:39:57,230 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb8740b9-ba9c-4169-bdfa-ca5d9e498950', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb8740b9-ba9c-4169-bdfa-ca5d9e498950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:58,323 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.081s 2022-08-22 17:39:58,323 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d242b5d8-ebd8-4581-ba15-4c3f9e32c99d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d242b5d8-ebd8-4581-ba15-4c3f9e32c99d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:39:59,465 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.125s 2022-08-22 17:39:59,466 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5f60d8-5239-4f1b-85d8-b6d0c04900cc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5f60d8-5239-4f1b-85d8-b6d0c04900cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:00,567 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.089s 2022-08-22 17:40:00,567 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99fa05e-cc59-4bda-9b39-b1b423bfd0b9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99fa05e-cc59-4bda-9b39-b1b423bfd0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:01,627 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.048s 2022-08-22 17:40:01,627 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-766a1c05-5b9b-4382-ad67-555568fc7323', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-766a1c05-5b9b-4382-ad67-555568fc7323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:02,682 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.042s 2022-08-22 17:40:02,682 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f41c60-156f-4725-8030-a865b95de9bc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f41c60-156f-4725-8030-a865b95de9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:03,753 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.058s 2022-08-22 17:40:03,753 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731fe3c6-41dd-4f6d-a669-ec608bb45546', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731fe3c6-41dd-4f6d-a669-ec608bb45546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:04,827 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.062s 2022-08-22 17:40:04,828 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcadbdf9-047c-4935-b89d-0ff55e1dd240', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcadbdf9-047c-4935-b89d-0ff55e1dd240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:05,886 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.045s 2022-08-22 17:40:05,886 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f422014f-b822-4ddb-bad4-be6eaf01ba9f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f422014f-b822-4ddb-bad4-be6eaf01ba9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:06,958 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.059s 2022-08-22 17:40:06,958 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa04c8a-ace7-4998-9580-7116b057000f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa04c8a-ace7-4998-9580-7116b057000f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:08,036 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.065s 2022-08-22 17:40:08,037 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9929a3b0-6e0a-49db-a5d0-dec24f2e9a26', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9929a3b0-6e0a-49db-a5d0-dec24f2e9a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:09,114 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.053s 2022-08-22 17:40:09,115 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ccf45d6-5f20-4112-9d26-aece4b3f88d3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ccf45d6-5f20-4112-9d26-aece4b3f88d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:10,243 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.096s 2022-08-22 17:40:10,245 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d62c989-d866-4c4f-9426-aab8c70f1edd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d62c989-d866-4c4f-9426-aab8c70f1edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:11,342 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.077s 2022-08-22 17:40:11,342 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b19e80d-1649-4e37-a3fc-3773d3640a52', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b19e80d-1649-4e37-a3fc-3773d3640a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:12,470 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.116s 2022-08-22 17:40:12,471 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b822c835-c42d-4b7e-8c78-2155b4eebf0d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b822c835-c42d-4b7e-8c78-2155b4eebf0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:13,596 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.113s 2022-08-22 17:40:13,597 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24029f00-0c42-4c5a-8199-c25ad16e50a9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24029f00-0c42-4c5a-8199-c25ad16e50a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:14,687 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.077s 2022-08-22 17:40:14,687 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82c273b-9a81-4714-b333-e99205d91e29', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82c273b-9a81-4714-b333-e99205d91e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:15,885 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.172s 2022-08-22 17:40:15,885 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31fd7326-23f3-4678-9634-d9fd7ec95089', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31fd7326-23f3-4678-9634-d9fd7ec95089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:39:54.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:17,012 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.100s 2022-08-22 17:40:17,012 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0971d18f-8a4a-4c0d-96af-702e624463e1', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0971d18f-8a4a-4c0d-96af-702e624463e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:18,117 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.092s 2022-08-22 17:40:18,118 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f5d9ce-26e6-4565-aa13-6b639171b7bc', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f5d9ce-26e6-4565-aa13-6b639171b7bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:19,247 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.118s 2022-08-22 17:40:19,248 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1b07c2-01fd-4f6f-a2aa-9b08d1a4498c', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1b07c2-01fd-4f6f-a2aa-9b08d1a4498c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:20,371 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.111s 2022-08-22 17:40:20,371 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c436211c-fb00-4231-9739-a8203d95d1e9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c436211c-fb00-4231-9739-a8203d95d1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:21,481 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.098s 2022-08-22 17:40:21,482 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98b93303-33d6-460c-8f9c-74ea6d789d5f', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98b93303-33d6-460c-8f9c-74ea6d789d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:22,638 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.144s 2022-08-22 17:40:22,638 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-289e6b37-9f36-4348-a3b1-08694979cff8', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-289e6b37-9f36-4348-a3b1-08694979cff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:23,696 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.045s 2022-08-22 17:40:23,696 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36815c43-6177-4712-98e8-607d56074088', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36815c43-6177-4712-98e8-607d56074088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:24,770 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.058s 2022-08-22 17:40:24,770 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802a9ffe-02b8-41c1-b1da-39790e51b5ef', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802a9ffe-02b8-41c1-b1da-39790e51b5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:25,838 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.054s 2022-08-22 17:40:25,838 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95f8386d-66d9-457c-b279-df7bdf35e683', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95f8386d-66d9-457c-b279-df7bdf35e683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:26,982 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.131s 2022-08-22 17:40:26,982 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ea23eb-ddcb-4e1c-ba1b-c41f34775c55', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ea23eb-ddcb-4e1c-ba1b-c41f34775c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:28,071 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.076s 2022-08-22 17:40:28,072 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04c27d0-0f89-47a0-a36f-df28da14fe67', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04c27d0-0f89-47a0-a36f-df28da14fe67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:29,187 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.089s 2022-08-22 17:40:29,188 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5260cc84-2f85-445a-b8e6-8d1416e3ecfb', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5260cc84-2f85-445a-b8e6-8d1416e3ecfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:30,275 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.075s 2022-08-22 17:40:30,276 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b2f6e3-ba7a-47ce-b8c5-aa7f53c5c34b', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b2f6e3-ba7a-47ce-b8c5-aa7f53c5c34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:31,437 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.149s 2022-08-22 17:40:31,437 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b773a06b-4235-400c-a615-0e1ff7c522a6', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b773a06b-4235-400c-a615-0e1ff7c522a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:32,516 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.066s 2022-08-22 17:40:32,516 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-241e7680-c56e-4f32-916b-89c5cd8c2a10', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-241e7680-c56e-4f32-916b-89c5cd8c2a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:32,529 123984 INFO [tempest.common.waiters] volume 5198d747-f7cc-4471-80d1-30c9b1ab0545 reached available after waiting for 38.529380 seconds 2022-08-22 17:40:32,637 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.089s 2022-08-22 17:40:32,638 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1160884b-bbe6-4b62-8da4-7cf31f7a5bbf', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1160884b-bbe6-4b62-8da4-7cf31f7a5bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:32,761 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.104s 2022-08-22 17:40:32,761 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:32 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-d41448a5-5235-4e1c-bd8a-59b4595c5a76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d4b025a667e7499b80bdc74611d53c44", "name": "tempest-TestVolumeBootPattern-1681765592-project", "password_expires_at": null}, "audit_ids": ["imqD-Tu5SI6g9TM7f5tF9Q"], "expires_at": "2022-08-22T18:40:32.000000Z", "issued_at": "2022-08-22T17:40:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3753856e1c8043658e95d6108aff12fc", "name": "tempest-TestVolumeBootPattern-1681765592"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:40:32,762 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'b87a647c-9ee9-4c3f-93f3-341218d515d9', 'name': 'tempest-TestVolumeBootPattern-1304936121-network', 'tenant_id': '3753856e1c8043658e95d6108aff12fc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3753856e1c8043658e95d6108aff12fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:38:17Z', 'updated_at': '2022-08-22T17:38:17Z', 'revision_number': 1} available for tenant 2022-08-22 17:40:33,710 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 500 POST http://10.222.0.96/compute/v2.1/servers 0.948s 2022-08-22 17:40:33,711 123984 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-49155121", "imageRef": "", "flavorRef": "452", "block_device_mapping_v2": [{"uuid": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "b87a647c-9ee9-4c3f-93f3-341218d515d9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40: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-6820ed03-6425-48ee-a6b9-95d4de87bd53', 'x-compute-request-id': 'req-6820ed03-6425-48ee-a6b9-95d4de87bd53', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:40:34,008 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.296s 2022-08-22 17:40:34,009 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f748fa55-a465-48a2-95f0-ab3549e1e359', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'' 2022-08-22 17:40:34,150 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.140s 2022-08-22 17:40:34,150 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f4a4aa-7866-42c1-b682-cb28b5d2922e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f4a4aa-7866-42c1-b682-cb28b5d2922e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:35,243 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.082s 2022-08-22 17:40:35,243 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42e786d-6790-472a-bed5-78c3ea89630e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42e786d-6790-472a-bed5-78c3ea89630e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:36,323 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.063s 2022-08-22 17:40:36,324 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da788d28-4d9e-404a-b36e-0597fe645138', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da788d28-4d9e-404a-b36e-0597fe645138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:37,482 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.147s 2022-08-22 17:40:37,484 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f9747b-7802-4442-9107-88ea32459a8b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f9747b-7802-4442-9107-88ea32459a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"volume": {"id": "5198d747-f7cc-4471-80d1-30c9b1ab0545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:39:53.000000", "updated_at": "2022-08-22T17:40:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1232421654", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:38,536 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545 0.038s 2022-08-22 17:40:38,542 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fbb87c-e542-4914-b0af-ba80a7d58847', 'x-openstack-request-id': 'req-a7fbb87c-e542-4914-b0af-ba80a7d58847', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/5198d747-f7cc-4471-80d1-30c9b1ab0545'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5198d747-f7cc-4471-80d1-30c9b1ab0545 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-22 17:40:38,556 123984 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-08-22 17:40:38,879 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.96/compute/v2.1/os-keypairs 0.320s 2022-08-22 17:40:38,880 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-656645257", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8+GQWqgSroJk0RL1idh8ok7ikqvl8VRZopZzzKMDCqOFVcq0FNF2McSICHWiL/WCU/iwR1vG6iHD4tHW3EAecmRRunzt8s44Dt8Dhwk9bnJmCoX8Vvi1AnQ2q3cfAUtw=="}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f66777b7-fb33-4f72-ae07-2b1bd4992bef', 'x-compute-request-id': 'req-f66777b7-fb33-4f72-ae07-2b1bd4992bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-656645257", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8+GQWqgSroJk0RL1idh8ok7ikqvl8VRZopZzzKMDCqOFVcq0FNF2McSICHWiL/WCU/iwR1vG6iHD4tHW3EAecmRRunzt8s44Dt8Dhwk9bnJmCoX8Vvi1AnQ2q3cfAUtw==", "fingerprint": "5a:f7:91:45:e6:62:a9:45:74:6d:00:de:60:90:58:a3", "user_id": "d4b025a667e7499b80bdc74611d53c44"}}' 2022-08-22 17:40:39,489 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-groups 0.606s 2022-08-22 17:40:39,489 123984 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-2110163752", "description": "tempest-secgroup-smoke-2110163752 description", "project_id": "3753856e1c8043658e95d6108aff12fc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-63608fc5-5fd7-4080-a039-ab27cfc0be4f', 'date': 'Mon, 22 Aug 2022 17:40:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "name": "tempest-secgroup-smoke-2110163752", "stateful": true, "tenant_id": "3753856e1c8043658e95d6108aff12fc", "description": "tempest-secgroup-smoke-2110163752 description", "shared": false, "security_group_rules": [{"id": "5f8cb7f8-e599-4476-9253-7a3cf30c803c", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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": 3999, "description": null, "tags": [], "created_at": "2022-08-22T17:40:39Z", "updated_at": "2022-08-22T17:40:39Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}, {"id": "a84d8214-1d7b-4713-9755-7c183c180eab", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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": 3998, "description": null, "tags": [], "created_at": "2022-08-22T17:40:39Z", "updated_at": "2022-08-22T17:40:39Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}], "tags": [], "created_at": "2022-08-22T17:40:39Z", "updated_at": "2022-08-22T17:40:39Z", "revision_number": 1, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:40,171 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.681s 2022-08-22 17:40:40,171 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "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-5c7a1a7b-7389-4b2c-8222-ea1707b9ea95', 'date': 'Mon, 22 Aug 2022 17:40:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fdec3a68-09cd-4f04-b711-b160b44ef5cb", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:39Z", "updated_at": "2022-08-22T17:40:39Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:41,074 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.902s 2022-08-22 17:40:41,074 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "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-1c2a9f3b-4423-4ca1-ad2f-9df89c1558c2', 'date': 'Mon, 22 Aug 2022 17:40:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bdca2ab8-8272-49ea-840d-5441657732c0", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:40Z", "updated_at": "2022-08-22T17:40:40Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:41,661 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.586s 2022-08-22 17:40:41,661 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0307bf99-feae-4303-be50-430bbea2fd75', 'date': 'Mon, 22 Aug 2022 17:40:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "df19bf49-3257-406c-8802-dd38f66f695c", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:41Z", "updated_at": "2022-08-22T17:40:41Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:42,187 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.526s 2022-08-22 17:40:42,188 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ebfc9dd6-bed2-4558-9857-db82b4eb44ed', 'date': 'Mon, 22 Aug 2022 17:40:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85096282-7856-48f2-b5d1-84ab2b0523c1", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:41Z", "updated_at": "2022-08-22T17:40:41Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:42,738 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.550s 2022-08-22 17:40:42,739 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-97953828-c66e-4601-bd80-1c6905a54be0', 'date': 'Mon, 22 Aug 2022 17:40:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "940b4f5c-d306-42cf-8278-3b3604d88432", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:42Z", "updated_at": "2022-08-22T17:40:42Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:43,357 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96:9696/networking/v2.0/security-group-rules 0.618s 2022-08-22 17:40:43,358 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "project_id": "3753856e1c8043658e95d6108aff12fc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-711533c1-5744-4d94-9a64-49e65bd543a3', 'date': 'Mon, 22 Aug 2022 17:40:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9e8a9a3f-cc87-4fca-afff-ab79344cfc3f", "tenant_id": "3753856e1c8043658e95d6108aff12fc", "security_group_id": "f96b72d0-ce5c-4634-84c3-4fe09ce00796", "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-22T17:40:43Z", "updated_at": "2022-08-22T17:40:43Z", "revision_number": 0, "project_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:43,358 123984 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-08-22 17:40:43,381 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10 0.023s 2022-08-22 17:40:43,385 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a9cd0616-3f83-4c88-87db-1a79025b815f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/image/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10'} 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": "12889750ad6d43d3b1912a6efdac9935", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "created_at": "2022-08-22T17:01:52Z", "updated_at": "2022-08-22T17:02:10Z", "tags": [], "self": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10", "file": "/v2/images/11a48bbe-9c58-420e-95bf-5f8489a49f10/file", "schema": "/v2/schemas/image"}' 2022-08-22 17:40:44,438 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes 1.052s 2022-08-22 17:40:44,451 123984 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-1828775763", "snapshot_id": null, "imageRef": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcae1e58-ded5-4a0c-998b-a3ac527c41c8', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcae1e58-ded5-4a0c-998b-a3ac527c41c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:43.989660", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-08-22 17:40:44,538 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.076s 2022-08-22 17:40:44,539 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f9e7bbe-6bd0-470e-b3c3-a82e85972ce2', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f9e7bbe-6bd0-470e-b3c3-a82e85972ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:45,610 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.059s 2022-08-22 17:40:45,611 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81bef011-78bf-492a-ad8f-406feb19307e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81bef011-78bf-492a-ad8f-406feb19307e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:46,725 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.101s 2022-08-22 17:40:46,726 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bbc04a9-86f4-414c-9ec6-da55dd508df3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bbc04a9-86f4-414c-9ec6-da55dd508df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:47,814 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.071s 2022-08-22 17:40:47,814 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5c9e86-8b99-4e1d-8956-06680e17c669', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5c9e86-8b99-4e1d-8956-06680e17c669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:48,923 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.098s 2022-08-22 17:40:48,923 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0a9a29-2981-45ea-a11a-eb823d82cd9a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0a9a29-2981-45ea-a11a-eb823d82cd9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:50,062 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.126s 2022-08-22 17:40:50,063 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0bb4c1-2bad-408c-bfdd-2d3a063a28df', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0bb4c1-2bad-408c-bfdd-2d3a063a28df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:51,159 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.081s 2022-08-22 17:40:51,160 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d6d62f-bd5c-4bf2-aa7f-2236b2bd95c9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d6d62f-bd5c-4bf2-aa7f-2236b2bd95c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:52,262 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.089s 2022-08-22 17:40:52,263 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79749ae9-9276-481b-b3ef-9b6f30c39a84', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79749ae9-9276-481b-b3ef-9b6f30c39a84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:53,339 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.064s 2022-08-22 17:40:53,339 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582d7b86-bd28-483b-8cb1-a55fbbf946d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582d7b86-bd28-483b-8cb1-a55fbbf946d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:54,434 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.082s 2022-08-22 17:40:54,436 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8168cedd-1337-4092-983e-a10715056185', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8168cedd-1337-4092-983e-a10715056185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:55,529 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.076s 2022-08-22 17:40:55,529 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032f354c-157d-46aa-a456-d56ba8a1a8e4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032f354c-157d-46aa-a456-d56ba8a1a8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:56,603 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.061s 2022-08-22 17:40:56,603 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2810f114-a7ec-487f-88c9-6c6f465065be', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2810f114-a7ec-487f-88c9-6c6f465065be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:57,702 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.074s 2022-08-22 17:40:57,702 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c625fc-b89b-4579-a41b-0043797bfbcd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c625fc-b89b-4579-a41b-0043797bfbcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:58,810 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.094s 2022-08-22 17:40:58,810 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c885672b-62df-45b4-9f74-cf1e8d8c121b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c885672b-62df-45b4-9f74-cf1e8d8c121b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:40:59,885 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.062s 2022-08-22 17:40:59,885 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e1c7c2-da93-498b-a9c8-c5835b521b60', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e1c7c2-da93-498b-a9c8-c5835b521b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:00,945 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.048s 2022-08-22 17:41:00,946 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-184636b9-84b6-4598-887c-a12ec643be94', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-184636b9-84b6-4598-887c-a12ec643be94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:02,012 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.055s 2022-08-22 17:41:02,013 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b498bc-3c0c-4083-ba33-b60a856a6a3f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b498bc-3c0c-4083-ba33-b60a856a6a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:03,084 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.059s 2022-08-22 17:41:03,084 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c743b7-68d7-48c2-b180-51f24e308949', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c743b7-68d7-48c2-b180-51f24e308949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:04,188 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.091s 2022-08-22 17:41:04,189 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa92e3db-740f-4f53-9cbb-6b996c46a13c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa92e3db-740f-4f53-9cbb-6b996c46a13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:05,303 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.102s 2022-08-22 17:41:05,304 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c980e22-1a5f-4674-97d9-1b665cccb8ed', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c980e22-1a5f-4674-97d9-1b665cccb8ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:06,417 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.100s 2022-08-22 17:41:06,417 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1dd39e0-53ce-4990-8e5e-89d65519d8eb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dd39e0-53ce-4990-8e5e-89d65519d8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:40:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:07,488 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.058s 2022-08-22 17:41:07,488 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880bb737-9bc1-4901-b35f-0dc1c7d16010', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880bb737-9bc1-4901-b35f-0dc1c7d16010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:08,566 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.065s 2022-08-22 17:41:08,566 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268de5d3-d69c-448d-b5f8-d30f088621da', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268de5d3-d69c-448d-b5f8-d30f088621da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:09,640 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.061s 2022-08-22 17:41:09,641 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e15f42ba-6546-4ff9-9a14-b4075ab07f4f', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e15f42ba-6546-4ff9-9a14-b4075ab07f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:10,699 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.046s 2022-08-22 17:41:10,699 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5c16f3-5c6c-44c0-8e4f-09fad9c961a9', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5c16f3-5c6c-44c0-8e4f-09fad9c961a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:11,759 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.046s 2022-08-22 17:41:11,760 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dbd67ab-255b-4540-a059-b7645c4e153d', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dbd67ab-255b-4540-a059-b7645c4e153d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:12,839 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.068s 2022-08-22 17:41:12,840 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efed61e4-0991-4c1a-9616-c986cccca4c1', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efed61e4-0991-4c1a-9616-c986cccca4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:13,900 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.046s 2022-08-22 17:41:13,901 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b528f69b-4e41-4caa-8c75-d4475cfa2b10', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b528f69b-4e41-4caa-8c75-d4475cfa2b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:14,972 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.058s 2022-08-22 17:41:14,973 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f81b0d-c699-44bb-82b0-fe435c558c07', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f81b0d-c699-44bb-82b0-fe435c558c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:16,054 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.068s 2022-08-22 17:41:16,055 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc953e7-705b-4f78-9ca7-23d0a1ab2e9c', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc953e7-705b-4f78-9ca7-23d0a1ab2e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:17,121 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.054s 2022-08-22 17:41:17,121 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1438ed8-f4f1-446c-9f84-cfa0879164cb', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1438ed8-f4f1-446c-9f84-cfa0879164cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:17,132 123984 INFO [tempest.common.waiters] volume 7065a29e-9ef9-4bdf-aa62-23bbe78aefcb reached available after waiting for 33.132020 seconds 2022-08-22 17:41:17,186 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.053s 2022-08-22 17:41:17,186 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9aafbf-956f-4a9e-8ce6-65c66a053370', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9aafbf-956f-4a9e-8ce6-65c66a053370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:17,349 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.96/identity/v3/auth/tokens 0.145s 2022-08-22 17:41:17,349 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41: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-79811491-ac5c-44be-82d6-96edd9db5c51', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.96/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d4b025a667e7499b80bdc74611d53c44", "name": "tempest-TestVolumeBootPattern-1681765592-project", "password_expires_at": null}, "audit_ids": ["BXOwsYjrRo2ncBj--b_8oA"], "expires_at": "2022-08-22T18:41:17.000000Z", "issued_at": "2022-08-22T17:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3753856e1c8043658e95d6108aff12fc", "name": "tempest-TestVolumeBootPattern-1681765592"}, "is_domain": false, "roles": [{"id": "fdbda549e00641b1abb1c260742ee41b", "name": "reader"}, {"id": "1fe03b288da94a428695b421debcd8cf", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba26e688cf0b4d55ab424f4ea7411613", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/placement", "region": "RegionOne"}], "id": "38589c70d91e4bb8840a541c532815c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "22cbdaf53d404ab2ab139929303b34ec", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2.1", "region": "RegionOne"}], "id": "4b3389c03df8403790d4d15d9a6c0852", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e31d41a980f3413181a073dbd4b10928", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "5b49a6c015cd4e71a81353b573b00169", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4e74d511e5144bbbb6ce72e11176391f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:9696/networking", "region": "RegionOne"}], "id": "5c07062733ea48d8ace92579e6aa783a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7647cb47ed354034b9862bde561eefb3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/image", "region": "RegionOne"}], "id": "8cf994e6f87a4e52b3b17d7c88ef15d4", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0518492331fd4868ae8055a7efe64911", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96:8080/v1/AUTH_3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}, {"id": "af499c10cb9b449f9afc029379d0f9c6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.96:8080", "region": "RegionOne"}], "id": "8eec54467b7b4ba1a4cb6012c34b0e66", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "81aa2e8ae23d4c3f9d4c0c5b30f0e02f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "b6880231893a43379b7b1a0e6ba96b3c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2cb97862ce82444a980e924aa2818a85", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/compute/v2/3753856e1c8043658e95d6108aff12fc", "region": "RegionOne"}], "id": "d9c09546dde1464aa8103b989bd3e8d1", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8281f2e2ab0745cd8e63f67ae88ddbc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.96/identity", "region": "RegionOne"}], "id": "dd0c10577e8b4a27a1aabc4233bdb9da", "type": "identity", "name": "keystone"}]}}' 2022-08-22 17:41:17,350 123984 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'b87a647c-9ee9-4c3f-93f3-341218d515d9', 'name': 'tempest-TestVolumeBootPattern-1304936121-network', 'tenant_id': '3753856e1c8043658e95d6108aff12fc', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3753856e1c8043658e95d6108aff12fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 208, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-08-22T17:38:17Z', 'updated_at': '2022-08-22T17:38:17Z', 'revision_number': 1} available for tenant 2022-08-22 17:41:17,773 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.96/compute/v2.1/servers 0.421s 2022-08-22 17:41:17,773 123984 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-230812062", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-656645257", "security_groups": [{"name": "tempest-secgroup-smoke-2110163752"}], "block_device_mapping_v2": [{"uuid": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "b87a647c-9ee9-4c3f-93f3-341218d515d9"}]}} Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41: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-b0424317-2065-44ae-affc-c38485c526c0', 'x-compute-request-id': 'req-b0424317-2065-44ae-affc-c38485c526c0', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.96/compute/v2.1/servers'} Body: b'{"computeFault": {"code": 500, "message": "Unexpected API 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-22 17:41:18,017 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.242s 2022-08-22 17:41:18,017 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:17 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-f2b6d295-78f5-4153-a559-b2075780c02e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'' 2022-08-22 17:41:18,069 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.051s 2022-08-22 17:41:18,071 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be0f910-1704-4b3b-a084-c541e6f38641', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be0f910-1704-4b3b-a084-c541e6f38641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:19,183 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.097s 2022-08-22 17:41:19,187 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8be6f08d-f961-45e5-a208-d1769130c8e0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8be6f08d-f961-45e5-a208-d1769130c8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:20,280 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.080s 2022-08-22 17:41:20,280 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520af9e6-b74d-4f4f-b53d-719095ceaff4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520af9e6-b74d-4f4f-b53d-719095ceaff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"volume": {"id": "7065a29e-9ef9-4bdf-aa62-23bbe78aefcb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-08-22T17:40:44.000000", "updated_at": "2022-08-22T17:41:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1828775763", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}, {"rel": "bookmark", "href": "http://10.222.0.96/volume/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb"}], "user_id": "d4b025a667e7499b80bdc74611d53c44", "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": "11a48bbe-9c58-420e-95bf-5f8489a49f10", "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": "3753856e1c8043658e95d6108aff12fc"}}' 2022-08-22 17:41:21,318 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb 0.026s 2022-08-22 17:41:21,319 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:21 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-3f8a2112-b43d-4eee-b383-d007946f99e2', 'x-openstack-request-id': 'req-3f8a2112-b43d-4eee-b383-d007946f99e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.96/volume/v3/3753856e1c8043658e95d6108aff12fc/volumes/7065a29e-9ef9-4bdf-aa62-23bbe78aefcb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7065a29e-9ef9-4bdf-aa62-23bbe78aefcb could not be found."}}' 2022-08-22 17:41:21,634 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.96:9696/networking/v2.0/security-groups/f96b72d0-ce5c-4634-84c3-4fe09ce00796 0.313s 2022-08-22 17:41:21,634 123984 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-5f58720e-20ab-4bc7-b3b0-2e8e44e01567', 'content-length': '0', 'date': 'Mon, 22 Aug 2022 17:41:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.96:9696/networking/v2.0/security-groups/f96b72d0-ce5c-4634-84c3-4fe09ce00796'} Body: b'' 2022-08-22 17:41:21,814 123984 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-656645257 0.180s 2022-08-22 17:41:21,815 123984 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 22 Aug 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3cb644b-fcc5-45d3-9823-2856e17a8cce', 'x-compute-request-id': 'req-a3cb644b-fcc5-45d3-9823-2856e17a8cce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.96/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-656645257'} 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 | |
AttachInterfacesV270Test) |
skip
pt65.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt65.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
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 | |
QoSBandwidthAndPacketRateTests) |
skip
pt101.1: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
MinBwAllocationPlacementTest) |
skip
pt101.2: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
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 |